I would like to rename the “submit” button and have searched the topics here and can not find how to accomplish it.
Would anyone have any suggestions?
Mr Fox
I would like to rename the “submit” button and have searched the topics here and can not find how to accomplish it.
Would anyone have any suggestions?
Mr Fox
Hi, I have a problem: I installed bbPress and I configured, but when I try to viualizzare the topic without logging in I get an error redirection loop. Can you tell me how to solve?! Thank you!
Hello, i’m tryng to show replies from one topic in a loop but something must be wrong because is showing all replies, you can view the website http://forocolombofilocadiz.com/forum/foro-de-colombofilia-en-cadiz/, this is the code:
<li class="bbp-body">
<?php while ( bbp_topics() ) : bbp_the_topic(); ?>
<?php bbp_get_template_part( 'loop', 'single-topic' ); ?>
<div class="erespuestas">
<a href="#" onclick="document.getElementById('respuestas-<?php bbp_topic_id(); ?>').style.display='block';return false;">Mostrar respuestas</a> | <a href="#" onclick="document.getElementById('respuestas-<?php bbp_topic_id(); ?>').style.display='none';return false;">Esconder respuestas</a>
</div>
<div id="respuestas-<?php bbp_topic_id(); ?>" style="display:none;">
<?php if ( bbp_has_replies() ) : ?>
//this is the problem because this function always is showing all replies
<?php bbp_get_template_part( 'loop', 'replies' );
?>
<?php endif; ?>
<div class="erespuestas">
<a href="#" onclick="document.getElementById('respuestas-<?php bbp_topic_id(); ?>').style.display='none';return false;">Esconder respuestas</a>
</div>
</div>
<!--fin-->
<?php endwhile; ?>
</li>
i would like to show replies from each topic and not all every loop.
sorry for my english.
Hi
I have the forums page running and have created a couple of forums—but on the top right hand where the login name is the drop down have a list. When clicking any items on that list, I get ‘page not found’—the list ranges from activities to settings, has 9 menu items with subdropdowns
I have a website i am developing called groupsoz.com.au on a multisite blogfarm with s2member—- I am installing a forum with the plugin called bbpress—it seem to install but pages do not show —when I click on forums(in the top right drop down — it says -PAGE NOT FOUND—could that be that one of the setting is localhost—what do I need to set that as?—-can u help?
I have modified font-sizes and colors of my bbpress-installation, but I’m stuck with an ugly green “blob” in the answers linking to my profile. Where do I find the code to modify this? Looks like this: 
Hello, I have installed bb and create a page named “Forums” (slug:forums) and assign for it a Template (not Default Template) but it always use Default Template (page.php) for displays forums . I also tried create a page with named page-10.php (or page-forums.php) (10 is the ID of the page and forums is slug) but not successfully. If I change “Forum Root” in BB settings, e.g: forums2 (not “forums” ) it works. But in breadcrumb the url to root forum is mysite.com/forum2. I want it is the same with the url when user select it from menu is mysite.com/forums.
Can anybody help me? Thanks
I have installed the latest version and created a Forums page and added it to my menu. The url looks good: http://propertycrowdz.com/forums/
I have created two forums, in my case Resales and Rentals (although it could be anything, of course).
The problem may be that I am generating an extra forum in my url, when I create a new forum. Here’s one of them: http://propertycrowdz.com/forums/forum/rentals/ . I can view this page, so I have definitely created this forum.
However http://propertycrowdz.com/forums/ doesn’t actually show my general forums page.
If I type in http://propertycrowdz.com/forums/forum/ I still don’t get the general forums page. It just reverts to http://propertycrowdz.com/forums/, which is blank (no 401 message).
Have I done something wrong?
For some reason this code was not implemented into my bbpress defauly bbpress.css file.
I am posting it so you guys can update it for future releases..
When posting an image to the forum your current css makes the image 100% width, so it does not break the forum layout. Unfortunately this does not keep the image proportional so the height stays the same. All you have to do is this.
Change
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
max-width: 100%;
To
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
max-width: 100%;
height: auto;
I installed and activated the bbpress plugin. It said it worked however it does not show up on my front end or backend. Help!!!
http://www.araucana.net/newsite/?post_type=forum
bbpress – 2.5.3-5249.
wordpress – 3.8.1
Hello-
I am redesigning a site and want to migrate my current forums, topics and replies from my current site into my new site.
I have read through the instructions but I have 2 issues:
1) What is my platform? I am migrating from current bbpress plugin version to another. Both the production site and the dev site are on the same hosting provider with different databases obviously. I am assuming I use the default setting phpBB?
2) More importantly- what is the table prefix? It is default setting. I did not assign a custom prefix. But I cant find the table prefix anywhere in the MySQL database. There isn’t a table with the prefix wp_bb_ or anything related to that table structure?
* I am only using bbPress for forums, topics and replies. I am not using Buddy Press.
Thanks so much for the advice. The migrating instructions are not very specific.