Published on August 3rd, 2013 by getbizsanity
Hello, I’m using WP version 3.5.1 and bbpress version 2.3.2. My site is www.timemasteryblueprint.com, but you can’t see the forum page because it is a paid only membership site. The forum is part of a paid membership site. There is no way for members, once they enter the forum to get back to the main paid content area. The breadcrumbs only lead back to the home page, which is an optin page with no membership access tab. I would like to get rid of the existing breadcrumbs and provide a link back to the main paid content area (or perhaps I can substitute the existing breadcrumbs for a link back to the member content area?)
Is there a way to do this?
Thanks for any help you can give me!
Published on August 3rd, 2013 by MartinS87
Hey there!
I used PHPbb3 the last 4 years now. The Foums is grown.
But now I created a new Website with WordPress and want something what is
integrated in there. I found bbPress and bbConverter. I installed both in my
WordPress but I cant run the bbConverter. Is there anyone who could give me some Detail
Information?
Thanks.
Published on August 3rd, 2013 by cappazushi
I’ve done all of the steps required for editing bbPress’ look, but one feature that seems odd to me is that the editor can’t bring up the CSS Stylesheet; that needs to be edited from CPanel. I moved the CSS folder to my theme’s root but it can’t read it directly, I guess. This is odd because it ca. Read the PHP files in the bbpress folder. Anyway, is there a more intuitive way to edit the Stylesheet?
Published on August 3rd, 2013 by Thank you
Hi,i just installed BBpress on to my under construction site.I have WordPress 3.6 and i am using twenty thirteen theme.
whenever a new user signup for the forum,he recieve an email addressed from wordpress@my domain address.
Is it possible to change the name from wordpress to my domain name.
Thanks.
Published on August 3rd, 2013 by wpobs
Hi guys, im using the latest WP 3.6 + bbPress 2.3.2 + buddypress 1.8
All works fine until you try to either Edit a forum of an existing group (front end) or when creating a new group and then at step 3 adding a forum to this group, when then the page get broken.
The page will remain visible but the header and footer will disappear.
see image below:

I have disabled ALL plugins as well as switched theme to the WordPress / buddypress default one but still the issue remains.
Page end Source code finished without closing this are the last lines:
<form action="http://[domainname]/group1/admin/extras" name="group-settings-form" id="group-settings-form" class="standard-form" method="post" enctype="multipart/form-data" role="main">
Inspect Elements reports error:
Uncaught TypeError: Object [object Object] has no method ‘sortable’
This was also report on the Buddypress forum:
https://buddypress.org/support/topic/admin-bar-and-footer-broken/
Please help.
Dan
Published on August 3rd, 2013 by Karem
i use “audio player” plugin like this plugin http://wpaudioplayer.com/
its show the player in the bb Topic but its dodnt Play the sound
How can I solve this problem?
Published on August 2nd, 2013 by hitkid
Hi, I’m trying to edit the avatar size and get rid of by author in the recent topics widget without messing with core files. I’m new to messing with widgets. I’ve tried a few different methods and nothing has worked.
// Maybe get the topic author
if ( 'on' == $settings['show_user'] ) :
$author_link = bbp_get_topic_author_link( array( 'post_id' => $topic_id, 'type' => 'both', 'size' => 14 ) );
endif; ?>
In wp-content>plugins>bbpress>includes>common>widgets.php
If my question is too much just please point me in the direction for what I need to learn about myself.
Thank you 🙂
Published on August 2nd, 2013 by shay215
I installed the forum but the titles do not look right to me
Example: Freshness on the left instead of the right

I’d love to know how to fix it
tnx
Published on August 2nd, 2013 by therune
I have a forum setup as private, when logged in you can view the forum just fine. But when not logged on and you try to view the forum page /forums/forum/forum-name it takes you to the standard wordpress 404 page. I’ve tried creating that page structure in the page manager but that didn’t seem to work, I created a forums page, a forum page as a child, and a forum-name page as a child. When I tested the page on a logged in user it took me to the forum page but when not logged in the page still takes me to the 404. How can I control this page?
Thanks
Published on August 2nd, 2013 by knsheely
I am currently doing a preliminary test import of a massive forum with 25 forums, 10K + Users, 70K + Topics and 1 Million + Replies from an ASP Playground Forum. I have successfully migrated from MS SQL to MySQL and converted the database structure into a working, mappable structure. I have started and stopped the import multiple times as I worked out the kinks in my custom ASP converter. At this point I have a few questions that I could use some help in answering.
1) There is one hashed user password field with no salt. I can’t seem to find good documentation on how the password process works. I have noticed in the bbPress1 and other converters that do not have salts that the callback_password and authenticate_password functions both just ‘return false’. What does this mean once the users are trying to login? How should I map the fields correctly and do I need an authenticate_password function?
2) With over a million replies, the import process takes a very long time (going on weeks now). When we proceed with a live conversion, we very much need to keep the forum’s downtime under a week and preferably we would keep it under 4 days. Does anyone have any tips for speeding up the conversion process?