Search Results for 'bbpress'
-
Search Results
-
Topic: LIST FORUMS
Recommend a plugin?
Hi, I’m using the latest Buddypress 1.8 & BBpress 2.4 with usergroups & sitewide forums setup. Everything seems great but is it possible to keep sitewide forums separated from group forums; like displaying them on different pages. Also how to view only 10 forums per page. Im not that BP or BBpress code savy so it would be a great help if someone gives me clear instructions. Struggling for a long time and I seem to be hitting a dead end. Any help would be much appreciated.Topic: LIST FORUMS
Recommend a plugin?
Hi, I’m using the latest Buddypress 1.8 & BBpress 2.4 with usergroups & sitewide forums setup. Everything seems great but is it possible to keep sitewide forums separated from group forums; like displaying them on different pages. Also how to view only 10 forums per page. Im not that BP or BBpress code savy so it would be a great help if someone gives me clear instructions. Struggling for a long time and I seem to be hitting a dead end. Any help would be much appreciated.Topic: forums on different pages
Hi, I’m using the latest Buddypress 1.8 & BBpress 2.4 with usergroups & sitewide forums setup. Everything seems great but is it possible to keep sitewide forums separated from group forums; like displaying them on different pages. Also how to view only 10 forums per page. Im not that BP or BBpress code savy so it would be a great help if someone gives me clear instructions. Struggling for a long time and I seem to be hitting a dead end. Any help would be much appreciated. PJ
Hi
Is bbpress mobile device ready?
Thanks
B
Topic: Must have plugins??
Hello
Does anyone have an up-to-date list of must have plugins for bbpress?
Thanks
B
After reading about some very encouraging results with WordPress and redis (eamann.com, jeedo.net), along with seeing redis included in the core of modern forum suites like NodeBB and Discourse, I can’t help but wonder if redis might be the ideal caching solution for bbPress as well.
If anyone has some first-hand experiences to share, I’m all ears.
mysite.com/forums/users/johnsmith
Where john smith = who ever is currently logged in. Is there a default url, php or otherwise, to link the user back to their BBpress profile? I would imagine mysite.com/forums/users/ should do the trick but it doesn’t and I’ve tried a ton of other things. Does anyone have any idea about this basic functionality?
Hey all! We have just released bbPress Notifications, which will make your bbPress give all your users private messaging, global notifications, google search integration and friend requests, along with @user mentions, and a slick navigation system.
I’d love it if we could get feedback, and reviews, positive and negative.
http://wordpress.org/plugins/wp-notifications/
Thanks
David
Founder of vBSocial.comHi there,
I´m new to bbPress and I was running an SMF forum for quite a while. I like to use bbPress because it integrates seamlessly into my WP site. That said I´d like to do the following:
I need 10 different user groups. Each user group should have access to specific forums. Forums that they don´t have access to should be hidden from them.
Example:
User John is member of the group X. Group X can see and write into forum X but not into forum Y and Z.
User Jane is member of the group Y. Group Y can see and write into forum Y but not into forum X and Z.
User Jim is member of the group A. Group A can see and write into any forumSo some users can see only specific forums and some users can see all forums.
That is a simple task with SMF but how can I achieve that with bbPress?
Thanks in advance
MichaelI want to display in WordPress search results page – 10 or less found results from BBPress (plugin) forums. I know that BBPress use custom post types (forum, topic, reply) but I don’t know how to do it. I try with WP Query, but it didn’t show nothing. I don’t want to override BBPress search page and functions, I just want to show some results in WordPress search page. Is this possible?
Thank you all in advance.
Here is the query I try:
<?php // The Query $the_query = new WP_Query( array ( 'post_type' => array('topic', 'reply'), 'posts_per_page' => 10, 's'=> $s )); // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); echo '<li>' . get_the_title() . '</li>'; } } else { // no posts found } /* Restore original Post Data */ wp_reset_postdata(); ?>Hello,
I’ve been working with BBPress and a Genesis theme, and the edit link on the main post is not showing for the owner, and i’ve set the “Disallow editing after” 99 minutes.
I’ve tried editing right after posting, but nope, the edit link still not showing.Also, with the participant account, if i try to access the /edit/ straight, it sends me back to the post page, that shows the participant don’t have access to edit it.
Any thoughts?
Thanks