Sorry I don’t have any plugins or represent their interest… I was just posting and got back into this thread… from the other one for plugins… It is easy to get misplaced for us newbies… 
I guess the main point was that I fixed a … hook issue by reinstalling the RC3 software which I had noticed had several rewrites. You seem to be making constant changes…
Is it dangerous to up date our release’s when you are making incremental changes and should we only do an update when absolutely necessary?
Or is this something that helps you troubleshoot on your end…
So far it does seem to be working good except for Monday’s 404 glitch that was cleared by “a save” of the forum page… But other than that, that was the first issue I’ve had with it..
Well done, I’d say.
This problem is in the theme, some code is causing it to be repeated several times. I could give better help if I could see the source code to the theme
This is a problem with the theme, simply modifying some code in your theme should fix it.
I explained a similar/same issue here: http://master5o1.com/topic/post-toolbar/
and another similar thing here: http://master5o1.com/topic/position-of-bbpress-post-toolbar/
Turn manual insertion on in the options and then put <?php do_action( 'bbp_post_toolbar_insertion' ); ?> in your theme files. Probably somewhere.
If bbPress is running with theme compatability mode then I’m not sure why it _isn’t_ showing.
If it isn’t in compatability, then I think your theme doesn’t have the RC3 hooks that I am using.
This is confusing the heck out of my users as well. My forum is set up on a WP network subsite. They register there (the form is generated by the shortcode), and on completion they’re redirected to the main network site’s registration page — which looks completely different.
The UX is very broken.
Just updated it to 0.6.0. This has a lot of things done. bbPress 2 RC 3 put the extra action hooks in the post form area, so the toolbar is using those now for placement of the bar. No more delete-dupes using JS 
https://wordpress.org/extend/plugins/bbpress-post-toolbar/
Hi, I’ve been trying to append a class to bbp_get_forum_class by filtering it but I’m not sure if I’m doing it the right way since the result is not the expected.
For demonstration purposes here’s the code a bit simplified:
function unisphere_bbp_get_forum_class( $classes ) {
$classes[] = 'appended-class';
return $classes;
}
add_filter( 'bbp_get_forum_class', 'unisphere_bbp_get_forum_class' );
The expected result would be something like:
<tr id="bbp-forum-6" class="post-6 forum type-forum status-publish hentry odd appended-class">
But instead it outputs this:
<tr id="bbp-forum-6" class="post-6 forum type-forum status-publish hentry odd"Array>
Anyone has any idea why this is happening? Is it a bug or am I doing something wrong?
Cheers
humm it’s weird 
Anyway, if I have some page styles, may I use them in some way for bbpress forum? for example full width page template? Thanks
I have a page (/register) that is using [bbp-register].
The only issue I’m having is after the user registers they get redirected back to the same back and see the registration form again, so they are getting confused and often wondering if the registration went through at all (it does).
bbp_wp_login_action appears to be filterable, but I haven’t had any luck getting it to accept a URL to redirect to (redirect_to) after the registration goes through?
Maybe I’m not passing something right?
patience fixed mine, I didn’t do anything and they just came back. What didn’t comeback were my modifications that I had forgotten I made
Yes, on RC 3 is working ok, thanks for the update
Love the shortcodes! Job well done on this plugin version. I can now use a shortcode on a custom page and display this as the root of my site in WP while keeping WP for additional pages/posts! 
Thanks a million!
Each time I click a tag and get to the link:
http://localhost/taiwantalk-beta/?topic-tag=design-teaching
I get a blank page in my localhost
and this error: Fatal error: Call to undefined function bbp_get_topic_tag_template() in /home/aleche23/alexchen.info/taiwantalk/wp-content/plugins/bbpress/bbp-includes/bbp-core-compatibility.php on line 745 when I upload it on a server.
I tried a fresh bbp 2.0 rc3 installation and got the same error.
Is this a known issue?
Just upgraded to Version 2.0-rc-3 and now when I click on any topic I get a 404 error. I did this while signed in and from the dashboard and from the forum page on the outside. One of my users left a reply and hour or so before I upgraded and I can edit it and see what he wrote. But if I click on view what he wrote then it gives me the 404 error.. Nothing I do seems to allow me to see the topics in detail. I can only see a topics list at this address http://jeff-foliage.com/fall-foliage-forum/ but clicking on any or all the topics are not found…
Is this where I say HELP!!!
I had the same problem as Jim. It’s not working on my index page for one of my sites. I wonder what the workaround because it seems to work on other pages.
Hi,
I’ve found this page very useful and it helped me create the main forum page as I wanted it to be.
http://www.carsrecoverylondon.com/forum/
However, once I go into the forum pages, or topics, everything gets lost, for example, I used a specific page template for the forum page I created with the short code, but once I go into the topics or so, it reverts back to the regular page template.
Is there a way to force all forum pages to appear in my specified page template so it would keep all my customizations?
Many thanks,
I imagine the column shortcodes could be this:
[column width=”1/3″ final=”true”]…[/column]
Warning: require(./bb-load.php) [function.require]: failed to open stream: No such file or directory in
wwwrootkuoyingbb-login.php on line 4
Fatal error: require() [function.require]: Failed opening required ‘./bb-load.php’ (include_path=’.;C:php5pear’) in
wwwrootkuoyingbb-login.php on line 4
???
Anonymous User 5853594Inactive
@eliZZZa
BuddyPress does indeed include the full standalone version and doesn’t (yet) fully support the plugin version. It has been announced that in a future release of BuddyPress, support for the plugin will be included though.
What you’re seeing in the Dashboard are the menu’s from the plugin version. The forums have to (manually) be given pages of their own, for them to show up in the front-end of your site.
You can create pages for the plugin’s forums using the plugin’s shortcodes (https://bbpress.org/forums/topic/bbpress-20-shortcodes).
I know that the interaction between BuddyPress and the bbPress plugin isn’t much at the moment, but I hope that BuddyPress will try to make it easier in future releases.
You can use them side by side pretty well though, although I do not know how things will change when the bbPress plugin version is included into BuddyPress. I imagine that it might cause some importing issues.
Anonymous User 5853594Inactive
@eliZZZa
BuddyPress does indeed include the full standalone version and doesn’t (yet) fully support the plugin version. It has been announced that in a future release of BuddyPress, support for the plugin will be included though.
What you’re seeing in the Dashboard are the menu’s from the plugin version. The forums have to (manually) be given pages of their own, for them to show up in the front-end of your site.
You can create pages for the plugin’s forums using the plugin’s shortcodes (https://bbpress.org/forums/topic/bbpress-20-shortcodes).
I know that the interaction between BuddyPress and the bbPress plugin isn’t much at the moment, but I hope that BuddyPress will try to make it easier in future releases.
You can use them side by side pretty well though, although I do not know how things will change when the bbPress plugin version is included into BuddyPress. I imagine that it might cause some importing issues.
@philsown
Download User Avatar for WP here: https://wordpress.org/extend/plugins/user-avatar/
1. In single-user-edit.php, Before
<?php bbp_get_template_part( 'bbpress/content', 'single-user-edit' ); ?>
add: http://pastebin.com/rfLFaRvq
2. In style.css add:
.bbp-single-user-edit { position:relative; }
#user-avatar-display { position:absolute; top:160px; right:20px; text-align:center; width:155px; }
#user-avatar-display a { color:#000; text-decoration:none; text-align:center; };
3. In functions.php add: http://pastebin.com/YfbiN65x
That’s it.
Original solution: https://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2186636
It works great for me. Cheers.
Hi John,
I hate to bother, but I really dug through everything close to a documentation (plus hundreds of forum answers) and could not find an answer to some basic questions:
a) BuddyPress 1.5.2 beta comes with a folder
/bp-forums/bbpress
which is obviously a full bbpress install (standalone?).
I run WP 3.2.1 with BP 1.5.2 beta plus bbpress plugin 2.0-rc-2 (the latter a folder with less files than the one I found in a)
So which one to run/install, what’s the difference?
At the moment my admin panel shows a section for Forums, Topics, Replies, but they don’t show in the frontend.
In the frontend I see group forums only, but not the ones created in the admin panel.
I am confused and I am really missing a clue (a mini docu would help), on how those parts work together (or not).
Thankful for any hint, just point me to any place with some information so that I can find sleep and peace again – and my 11,000 club members too 
BTW – I am quite experienced with WordPress after some hundred installations and modifications since 2005, but I’m new to BuddyPress and bbPress…
Kind regards from Austria,
eliZZZa
Hi John,
I hate to bother, but I really dug through everything close to a documentation (plus hundreds of forum answers) and could not find an answer to some basic questions:
a) BuddyPress 1.5.2 beta comes with a folder
/bp-forums/bbpress
which is obviously a full bbpress install (standalone?).
I run WP 3.2.1 with BP 1.5.2 beta plus bbpress plugin 2.0-rc-2 (the latter a folder with less files than the one I found in a)
So which one to run/install, what’s the difference?
At the moment my admin panel shows a section for Forums, Topics, Replies, but they don’t show in the frontend.
In the frontend I see group forums only, but not the ones created in the admin panel.
I am confused and I am really missing a clue (a mini docu would help), on how those parts work together (or not).
Thankful for any hint, just point me to any place with some information so that I can find sleep and peace again – and my 11,000 club members too 
BTW – I am quite experienced with WordPress after some hundred installations and modifications since 2005, but I’m new to BuddyPress and bbPress…
Kind regards from Austria,
eliZZZa
Problem is solved by adding the following code to the PHP template files.
<style>
#content {
width: 920px;
}
</style>
Hi there,
Here I am with an issue
– Didn’t touch anything :p
I’ve made my own theme and followed the steps.
When clicking on a tag I get this error:
Fatal error: Call to undefined function bbp_get_topic_tag_template() in
xampphtdocswordpresswp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 745
Thanks in advance for any assistance,
Isabelle,