Search Results for '\"wordpress\"'
-
Search Results
-
Topic: bbpress editor
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.3Thanks
Topic: Missing Topic Intro
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?
Topic: Profile redirect
Please, how to redirect all normal wordpress profiles to bbpress profiles?
Thanks