Search Results for 'test'
-
Search Results
-
A little background, I have about 0 knowledge of WordPress and especially BBPress. The reason I am here is I am trying to help get some basic forms working that were setup an possibly messed up by a previous admin who is currently MIA. I have figured out my way around WordPress but am at a loss as to why the posts do not display within the topics. Any help would be appreciated.
This is a link to one of the forum topics that had a few post/replies but are not visible.
http://home.outlandcraft.com/forums/topic/test/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