Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Site wide advanced search?
I am looking for a site wide advanced search plugin so I can have 1 search widget that will search both bbPress and wordpress and have advanced settings if possible.
Thanks for your time.
I have a forum running WP Symposium and WordPress, all current versions, that I want to convert to bbPress. Won’t elaborate on reasons unless deemed to do so, LOL.
I have first started with a converter of my own, which was creating custom post types for forums, topics, and replies. Unfortunately, counters in bbPress weren’t set, so the frontend pages were incorrect, replies were not chained one after the other in topics, etc.
While digging these issues, I found out that bbPress has its own converter that works using modules. So I started over by creating a module, based on the existnig ones and URLs given in this forum, and tried to make it work for forums, first. But, they simply won’t convert, whatever I try I get ‘no forums to convert’.
While I have a relatively good knowledge of WP Symposium database tables, via custom developments etc., I’m at a loss on bbPress side. Hopefully someone can catch my call so we work together on adding WPS to the list of importable plateforms for bbPress…?
Thanks a lot,
AntoineTopic: 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