Search Results for '\"wordpress\'
-
AuthorSearch Results
-
February 28, 2011 at 9:40 pm #104714
In reply to: Best bbpress solution now ?
Ashish Kumar (Ashfame)
Participantno they are different. v1 is a standalone version and plugin branch is a WordPress plugin. It is a rewrite of the forum so they both are totally different.
integrating bbPress with WordPress is not much of a big deal, quite easy! You can read related things here – http://blog.ashfame.com/bbpress
February 28, 2011 at 8:55 pm #95007In reply to: bbPress 2.0 – Updates
Ashish Kumar (Ashfame)
ParticipantJust a note that, bbPress plugin questions has started coming up here – http://wordpress.stackexchange.com/questions/tagged/bbpress
February 28, 2011 at 8:44 pm #99586In reply to: Limiting 'Latest Disicussions'
Ashish Kumar (Ashfame)
ParticipantBBLD works fine in WordPress. Please note, its a WordPress plugin and not a bbPress plugin
February 28, 2011 at 8:44 pm #104686In reply to: Limiting 'Latest Disicussions'
Ashish Kumar (Ashfame)
ParticipantBBLD works fine in WordPress. Please note, its a WordPress plugin and not a bbPress plugin
February 28, 2011 at 8:40 pm #99511In reply to: WordPress Multisite Single Forum
Ashish Kumar (Ashfame)
ParticipantPut these two lines in bb-config.php (located in bbPress root) to make bbPress use WordPress user tables.
$bb->custom_user_table = 'wp_users';
$bb->custom_user_meta_table = 'wp_usermeta';And similarly you can make bbPress to use another bbPress user tables.
$bb->custom_user_table = 'bb_users';
$bb->custom_user_meta_table = 'bb_usermeta';All installations should be in the same database for this to work
February 28, 2011 at 8:40 pm #104611In reply to: WordPress Multisite Single Forum
Ashish Kumar (Ashfame)
ParticipantPut these two lines in bb-config.php (located in bbPress root) to make bbPress use WordPress user tables.
$bb->custom_user_table = 'wp_users';
$bb->custom_user_meta_table = 'wp_usermeta';And similarly you can make bbPress to use another bbPress user tables.
$bb->custom_user_table = 'bb_users';
$bb->custom_user_meta_table = 'bb_usermeta';All installations should be in the same database for this to work
February 28, 2011 at 8:21 pm #95006In reply to: bbPress 2.0 – Updates
Alexandru Vornicescu
ParticipantA created a Ticket here regarding a fatal error in the plugin but it seems that it’s not visible in the list…
So I would like to post it here again:
After installing the plugin an fatal error occurs, I think that it’s a conflict between bbPress and WP_Query.
The full error is: Fatal error: Call to a member function get() on a non-object in C:xampphtdocswordpress10wp-includesquery.php on line 27
I use something like this:
$args=array(
‘cat’ => $wpimpress_cat->cat_ID,
‘posts_per_page’ => 1
);
$temp = $wp_query;
$wp_query = null;
$wp_query = new WP_Query($args);
if( have_posts() ) :
while ($wp_query->have_posts()) : $wp_query->the_post();
//loop here!!!
endwhile;
endif;
$wp_query = $temp;
wp_reset_query();
Please check this, and make the plugin to work!
February 28, 2011 at 7:37 pm #99510In reply to: WordPress Multisite Single Forum
Celtic-Tyger
MemberI am not completely familiar with bbPress yet, I understand that the cookie information has to match in each admin section. Where is it that you have to tell a secondary install, to use the primary installs user information.
Is that done in the Admin modules for WordPress integration, or is there a config file where you can point the secondary install look-ups/selects to the primary install?
February 28, 2011 at 7:37 pm #104610In reply to: WordPress Multisite Single Forum
Celtic-Tyger
MemberI am not completely familiar with bbPress yet, I understand that the cookie information has to match in each admin section. Where is it that you have to tell a secondary install, to use the primary installs user information.
Is that done in the Admin modules for WordPress integration, or is there a config file where you can point the secondary install look-ups/selects to the primary install?
February 28, 2011 at 10:53 am #99509In reply to: WordPress Multisite Single Forum
Ashish Kumar (Ashfame)
ParticipantThe only thing not possible with bbPress is to run multiple forums from a single setup (something like Network or Multisite feature of WordPress).
For all other questions asked above, it can be done.
February 28, 2011 at 10:53 am #104609In reply to: WordPress Multisite Single Forum
Ashish Kumar (Ashfame)
ParticipantThe only thing not possible with bbPress is to run multiple forums from a single setup (something like Network or Multisite feature of WordPress).
For all other questions asked above, it can be done.
February 28, 2011 at 9:46 am #99508In reply to: WordPress Multisite Single Forum
kevinski
MemberFrom what I understand, bbPress does allow you to share a single user table, as well as login cookies, between multiple sites. I’m not sure if you can have one forum shared among several sites, though. I’m basing that on info that’s nearly a year old, though, so it’d be nice to have someone give some up-to-date info on how this might be done.
February 28, 2011 at 9:46 am #104608In reply to: WordPress Multisite Single Forum
kevinski
MemberFrom what I understand, bbPress does allow you to share a single user table, as well as login cookies, between multiple sites. I’m not sure if you can have one forum shared among several sites, though. I’m basing that on info that’s nearly a year old, though, so it’d be nice to have someone give some up-to-date info on how this might be done.
February 27, 2011 at 12:35 am #37598Topic: themes not working
in forum Troubleshootingitsayiyi
MemberI have just installed the newest version of bbPress to test out. I’ve installed it as a subdomain under the main domain (WordPress). I want to use bbPress as a stand alone forum…not integrated with WordPress
The default theme does not work and in the appearance panel neither of the two default themes show their screenshots. I’ve checked and rechecked my folder & file permissions which are set to 755. I created a my-templates folder and moved a copy of kakumei to this folder from bb-templates. I’ve checked the permissions on these files, 755, and switched to the new theme/location with no luck.
Any help would be appreciated.
February 26, 2011 at 4:51 pm #99545In reply to: Copy the navigation bar form wordpress to bbpres
ajz
MemberI’m not pro at this but include your css file for your wordpress site on your forum site, then you just copy the code for you bar and paste it into the forum header.
February 26, 2011 at 4:51 pm #104645In reply to: Copy the navigation bar form wordpress to bbpres
ajz
MemberI’m not pro at this but include your css file for your wordpress site on your forum site, then you just copy the code for you bar and paste it into the forum header.
February 26, 2011 at 11:28 am #99560In reply to: Can I use WordPress Themes for BBpress themes?
Luzifull33
Memberyess Ok Thankss!
February 26, 2011 at 11:28 am #104660In reply to: Can I use WordPress Themes for BBpress themes?
Luzifull33
Memberyess Ok Thankss!
February 26, 2011 at 1:29 am #37589Topic: WordPress To Forum Entegre Error :S permalink
in forum Installationsehmus
MemberFebruary 25, 2011 at 10:02 pm #99572In reply to: Cookies, Salt, User Database
mwdewitt
MemberI think I am going to uninstall bbPress for now and wait until they make it into a plug-in for WordPress, which they said might happen as early as next month. So, hopefully the whole process will be a lot simpler.
February 25, 2011 at 10:02 pm #104672In reply to: Cookies, Salt, User Database
mwdewitt
MemberI think I am going to uninstall bbPress for now and wait until they make it into a plug-in for WordPress, which they said might happen as early as next month. So, hopefully the whole process will be a lot simpler.
February 25, 2011 at 8:55 pm #95002In reply to: bbPress 2.0 – Updates
QuickD
MemberThis is my second time asking this question along with another poster. When is the plugin to be ready and available on wordpress.org?
It was my understanding that the plugin was to be released at the end of 2010
February 25, 2011 at 8:16 pm #99570In reply to: Cookies, Salt, User Database
mwdewitt
MemberNothing is zipped. It is all unzipped into a directory called “acidhouse” and ready to rock. Or maybe I am not understanding what you are saying. But at least I can get to the forum now, along with simultaneously being signed into my WordPress Admin and my bbPress Admin. The only difference is, this time it lets me see my forum where as before it would give me an error. So there is a little bit of progress, but I would still like to know how to get rid of the SQL errors.
February 25, 2011 at 8:16 pm #104670In reply to: Cookies, Salt, User Database
mwdewitt
MemberNothing is zipped. It is all unzipped into a directory called “acidhouse” and ready to rock. Or maybe I am not understanding what you are saying. But at least I can get to the forum now, along with simultaneously being signed into my WordPress Admin and my bbPress Admin. The only difference is, this time it lets me see my forum where as before it would give me an error. So there is a little bit of progress, but I would still like to know how to get rid of the SQL errors.
February 25, 2011 at 8:11 pm #99559In reply to: Can I use WordPress Themes for BBpress themes?
Ashish Kumar (Ashfame)
ParticipantNo! You can hack your way out by deep integration though.
But also read the advantages disadvantages of deep integration.
-
AuthorSearch Results