I imported VBulletin 4+ in bbPress and when I goto Forums I can see all the the threads but when I click on one of them this is what shows.. see picture.

I imported VBulletin 4+ in bbPress and when I goto Forums I can see all the the threads but when I click on one of them this is what shows.. see picture.

Hello
I have a problem with the editor in bbpress .. the content is displayed with the html code ..
I am using Ultimate TinyMCE editor with the option of wpautop set off and I put this code in the functions.php of the theme to enable mce editor :
function bbp_enable_visual_editor( $args = array() ) {
$args['tinymce'] = true;
return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
What could be the problem, I tried using Tiny MCE Advanced but the same problem occurred
is this a theme problem?
Im using :
Wordpress version 3.8.3
bbpress version 2.5.3
Ultimate TinyMCE version 5.3
Thanks
I created a forum with WP 3.8.1 and bbPress 2.5.3. Here: http://ozziecoin.com/index.php/forums
When I press edit, I get a 404 error. When I press on username, I also get a 404 error.
Topics seem to work ok. Can anyone offer any hints where I should start looking?
I’ve tried modifying .htaccess to include: Options FollowSymlinks and AllowOverride All
Also, tried resetting permalinks to default and back to current setting of /index.php/%postname%
Thanks in advance for your further suggestions.
I changed my website URL and brought the existing database and all files over (basically used the same hosting account and database). I did export all databases, ran it through a site that changes the URL in all databases, and then re-imported the changed database SQL file.
Everything seems to work fine… except the bbpress forums. They wont load. I’m not able to find a file or setting to see if the url is set right. Where do I look and what must I change?
I’m running bbPress on my site and it is currently integrated with both BuddyPress and OptimizePress. Right now, only Admins can view Voices. If a non-admin tries to view a voice, it’s just a blank page essentially with the ability to reply.
I’ve test all the bbPress roles and even Keymasters can’t view topics. Only if I change their account role to Admin.
Any ideas?
I’m reading a lot, some people say it’s possible with simple local avatars plugin and a hack. But, there is a way to make it clean? I want my users can upload their profile images from their bbpress profile area.
Thank you in advance.
WP 3.9.1, bbPress 2.5.3
In WP admin, there used to be tabs for forums, topics, etc., in the sidebar – but now they are all gone. This might coincide with recent update to WP 3.9 or 3.9.1
Also, I am unable to create topics in the frontend. Not sure if these two issues are linked, but they seem to have started happening around same time.
I don’t know what caused this so unable to provide steps to reproduce as yet.
Anyone seen this sort of thing happen before?
Turns out to be some kind of permission error. I see this in the Chrome console. Will look into it further.
GET /wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.3-5249 403 (Forbidden) localhost/:30
GET /wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.3-5249 403 (Forbidden)
Hello,
I’ve installed bbPress 2.5.3 onto WP 3.9.1 but am not seeing any css stylesheets loaded for bbPress. Even when switching to the Twentyfourteen theme the forums are completely unstyled.
Has anyone come across this issue? Looking at resources in the chrome console I can see that bbpress.css is not being loaded.
My links refuse to go bold despite putting the strong tags on em.
Example:
http://www.skyforgelabs.com/forums/topic/company-of-heroes-2-western-front-armies/#post-2136
I have on those links, yet they won’t show as bold /:?
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?