Published on September 17th, 2013 by icbbdx
I followed @mercime’s instructions here for setting up dynamic profile link in the main menu. That all works very well (thank you for posting it!), but I need to know if its possible to use a drop down menu.
The idea is that the user would click on ‘My Account’ on the main menu, which would show their dynamic profile page, but if they hover over the menu item, it would drop down to offer other BP (and non-BP) pages.
Is this possible?
Published on September 17th, 2013 by vBSocial.com
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.
https://wordpress.org/plugins/wp-notifications/
Thanks
David
Founder of vBSocial.com
Published on September 17th, 2013 by Fredriks
Hello,
I have searched a lot and digged in the code on how to remove the “Reply To:” in the freshness block for forum. Take a look at this example: where you eg can se “Reply To: 80’s dresses”.
So how, do I remove this?
Published on September 17th, 2013 by michael.oeser
Hi 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 forum
So 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
Michael
Published on September 17th, 2013 by alien13
I 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();
?>
Published on September 17th, 2013 by hopeloz
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
Published on September 17th, 2013 by fontadoni
I’ve been using bbpress for years, since the standalone version. I can’t help but to feel disappointed by the lack of support on the forums. A lot of people asking for help and not enough people helping. Why is this? I try to help out whenever I can, but my technical knowledge is limited.
I know there has been a lot of work involved by the bbpress people here to take bbpress to the next level and kudos for that, but we need more people giving support
Published on September 17th, 2013 by Simpas81
Hello,
we can consider an user that try to create a group but when is a half the user changes mind and stop the creation..
so a group is created but like a “SPAM” in few words exists a group but the without content etc
picture attached.
->https://www.dropbox.com/s/t94yr5es34el4sd/SPAM_groups.jpg
I look forward to your reply.
Regards,
Simone
Published on September 17th, 2013 by Simpas81
Hello,
if a problem. If a group is Private and a visitor press FORUM tab is redirected to the ADMIN login.
I need to avoid this.
Please try to go here ->
http://fashionbleeker.com/groups/fashion-pioneers/ and press FORUM under avatar.
Do you know the name of file and the exact code that I need to change to avoid this redirect for NON logged users?
Thanks
Simone
Published on September 17th, 2013 by Soukous
WordPress 3.6.1
bbpress 2.0
site link – http://www.wildlifephotographyafrica.com/
I use the ‘Recent Topics’ widget.
There is an option you can tick to show the topic author. I have this option ticked but the author does not show.