I presume you mean the profile in the toolbar?
If so, I turn the toolbar off for all users apart from admin. It is ugly and takes away from your theme.
You can then put it as a menu item see
Layout and functionality – Examples you can use
for details
It looks like ‘however’ all the things on your site are working it is making the topic ‘private’
The good thing is we will have this fixed for bbPress 2.6
Details are here https://bbpress.trac.wordpress.org/ticket/2593
WordPress: 3.9
bbPress: 2.5.3
User Access Manager: 1.2.5.0
Theme: Twenty Eleven (no mods)
I don’t know whether our use of UMA is relevant here. We have a group in UAM called “Panel” and all of those users have the “Forum Role” of “Participant”
I have set up a forum “panel Discussions” which is restricted to the members of “Panel”:-

and in it a topic “Panel **********************”:-

When I’m logged into WP I can see the forum and the topics:-

And the topic thread shows as I would expect:-

Users that aren’t logged in cannot see the “Panel Discussions” Forum as I would expect:-

And as expected another “Panel” member can see the “Panel Discussions” Forum:-

.. and the topics:-

However when they open the topic “Panel **********************”:-

The initial Topic intro is not visible.
Can anyone help please?
Please, how to redirect all normal wordpress profiles to bbpress profiles?
Thanks
The bbPress shortcodes are:
[bbp-login] – Display the login screen.
[bbp-register] – Display the register screen.
[bbp-lost-pass] – Display the lost password screen.
I suspect some of your issues are more WordPress related rather than specificly bbPress
I wonder if there is any way to convert/transfer the attachments so that they will work as well?
I haven’t seen any particular effective ways to do this yet, I have a few ideas on how to add support to import the attachments into the WordPress media library but it only exists in imagination at this stage, once I get the time to take a look I most certainly will have a crack at it.
@buzzybee24 In your WordPress theme folder eg \wp-content\themes\mytheme
Look for a file named page.php and make a copy of this file and rename it to bbpress.php
Firstly thanks to bbpress for the great plugin for WP – it’s made forum integration so much better for everyone!
I’ve run into a issue on bbpress that I am unsure how to remedy, On our bbpress forums replies made by users (of any forum role) do not display the avatar or username, instead it only displays their forum role. I’ve Googled the issue but there doesn’t seem to have been an issue like this before that I can find.
Here is a link to show the problem: http://exodus-esports.com/forums/topic/bug-report-enigmas-hideaway/
Wordpress Version: 3.9
Buddypress Verion: 2.0.1
bbpress version: 2.5.3
Thanks in advance for any assistance 🙂
**Update: Checked for any conflicting plugins by disabling all but bbrpess & buddpress – issue was still there**
I confirm
insert
asdasdasd
and
asdasdasd
total forum visible and (plugin not found)
With wordpress 3.9 and bbPress 2.5.3-5249 on pc windows seven (wamp server)
Ok so you’re a wordpress site – so see
Codex
for step by set how to install
I found this one: https://wordpress.org/support/topic/javascript-error-on-pages-without-sharebar
The hack proposed in that topic solved my issue which was caused by JS error. Hoping that plugin will be fixed at some point, so I don’t need to hack into its code with every update…
I had something similar and my issue seems to be related to Sharebar plugin of WordPress. Disabling that plugin makes the toolbar buttons appear properly. Will research more what can be done w/o disabling it, the plugin itself is pretty nice besides this issue.
It’s a WordPress site, so… sure!
Any of the themes from bbshowcase.org are for the retired version of bbPress (1.x), which is to say it won’t work inside of WordPress, or for bbPress 2.x.
There are no issues using bbPress 2.5.3 and WordPress 3.9 they are 100% compatible.
Any issues will be as @phpnukes points out theme issues or plugin conflicts.
I suspect your issue @buzzybee24 is indeed a theme issue, check your themes faq and/or support sites for information on using your theme with bbPress v2.x. If you can’t find anything most likely you will need to make a copy of your themes page.php file and rename it to bbpress.php in your theme folder.
@phpnukes Your issue will be a plugin conflict as to why some of the items are missing in the dashboard.
Your forums are showing in your settings.
Mine are not so maybe since bbPress are claiming 2.5.3 is compatible to 3.9 there could be a confict with the theme: I’m using twentyfourteen or another plugin installed could be the problem.
Plugins installed could be the issue try deactivating all your plugins to see if it fixes things. Then active each plugin one by one to establish which plugins are causing the problem.
Don’t install an older version of wordpress quite just yet.
You should look to a WordPress plugin for this, not specificly bbPress.
You should look at using a 3rd party email provider for this to ensure your emails sent to 22k user is not flagged as spam as there will be a high change it will if you do yourself unless you do it over the space of a few days in batches.
E.g. Start from here and find one that can do what you are looking for:
https://wordpress.org/plugins/search.php?q=mass+email
I read this today, it gives a good run down of the options you have. 🙂
http://torquemag.io/4-ways-to-turn-wordpress-into-a-multilingual-website/
Hi, thanks!
Okay so I have 3.9 how do I instal an older version of WordPress?
What version of wordpress are you using?
Looks like this development is still alive judging from their date of blog posts.
However bbpress is not up to date as from today’s date with wordpress 3.9
Broken
2.5.3 Tested on wordpress 3.9 it says installed but no admin forum links in the wordpress admin settings.
may work with older versions of wordpress
Must be work in progress
I moved this to it’s own topic….
You have an advantage that you are already using v1.2, now you just install WordPress, install bbPress v2.x plugin and convert your old v1.2 forums to v2.x.
I’d suggest the best place for detailed instructions on what to do in this regard would be to check out this existing topic:
https://bbpress.org/forums/topic/upgrade-bbpress-1-0-2-to-2-1-2/page/2/#post-127780
Hello … I’m using bbPress 1.2 … I am very pleased with this standalone version …
My question is how could I add WordPress to my bbPress 1.2 … So as to update to the latest version of bbPress … Alan
As I think you have guessed as you posted a while ago on the Emphaino wordpress support site, this is a theme issue.
I can only suggest you try a basic bbpress page to see if this will display sufficiently well to fit in with your theme.
So create a file called bbpress.php and into this drop the following code
<?php
get_header(); ?>
<div id="container">
<div id="content" role="main">
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( 'loop', 'page' );
?>
</div><!-- #content -->
</div><!-- #container -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Then save this file in the root of your theme.
bbpress will then use this file instead of your theme’s page file for the display of bbpress pages.
Give it a go, and if it fixes the problem come back and let us know. If it doesn’t then you will need to do some styling, and that will take some research to fix !