Search Results for 'bbpress'
-
AuthorSearch Results
-
February 28, 2011 at 9:09 pm #104713
In reply to: Best bbpress solution now ?
Kasparas
ParticipantNice, i love bbpress becouse of it’s simplicidy, and new bbpress plugin it’s just same bbpress 1.0 with simplier integration ?
February 28, 2011 at 8:58 pm #99612In reply to: Best bbpress solution now ?
Ashish Kumar (Ashfame)
ParticipantActually its the most quiet I have seen it in the last 3 years except the bbPress plugin sticky!

Moreover we are only a few who hit replies to topics.
February 28, 2011 at 8:58 pm #104712In reply to: Best bbpress solution now ?
Ashish Kumar (Ashfame)
ParticipantActually its the most quiet I have seen it in the last 3 years except the bbPress plugin sticky!

Moreover we are only a few who hit replies to topics.
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:48 pm #99611In reply to: Best bbpress solution now ?
Kasparas
ParticipantThanks for fast answer Ashfame. I see that bbpress community became more active since last year beginning i think…
February 28, 2011 at 8:48 pm #104711In reply to: Best bbpress solution now ?
Kasparas
ParticipantThanks for fast answer Ashfame. I see that bbpress community became more active since last year beginning i think…
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:42 pm #99610In reply to: Best bbpress solution now ?
Ashish Kumar (Ashfame)
Participant1.0.3 is the best right now. You can do a lot more with it. Also you can switch over to plugins when they are ready with a upgrade script and at that time, I will be ready with a downgrade script too
February 28, 2011 at 8:42 pm #104710In reply to: Best bbpress solution now ?
Ashish Kumar (Ashfame)
Participant1.0.3 is the best right now. You can do a lot more with it. Also you can switch over to plugins when they are ready with a upgrade script and at that time, I will be ready with a downgrade script too
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:34 pm #37607Topic: Best bbpress solution now ?
in forum InstallationKasparas
ParticipantI used bbpress quite a long time ago and just want to ask what is the best bbpress version ? Is it trunk, 1.0.3 or plugin plugin (wathing from here http://trac.bbpress.org/browser#branches)
Thanks for answers ! long live bbpres !
February 28, 2011 at 8:30 pm #37606Topic: URL for member login
in forum Troubleshootingjosephp525
MemberHELP!! I install bbpress, when I was finished I was given the administration login URL. What do I use for others to login with. I do not even see a place where people can register. I wanted a clean an easy Forum, was this not the one?
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 6:49 pm #95005In reply to: bbPress 2.0 – Updates
mralexweber
ParticipantJust in case anyone comes across a “404 page not found” error after installing this plugin, I was able to trace my issue to a conflict with another plugin — specifically, “Buddypress Members Directory”. I deactivated the plugin, edited the permalink of the page which I set to be forums index, and everything seems peachy-keen now.
February 28, 2011 at 4:54 pm #99595In reply to: Replace bbpress logo with mine.
Giowizzy
MemberPerfecto Zaerl,
Now if you look at the forum “plainzine.com/forum” what is the code that call the site name? You will see 2 of them actually right now.
Forgot to mention previously I’m using “kakumei blue” theme
Again thanks for your help.
Gio-
February 28, 2011 at 4:54 pm #104695In reply to: Replace bbpress logo with mine.
Giowizzy
MemberPerfecto Zaerl,
Now if you look at the forum “plainzine.com/forum” what is the code that call the site name? You will see 2 of them actually right now.
Forgot to mention previously I’m using “kakumei blue” theme
Again thanks for your help.
Gio-
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 28, 2011 at 9:00 am #99594In reply to: Replace bbpress logo with mine.
zaerl
ParticipantHi there gio. The logo is:
/bb-templates/kakumei/imagespage_header_bblogo.png
and is set in the CSS:
/bb-templates/kakumei/style.css
at line 67.
-
AuthorSearch Results