Search Results for '"wordpress'
-
Search Results
-
Hi,
I just installed a new bbpress form as plugin with wordpress theme named Dicovery. Somehow it is not working. On the main page once I logged in as any user I canβt see any place to start a new discussion or comment. It seems that only admin can create a new discussion.Also, when I try to log in using my admin account and try to create a new topic, I am not able to select the Discussion group/category, it seems that it is disable somehow.
Can anyone please help me rectifying this.
Thanks
JOhnHi,
Basically I am looking t for a plugin that would monitor the forum for some predefined keywords and if they are entered, in a topic or reply, mark that as pending, show a message to the user who entered that and send a mail to the administrator notifying of the same.
Wordpress discussion settings do mark any comment as pending, but if I could edit it to send a notification mail to the administrator as well it could help. Any input on how to accomplish this would be helpful.
Thanks
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