Search Results for 'test'
-
Search Results
-
I recently migrated a large forum from another platform. The forum is quite large (1M+). The issues I am having is that opening individual forums is slow and opening threads is pretty much the same. 20 seconds – 30 seconds sometimes. I am running the latest bbpress and the site runs on a dedicated server and had no issue with the previous forum platform.
It is truly frustrating. I would truly appreciate if someone can point in the right direction of what to look for?
Hi,
I just installed bbPress and people that sign up are given Partipant Role. They can read forums but cannot reply threads or post topics. If I set them to moderator they are able to do so.
Please help
Topic: bbpress & Vimeo in topics
Hi All, I am a bit confused and I need some advice. I have a bbpress forum and I want to place vimeo video in the topics and replies. Is there a plugin (or plugins) that allow me to use shortcodes. Viper’s does not seem to work.
I can directly add the vimeo url to the topic and it seems to work. Is that the best way to do it? Shouldn’t I be using shortcodes instead.
I am running the lastest WP 3.8 and the latest bbpress.
Thanks in advance for your help.
Topic: bbPress Test Data
Hey all!
I have recently been developing with bbPress and created myself a plugin for inserting test data into a local WordPress install. Be careful when using this plugin as it does a lot of writing to the database and runs the bbPress repair tools too.
- Adds a forum with nested forums
- Adds a forum with loads of topics
- Adds a topic with loads of replies
http://www.epicwebs.co.uk/bbpress-tutorials/test-data-for-bbpress-plugin/
I hope it helps someone, good luck!
Topic: Not Getting Welcome Message
I have the latest version of wordpress installed on my site. I followed the instructions to install bbPress, then clicking to activate it. But after I do, it just tells me that the plugin has been activated successfully on the top of the page, then shows the normal lists of all plugins on my site. There’s no “Welcome Page”
Additionally, there is no “Forums” option on the left sidebar. Basically, it looks like nothing happened. I uninstalled and tried again, twice. Still no difference.
Is there something I’m missing?
Thanks!
Using Magazine Basic Premium and latest WP.
Why am I showing only MY activity in the activity area. Also, how do I make the subscribers become members so that we can communicate in the forum? I’ve been through all the settings … don’t see anything.
Topic: Translation not working
I have WordPress 3.8 installed with the bbPress 2.5.2. The WP is in Finnish so it’s important that the forums are in Finnish as well, so I attempted to add the translation file as told here.
http://codex.bbpress.org/bbpress-in-your-language/I took the latest dev branch Finnish translation, downloaded the .po and .mo files, renamed them to bbpress-pt_FI, even attempted bbpress-fi_FI, uploaded to /wp-content/languages/bbpress/ but no results. The forums are still in English.
I also checked that the language is set to fi in the wp-config.
Why is the translation not working?
I have the latest versions of WP & bbPress.
Looking for short codes for “ACTIVITY” – “MEMBERS” – “GROUPS” to keep it private from the public. i.e., only those logged in will be able to view those three items on the home bar. http://www.PickensCountyTeaParty.com
Thanks!
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' ) ) ); }Topic: Need Forum Page Full Width
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/
Hi friends,
I’m attempting to convert over from Vanilla 2.0 to bbPress. I’d like to test first on my local machine, so I’m trying the Import Forums option in my local WP install.
My question: Should there be any problem importing from a live instance to my local?
I’m in PHPMyAdmin and quadruple checking all my settings, so as far as I can tell, I’m inputting all the database settings within bbPress correctly. Sadly, once I start the conversion, I get the “No xxxxxx” set of errors.
What are some common database setting mistakes, just in case I might be overlooking some options? Also, could it be that I’m importing to my local machine and that’s causing the problem (I assume not)?
Let me know if I can provide any more info to make this easier (screenshots, server info, etc)
Thanks!