Thanks for your answer, I did add the code snippet in the theme’s functions.php file but nothing shows… 🙁
In BBpress forum settings, a crossed the wordpress fancy editor’s box as well as the Auto-embed links and the Fancy editor full ones.
My problem mainly is that there is NO editor at all.. I would be happy even to have a non-fancy one ^^
The formatting toolbar on our discussion forum above the comment box keeps disappearing. Was working on Firefox, then it went away. Now switched to Chrome, where it’s still available, but not appearing on Safari at all. Using latest version of the bbPress plugin and WordPress.
Still available and working fine in this support forum (currently using Safari browser) so would seem to be site-specific. Any help appreciated.
I’ve been trying to import my vanilla 2 forum posts (just under 500000 replies) and it’s been working away for a very very long time. Tried to do it on the server as well as locally on my macbook pro running Mountain Lion. It seems that it’s even running slower locally than on my server and after leaving it to run for a couple of days, I’m about 1/4 of the way there.
Tried all kinds of delay times and row limits but I can’t find a way to improve the speed of the import.
I was wondering if anyone here has successfully imported a database this size and has tips on how to speed up the process? Even at a 200 Limit with 3 second delay my MySQL workbench on my local machine shows 11000 Queries/second which seems a bit high?
I’m using the latest versions of bbpress, wordpress and vanilla.
The fancy editor is disabled by default. You have two choices:
Enable Visual Editor
https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/
It’s for good reason that it’s disabled though. It considerably slows down mobile devices and is just all around far more unpredictable than the plain editor in terms of how users might mess up with it.
I cannot find, how to have moderators or key masters be able to ban users – without them also being ADMIN on the WordPress site ?
Have I missed something ?
(lastest version of everything -wordpress+bbpress etc.)
OK, version 1 uploaded to official repository:
Get it here.
Forgot to include information:
I am using latest wordpress
Latest Buddypress
Latest Bbpress
if you want to give a look here is a link :
http://www.kleepp.it/groups/blender-for-cgi/forum/
Strange thing…it appears on the group wall and on activity, just doesnt show up where it should be.
No probs, checked the plugin’s forum on wordpress.org and saw there were a few issues raised there so a bit of work ahead.
I have started work on 0.4 🙂
I’m trying to edit "user" started the topic "Topic" in the forum "Forum" in the activity header of my buddypress activity page. I looked forever to try and find it in wp-content/pluggins/buddypress/bp-languages/buddypress.POT and couldn’t find this: %1$s started the topic %2$s in the forum %3$s I eventually found it in
wp-content/plugins/bbpress/languages/bbpress.POT I then did this:
1. edit the file bbpress.pot file in poedit.
2. create the folder “bbpress” in the wordpress content languages folder. Make the languages folder if you need to so your path looks like this: wp-content/languages/bbpress
3. save the edited bbpress.pot file as bbpress-en_US.po
4. upload the created po and mo files to the bbpress folder in lanugaes. reset your cashe to see it working
I found that in this thread: http://bbpress.org/forums/topic/language-file-isnt-working/
I also tried
define ('WPLANG', 'en_US');
Nothing. Am I doing this right?
Please help, I’ve been stuck for weeks on this.
bbpress 2.3.2 on WP 3.6
get 3 errors logged in php errors.
[Thu Aug 29 14:41:32 2013] [error] [client 202.46.56.52] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/html/wp-includes/functions.php on line 3012
[Thu Aug 29 14:41:44 2013] [error] [client 119.63.193.196] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/html/wp-includes/functions.php on line 3012
[Thu Aug 29 14:42:11 2013] [error] [client 54.246.119.211] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/html/wp-includes/functions.php on line 3012
searching all my files this only seems to occur in the bbpress plugin.
find . -name “*.php” -print | xargs grep bbp_setup_current_user
./plugins/bbpress/includes/core/sub-actions.php: * @uses do_action() Calls ‘bbp_setup_current_user’
./plugins/bbpress/includes/core/sub-actions.php:function bbp_setup_current_user() {
./plugins/bbpress/includes/core/sub-actions.php: do_action( ‘bbp_setup_current_user’ );
./plugins/bbpress/includes/core/actions.php:add_action( ‘set_current_user’, ‘bbp_setup_current_user’, 10 );
./plugins/bbpress/includes/core/actions.php:add_action( ‘bbp_setup_current_user’, ‘bbp_set_current_user_default_role’ );
@cashman wrote:
Yes, just tedious with hundreds/thousands of imported_users.
Agreed, I can only hack the URL of the WordPress admin dashboard to get me ~250 users at a time and yes it is tedious and in the past I have done most of this directly in phpMyAdmin with SQL.
@leahcar8/
Great news that the conversion finished 🙂
The post counts in the backend and frontend should match so that has me a little curious to what is going on with that… Any chance you could post a couple of screenshots showing those numbers?
Thanks for the testing offer, I’ll let you know 🙂
I wanted to enable a WP shortcode I have written within bbpress, it seems the common way to do this is to use do_shortcodes($content) on the post, this works fine and I’ve seen it in a number of published plugins.
The problem with this is that it enables all shortcodes including the bbpress ones such as login, stats etc. In fact a number of published plugins suffer from this issue (oops).
The best solution I’ve come across is using the whitelist plugin:
http://wordpress.org/plugins/bbpress2-shortcode-whitelist/
But I was wondering if anyone had any other ideas?
Could a new bbpress action for registering shortcodes be added? Then any plugin author just has to register their own new one and not have to worry.
My other idea is to do a find/replace on “[” before my do_shortcodes call, switch them to something else, and then switch them back after, but leaving my own shortcodes unchanged.
Anyone else had this prob? Anyone using a plugin that hasn’t taken this into consideration?! (try adding a bbpress shortcode to a post and seeing what happens!)
bbPress 2.4 introduces hierarchical replies, allowing you to pick between paginated topics or a hierarchy (similar to WordPress’s comments.)
FirmaSite is already supporting bbPress with hierarchical replies! Its free and approved by official theme reviewers in wordpress.org
Example Forum: http://demo.theme.firmasite.com/forums/
Example Threaded Topic: http://demo.theme.firmasite.com/forums/topic/example-threaded-topic/
You can read user’s reviews!
If you willing to use https://wordpress.org/themes/firmasite theme for bbpress, i can make customization for it.
Default forum example: http://demo.theme.firmasite.com/forums/ (You can change style from top-left icon)
There is a customized version of bbpress style: http://social.theme.firmasite.com/forums/
Before i start to build your theme, you have to provide some things:
▶ Your custom website design ideas. All details. You cant change this one after i start to build your theme.
▶ All design assets if you need any. (logo,images etc)
▶ Your preferred custom/premium bootstrap skins. Yes, you can select multiple and change whenever you want! (Please dont request more then 5) You can create yourself or buy from: http://codecanyon.net/category/skins/bootstrap
▶ Your preferred custom/premium icon font pack. (I can include my premium icon pack for your theme. Example icons: http://shop.theme.firmasite.com/premium-icons/ )
I can finish this in 10~days with 3 revision for 700$ and 1 year bug fix support. You can pay from paypal. If you want to keep your theme up-to-date after 1 year, you can pay 200$ per year.
You can contact me from http://unsalkorkmaz.com/iletisim/
Hi community,
I need to setup the ckeditor for bbpress.
I have install the ckeditor plugin (v4.0) for wordpress
http://wordpress.org/plugins/ckeditor-for-wordpress/
It works in the post area, but not in bbpress replies and topics.
Is any setup that I can do, an enable function like tinyMCE made?
My instalation:
WPMU 3.6
Bbpress 2.3.2
buddypress 1.7.2
other plugins
Thanks
Cool… I Try to subscribe to all the importer topics here but occasionally miss some.
As to any ‘imported_username’ this is a feature of the importer so if a user already exists with that username an additional username is created with the prefix ‘imported_’ in front of the username. If you go to the WordPress User admin and select the ‘imported_username’ user and select delete on that user you will then be prompted to delete the user but attribute all posts to another user, select the original (i.e Non ‘imported_’ username) and all their posts, topics, replies etc will then be attributed to that user.
I have the newest version of wordpress and bbpree
hello,
thanks. now i found a plugin that does all i want (“role scoper”: https://wordpress.org/plugins/role-scoper/). you can create groups, give these groups their permissions (pages, articles, forums, custom post types …) and than add the users to this groups. awesome.
@mchl Excellent that you now have a working migration. I don’t know of any outstanding issues for any {{{wp_insert_post}}} memory leak, now could I see any issue regarding this in WP Trac.
@leahcar8 Looks like your getting closer and closer to getting there too 🙂
I am doing lots of work on all ~20 importers at the moment that with all this feedback I will try to look at optimizing both the importer and the SQL queries used for inclusion in bbPress 2.5.
All these little gotchyas, tips, tricks and feedback is extremely helpful so I will also get the docs updated to include as much of this info to. 🙂
No, by default bbPress does not have a ‘post preview’ feature at this stage.
There are various plugins for using different editors and some are compatible with bbPress and some have a post preview.
Take a look around https://wordpress.org/plugins/ and see if anything is suitable.
For some reason I get these messages when I try to create a new post in my forum:
ERROR: Invalid author name submitted!
ERROR: Invalid email address submitted!
ERROR: The following problem(s) have been found with your topic:
I get this even when I’m logged in as admin or moderator. Any ideas on what’s going on? It had been working fine. I don’t remember installing any new plugins or changing any settings. Tried this on two different browsers.
Using WordPress 3.6 and bbpress 2.3.2
Thank you @lynq for the initiative writing this up 🙂
If you like to show the sub-forum description you could use get_post() and modify the code from @lynq to fetch it.
Something like this:
$get_sub_desc = get_post( $sub_forum->ID );
$show_sub_desc = $get_sub_desc->post_content;
then add $show_sub_desc to the output.
bbpress: 2.3.2
wordpress: 3.6
– – – – – – – – –
what i need:
wordpress has 6 user groups, thats nice, but i nedd 3 additional user groups:
– Forum User A
– Forum User B
– Forum User C
i have 3 Forums (you guess it: “forum A (bananas)”, “forum B (Apples)” and “forum C (Peaches)”.
i create all users and send them their access per mail.
i want to add these users to one of these groups, some to two of these groups and some to all groups. if a user in in group “Forum A” he can only access “forum a (bananas). means that the users can only access the forums i allow them.
is there a way to do this?
Hi,
Your best bet would be to create a custom page template for your WordPress theme where you basically display the header and footer without the sidebar.
Create three custom templates, sidebar, left sidebar and right sidebar, for your default page.php file in your wordpress theme make it so it doesn’t have any sidebars. Then by default bbpress will use this page to display the forum.
Hi,
Locate to the menu section in your WordPress admin and click the “Screen Options” link at the top of the page. Make sure the “Forums” checkbox is checked to show on screen.
~ Matt