Search Results for 'bbpress'
-
Search Results
-
Topic: multi Languages
Hello everyone and Happy New Year 🙂
That is my problem,
I have a multi-site project.
Each site will have a different language.
I would like to assign a bbpress language has a website, but I do not know how.How can I do?
Thank you in advance 🙂
ps: sorry for my english not so good: P
Topic: Topic Redirection
Is there any chance that if the topic is under moderation will it be redirect to homepage or a thank you page? I’m hoping someone here can enlighten me here.
By the way I am using the bbpress moderation plugin for the topic moderation.
Thanks and have a great day ahead.
Best regards,
MarizHi All,
I am having the exact same issue. When a topic is started the new post content is not being displayed so what my users are doing is posting a ‘reply’ with the same content and then it appears. Although – what is really happening is they are posting twice!
So – a new topic is being created, along with the link to the topic in the forum but when a user clicks on it there is not content.
I have tried the css fixes to no avail and am not using the WP-WishList plugin as indicated in some other similar bbPress.org forum posts. Any ideas would be helpful!
Jillianne
Mod: I moved this to it’s own topic as it was not the same issue as the original topic.
Topic: Visual bbpress
Hello everyone,
I currently have a WordPress 3.8 site with bbpress 2.5.2-5234,
tinyMCE advanced module and module bbPress Enable TinyMCE Visual Tab.
but I is not no buttons and I can not click on Visual.
Someone can help me ?
ThxHello!
I am looking into using bbPress as a discussion forum. I do have WooCommerce already running on the website, through which people can make accounts. To be clear: I do not have any intention to use bbPress as “product support” for the shop, which I see a lot of people discussing here. The forum is not intended to be a place to just discuss products or be a support/ticket system.
My question is this: will users have to make two accounts – one for the Woocommerce shop, one for the forum – if I install bbPress? Or is there a way to integrate the two accounts into one universal login? I am sorry if a thread already answered this, but I couldn’t find it.
Thanks for your help!
Topic: WP PAGE
I like to include one category from BBPress inside of my wordpress page.
How to do that?
Many thanks.
PeterHi, my website is http://www.findgreatness.com and I am using Kopatheme circle, I have installed and setup a page with forums as the permalink and the bbpress short code, and added two forums to see how it looks. Although I can see some format with the forums if I add them additionally as a drop down menu, I cannot see the table format on the forum index page. Any help appreciated, thanks, Andy.
Hello all,
On my website i’m trying to use the wp-editor as editor for my bbpress forum (always latest stable version). I use the same code as I use for my WP comments section (to keep the appearances the same).
The code I use does show the tinymce, doesn’t “parse” the content though (with an “ERROR: Your reply cannot be empty” as result.
My guess is that I haven’t found the right parameters (***) in the wp_editor function. Help is much appreciated.
Regards.
Marc
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' ); function bbp_enable_visual_editor( $args ) { wp_editor( '****', '****', array( 'media_buttons' => true, // show insert/upload button(s) to users with permission 'textarea_rows' => '10', // re-size text area 'dfw' => false, // replace the default full screen with DFW (WordPress 3.4+) 'tinymce' => array( 'theme_advanced_buttons1' => 'bold,italic,underline,strikethrough,bullist,numlist,code,blockquote,link,unlink,outdent,indent,|,undo,redo,fullscreen', 'theme_advanced_buttons2' => '', // 2nd row, if needed 'theme_advanced_buttons3' => '', // 3rd row, if needed 'theme_advanced_buttons4' => '' // 4th row, if needed ), 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' ) ) ); }This is my second time posting this. There has been no response to my first post. I do apologize for reposting but this seems like a critical error.
I have correctly installed the current version of bbPress(Version 2.5.2). In my WP-Admin panel, the Forums tab does not exist. There is nothing. The only evidence I have to show that bbPress is installed is the widgets DO show up in my widgets section. I eagerly want to use this product, however if i can’t create a Forum page then this product is pointless. Any help would be GREATLY appreciated!
My site is BudgetDr.com
Topic: Thousands of revisions
Hey there,
I have a problem I can’t find a solution for (all latest versions, but it was the same before) at deppheads.com:
Every few seconds, I can see a new revision coming up in the database. I just removed the revisions of the last month and there were over 50000! I mean my forums have a few hundred thousand posts, and they are some kind of reply/topic revisions to existing posts/topics as copies of existing replies (I think). Very curious.
I have no idea how to disable them from being created. I already set auto_save to define('AUTOSAVE_INTERVAL', 86400);and added
add_action('admin_init', 'disable_revisions'); function disable_revisions(){ remove_post_type_support('revision', 'revisions'); remove_post_type_support('topic', 'revisions'); remove_post_type_support('reply', 'revisions'); }to my functions.php, but they still appear.
And I disabled revisions for bbpress posts in the settings page.
Any ideas??
Visitors are allowed to post, and I’d like to keep it like that, because it is also my comments system and I know many would not comment if they needed to register.
Here are the last 20 exported as sql (couln’t copy it in, so as a link:)
http://deppheads.com/insert.txt
Here one example of the “parent” http://deppheads.com/forums/reply/359207/
Topic: Do-follow on own site
I know that is possible to outcomment these parts
add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );in the bbpress/includes/core/filters.php
But I want to set only internal links to do follow, external should to on nofollow.
How I can do it?
Hi guys,
I have a weird problem – no changes made to the site or plugins what so ever. bbpress worked just fine. But from one day to another my main forum/category does not load correctly anymore. So all others still show without problems, but the main forum just shows up blank. Could this be a server issue? I have contacted admin, but he says all ok from server side.
Have a look here: Regular loading forum (as it should look): bit.ly/19YsTma
Not working forum: bit.ly/19YsU9K
Any ideas or suggestions? May bbpress be running into memory issues or so? This is the forum with the mosts topipcs and replies…but not aure if that is the reason for the problem.
I already tried resaving permalinks and settings, nothing helped. Wp debug also did not show up anything unusual.
Thanks a lot, I really appreciate your help,
Peter