Published on August 12th, 2014 by divyesh25
Hi All,
I want list only forum category and its content(description) in right sidebar. i do below code to display category and its comtent but when i go to sub-forum page or topic page its nothing to display. i also want to display forum category and its content in sidebar of subforum and topic page.
thanks
<?php if (bbp_is_forum_category()) : ?>
<?php if ( bbp_has_forums() ) : ?>
<?php while ( bbp_forums() ) : bbp_the_forum(); ?>
<div class=”lm_link_container lm_has_sub”>
<div class=”lm_link”>
<div style=”float: left” class=”icon lm_arrow”></div>
<?php do_action( ‘bbp_theme_before_forum_title’ ); ?>
<div class=”language-title”><?php bbp_forum_title(); ?></div>
<?php do_action( ‘bbp_theme_after_forum_title’ ); ?>
<div class=”clearboth”></div>
</div>
<div class=”language-subcategory”>
<?php do_action( ‘bbp_theme_before_forum_description’ ); ?>
<div class=”language-subcategory”>“><?php bbp_forum_content(); ?></div>
<?php do_action( ‘bbp_theme_after_forum_description’ ); ?>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<?php bbp_get_template_part( ‘feedback’, ‘no-forums’ ); ?>
<?php endif; ?>
<?php endif; ?>
Published on August 11th, 2014 by MarximusMG
I’m trying to find the file where I can edit the input field for the reply form. Any help is appreciated.
Published on August 11th, 2014 by Peyman Moghaddam
Hi All,
I can see that there is both a vBulletin and a vBulletin 3 option to import a forum. Do I simply select ‘vBulletin’ in order to import a VB5 forum, or am I stuck?
Many thanks in advance.
Kind Regards,
Published on August 11th, 2014 by giuseppe23
Hi , Is there any way to chnge the breadcumb link color?
I tried
.bbp-breadcrumb a{
color: #fff;
}
The code above does not change the color.
Published on August 11th, 2014 by ttmt
Hi all
Is there a template in the bbpress theme that appears on every page
I’m using the following code in loop-topics.php to show a link to the users profile page
<a class="bbp-profile-button" href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>">Profile Settings</a>
This works but only appears on the topics page.
I would like the link to be on every page.
Published on August 11th, 2014 by ALBCODERS
I read many articles here but couldn’t try any solution.
I’m triùying to change the background color of bbpress header and footer and I found this article here
I’m using propanel and a custom-style.php iùwith the code below I can change the color but not background..
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
background: <?php echo $bbpbg; ?>;
color: <?php echo $bdcolor; ?>;
}
Do you have any idea I used also this one but I didnt get success.
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
background: none repeat scroll 0% 0% <?php echo $bbpbg; ?>;
color: fff;
}
Published on August 11th, 2014 by Jurgenvt
Hi,
i want an author to be able to close his own topics for comments.
this seems as an obvious feature to have. but i can not find anything about it.
nor is there a plugin, or can i fugure ous what capability a “participant” needs to have for this.
thank you
Published on August 11th, 2014 by Learner
Is there a Plugin / hack to provide for Social Sharing Buttons on each reply on a thread which share that individual reply ( along with its images etc.. ) to a Social Site and not the Topic itself ?
For eg. say there is a Jokes thread with many jokes. Now I want to share one particular Joke on a Social Site, not the thread itself…..
Using WP 3.9.2, bbPress 2.5.4
Site :
http://getjoy.in
Published on August 10th, 2014 by cybarmitzvah
Hi all,
I am looking to move the search from on top of the forum to the right of my menu items. No matter if I add more or delete them. I recently hid it by adding a quick line to my css, but deleated it.
Where I want it vvvv

I would also like to know what to add to my child theme custom css to edit the look of it.
I am new to WordPress so I am still pretty new.
I have a number of other topics open too, click my name to see them, would love the help.
BEST,
JB
Published on August 10th, 2014 by FlickChicks
Hi,
I have put the “(bbPress) Forums List” widget in my sidebar, but besides showing bbPress site-wide forums, it also shows forums from Buddypress groups. How do I make it so only bbPress forums show in the list?
I am wondering if something in my bbPress settings is off. For my “Forum Root” I listed “forums” and where it says “Forum root should show” I have “Forum Index”. My “Single Forum Slug” is “forum”. I have “Enable Group Forums” selected, and under “Group Forums Parent” I have “-Forum Root-” selected. Would any of those settings have something to do with it?
I appreciate any help offered. I have looked at several support forum posts and don’t see anything answering my specific question.
Thanks!