Search Results for 'test'
-
Search Results
-
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!
Topic: Permission Error
When I tried to create a topic under the forum, I get this error message:
ERROR: You do not have permission to create new topics.
I also am not able to go into any link under Dashboard>Forum – I think somehow the permission setting is all jacked up…
I already deleted and re-installed the Plugin, tested it on TwentyThirdteen, the problem still persist.
I am using bbPress 2.5.2-5234, WP Version 3.8. The site is collaborativemotherhood.com. Also, the site is password protected (ctseng01, santaynezvalley) The forum link is in the footer, between “Mommy Power” and “Help Center”
Thanks for your help.
Mod: I edited and removed the user/pass from your post.
Topic: YouTube Embed Issue
Hi – I am setting up a forum similar to this one using bbpress:
http://aslstem.cs.washington.edu/
I want to be able to allow people to create an account and then post YouTube videos in ASL. I then want them to be able to embed the video into their forum page (similar to the above).
Here is the bbpress I’ve created:
http://hissign.com/bbpress/forum.php?id=1
I’m calling the forum ASL exchange and you’ll notice that I created a test topic called Baby Signs. When you click on that post you’ll notice the YTV video link but I was unable to embed the video in the post so the video plays there (instead of just the link).
Can someone explain to me how or what I need to do to embed the video into the post?
Thanks.
My forums show up on the page if I add the shortcode [bbp-forum-index] but then none of my topics show up! There is a number under topics but when I click on the number I end up at a blank page.I’m just starting the forum and tried several test topics but they go to a blank page. I’m using Creativo as a theme, and wonder if there is something I should modify somewhere. Any ideas?
Thanks!