Published on April 17th, 2013 by Scott Wyden Kivowitz
Hi Everyone,
I set up BBPress on a friend’s website, http://blog.photographersadventureclub.com.
Until the recent 2.3 update, everything was fine. For some reason now the admin tabs no longer show: Forum & Threads. However, BBPress options do show under the Tools and Settings tabs. There is just no way to create new forums and moderate threads from the backend now.
Screenshot: https://www.evernote.com/shard/s6/sh/bb933cf9-6022-41e4-9351-8c4490614d45/43718dd30fd7252c58abd34de2f405bb
Running WP 3.5.1 with the following active plugins:
Akismet
AutoChimp
bbPress
CSV User Import
Custom Login Logo Lite
Events +
FancyBox for WordPress
Flare
Google Analytics for WordPress
Google Maps
Membership Premium
NextGEN Gallery
NextGEN Gallery Voting
NextGEN Gallery Voting Premium
No Self Pings
Remove WPMU Notification Plugin Nag
Wordfence Security
WordPress Backup to Dropbox
WordPress SEO
Yelp Widget Pro
Any help would be appreciated!
Published on April 17th, 2013 by tmbn
How do I change the name of the search button in the newest version ? I can’t find it in the new POT file. Is it even included there ?
In case what is the name of the field ?
Published on April 17th, 2013 by ubound
Hello everyone,
bbPress Moderation plugin breaks the latest version of bbPress 2.3, so I had to uninstall it. But I can’t stay without moderation, I’ll be spammed to death. Can anyone suggest another moderation plugin that works with the latest version of bbPress?
Thanks!
Published on April 17th, 2013 by moving1977
hello to all
I noticed that the first post is not displayed to users. Only the administrator can see it …
I read the other posts but I have not installed wishlist
how can I fix?
Published on April 17th, 2013 by mattrzz80
I recently integrated the bbpress forum plugin on my website, and it is producing an unnecessarily long permalink structure: http://www.logos-think.com/forums/forum/christian-forum/
Any ideas as how to shorten this to just ../christian-forum/?
Published on April 17th, 2013 by dhruwal
Hello i did a fresh setup of latest version, and even though i have sub forums and 1 of the sub forum even has post in it. Though on main page of forum, it shows as 0. Even the parent forum shows as 0 topic.
Any way to fix it?
URL: http://www.facesilike.com/forums/
This Forum has topic: http://www.facesilike.com/forums/topic/megan-fox-pregnant-bikini-kona-hawaii-vacation-pictures/
Published on April 16th, 2013 by sup909
Hi all,
I am not quite sure which forum to post this in as I am new to using BBPress for my wordpress installations. I am trying to customize my BBPress installation with the avatar display. I would like to have the avatars only show for the posts inside the topic. They are currently showing up on the forum index, etc. and I am having trouble trying to track down where in the .php files these settings may be located. Can anyone give me some help? I’m looking to just turn these off if possible.
I have posted some photos linking illustrating what i am talking about.
BBPress
bbpress 2.3
Wordpress 3.5.1
Theme is Pure from Themeloom
Published on April 16th, 2013 by nadir
I have a fresh install of bbpress/buddypress setup. I have created groups and group forums with buddypress.
I then took an existing phpbb3 install, flattened out the structure so all the forums are on one level, and imported them successfully into my new bbpress/buddypress setup.
Now, I’d like start mass moving some of those imported forums into existing group forums. I was looking at the “postmeta” table and I see the post_id, meta_key, and meta_value … where I see bbp_forum_id, I identified the appropriate IDs of each forum and did a mass update on the table to swap out IDs. However, that didn’t work … any idea what else I’m missing here?
Published on April 16th, 2013 by Michael4fm
Can anyone help me with sizing of navigation tabs?
Using: WordPress 3.5.1, BuddyPress 1.7, Montezuma (Bytesforall) theme. Difficult to ‘just switch’ to Twenty Ten / Twenty Eleven as it’s a ‘presentation’ problem.
I’m trying to resize BP navigation tabs to match others I’m using – see this example. As you can see, I’m managing to resize the ‘sub menu’ navigation, but not the ‘top level’ … even though they’re using (as far as I can ascertain) exactly the same CSS classes, ID, etc.
I’ve played with CSS in the Montezuma theme, in BP Template plugin, and in ‘default.css’ in the main BP plugin. Can anyone suggest where I should be looking? Driving me mad that I can’t crack what should be such a simple thing!
Published on April 16th, 2013 by jbw976
My bbpress site, running old 1.0.3, has a email notification plug-in that was cobbled together from the following two plug-ins:
* https://bbpress.org/plugins/topic/post-notification/ by Thomas Klaiber
* https://bbpress.org/plugins/topic/moderator-new-post-notification/ by finalwebsites
It looks like those may be so old that they aren’t even available anymore.
Anyways, we have a significant performance problem that is causing ‘bb_new_post’ to timeout. During ‘bb_new_post’, a SMTP call is made using class.mailer-smtp.php for EACH user subscribed to be notified, sequentially.
Since we have thousands of users (hundreds with subscriptions), this synchronous approach causes the new post to timeout and apache returns a 500, it just takes too long.
Someone else has to have already solved the performance problem of sending 100’s of emails for each new post, without it timing out. Any advice? Pointer to a plug-in that already does this? thanks!