Published on August 29th, 2014 by Kermit51
Hello,
WordPress version : 3.9.1
bbPress version:2.5.4
When i translate the plugin in french, the forum translation works but install the translation broke the admin part.
I can’t publsh any article or access to the parameter, i have a “server problem” when i try to access these part of the admin.
To translate the forum i sent the .mo in : /wp-content/languages/plugins.
Thank’s for your help.
NB: Sorry for my english, if some point are not clear dont hesitate to ask me more information/explanation.
Published on August 29th, 2014 by
Hi everyone,
i have WP multisite v3.92, and bbpress 2.5.4. I am trying to put Marketpress Lite on there too, and they run fine on their own but i get this error message when i try to activate them both together:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/name/public_html/wp-content/plugins/bbpress/includes/admin/metaboxes.php on line 168
I changed the theme to Twenty Twelve, then i got this message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /home/sisadmi/public_html/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php on line 276
Here is a link to the site: http://www.sistahs.club/
i’d be grateful for any suggestions, thanks
Published on August 28th, 2014 by coskel22
I will be taking over Super Admin role on a forum that was originally part of a WP installation. The original site is going away, but the forum members want to continue on.
I will have the old database to import on a new server and new domain.
There will not be a site attached, and the forum would like to stay private showing the login page to the public, and the forums to logged-in members.
Suggestions on how to do the installation/setup without screwing it up?
I have a dedicated box, do creating a dev environment to play in is not an issue.
Tried to search for an answer, but I think my topic is too custom for the search.
Thanks in advance
Published on August 28th, 2014 by btreinhart
The forum index page that has “
” is using the test.php template, and it displays properly but when you click on a forum, and it takes you to domain.com/forum/your-forum-name the template isn’t working like it should. I took on this project from a developer who is no longer with us, and I assume he didn’t know how to fix it so he left it the way it was before he left. I downloaded the latest version, and I see the files class.wp.scripts, general-template, page, test outside of the bbpress folder, but I tried to place them in specific areas and still didn’t have any luck. Can anyone give me direction? Thank you.
Published on August 28th, 2014 by K-Path
WordPress 3.9.2 running Montezuma theme.
bbPress 2.5.4
There is no “Forums” landing page and the breadcrumbs don’t work for either forums or topics. You can see the individual forums from inside the admin and clicking view and then post a topic but you can’t see the forum from the public face of the blog. Follow the link and you’ll see what I mean.
http://ecopsi.org/forums/topic/the-codex-of-aman/
Very frustrating. Is there something that I forget to do?
Published on August 28th, 2014 by SeeingBlueS2
I am getting bots commenting on my topics, but the comment box is not visible. This topic was just commented on by a bot.
http://greatarchitect.us/forums/topic/level-cap-raised-in-patch-1-4/
Pingbacks & Trackbacks are disabled.
Users must be registered and logged in to comment is enabled.
Any idea why this is happening and how I can stop it?
Published on August 28th, 2014 by ymd143
Hello – I have successfully installed the plugin and created my forums, however i am having trouble getting the user roles set. When I try to save a user role such as moderator instead of participant, it will not save and just reverts back to participant.
Can you please help. bbpress Version 2.5.4, wd press WordPress 3.9.2 : Safarica theme version 1.5.0,
Thanks for your help!
Published on August 28th, 2014 by robsward
I’m trying to add a column to bbPress 2.x that lists the last person to reply to a topic and adds a specific class to the
if that person is a moderator or keymaster. Unfortunately, I can’t find any documentation on the template tags in 2.x. So far, I’ve been able to get the user ID for the last reply, but I can’t seem to find the function that would get the role information for that user based on their ID.
Here’s the code that gets the ID:
$reply_author_id = bbp_get_reply_author_id( array( 'post_id' => bbp_get_topic_last_active_id() ) );
Now how can I get their bbPress role?
Published on August 28th, 2014 by elpendulo07
Is anyone able to assist me in removing the titles from the forums and topics pages? I am not sure how to proceed.
Thanks

Published on August 28th, 2014 by thebardkyo
ok guys nice to meet you all and forgive me about my poor English.
my site is http://www.lotyr.cc/ and It’s a Chinese one, bbPress entrance is http://www.lotyr.cc/bbs/.
I’m using WordPress 3.9.2, Customized Thematic 1.0.4 theme and bbPRESS 2.5.4.
Here comes my problem:
I want my bbs users to upload and insert images before submitting a topic, so I used a plugin named [bbPress Enable TinyMCE Visual Tab], I enabled the media upload button through it and it works.
The default role of my site is contributor so [upload_files]capability is on, I double-checked it through another plugin.
And that contributor have the access to “media” in dashboard, upload works.
but when the contributor uploads through the button in the forum, it said “An error occurred in the upload. Please try again later.” I checked the upload folder and there’s no new files.
is there any solution to it?