Search Results for 'bbpress'
-
Search Results
-
Topic: bbpress and qtranslate
Before upgrading bbpress, it worked perfectly with qtranslate.
After upgrading bilingual content doesn’t work any more.
See: http://i-cycle.danifra.com/en/topic/project-surly-disc-trucker-26/Anyone with the same problem and / or a solution?
Grtz.
FrankI’m running the latest version of bbpress with a BP 1.5 installation. Love, love bbpress!!!
I’m using a combination of bbpress central forums and BP group forums. I was having issues getting the BP group forums to work after installing/uninstalling bbpress, so I deactivated the BP group forums and planned on just using the bbpress forums. Then I saw a nifty little selection in bbpress to “let BP Groups have their own forums” so I turned that on and got group forums back for BP! Back on track and cooking with gas! (Or so I thought.)
Everything works great on the bbpress forums side, except for Favoriting (yes new verb) and Subscribing to topics, (well they work if I right-click the links and open in a new tab or window–not a biggie right now).
The two biggest issues I have are on the BP groups forums side. (1) I get the following error when trying to view a topic:
“Fatal error: Call to undefined method stdClass::have_posts() in /home/content/46/7943846/html/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168”. (Funny enough the Favorite and Subscribe options work really well on this broken screen.) I can post new topics just fine.
(2) When I post a topic in a BP Group forum, it shows up in the main activity feed and in my personal activity feed, but not on the activity feed for the group.
I’m using Suffusion along with the Suffusion BP and Suffusion bbpress Packs, but the issues persist even when I use the default BP theme. I deactivated my plugins one by one just to rule them out and no change in the result.
Reactivating Group Forums on the BP side and selecting “use existing bbpress install” gives me 404 errors and no BP forums at all. Don’t know what to do. Well I could just not use the BP groups forums. OR I could sledgehammer the whole install and start from scratch. Would like to avoid either of those options if possible though. The site is http://fitninja.com and test user is username: *** password: ***
Topic: CSS Style Issues
.post-entry ul li{ background:url(images/ul-dot.png) no-repeat; padding-left:28px; margin-bottom:10px; }This one little line of code is making my bbPress forums look like crap.
It’s difficult to explain, but you can look at my forums here and see how bullets are messing everything up. :/
The Theme I’m using is leetpress.
The Entire style.css is here.
Folks I need a good Social plugin for the latest version of bbPress. If you one that is working for you, please recommend.
Thanks, Shep
Topic: Moderation help
I’m having some moderation issues on my site…
a) At least for some users, EVERYTHING they post is going to the moderation queue, despite settings both within WordPress (Settings–>Discussion) (which allows comments to be posted once there’s something approved by that author), within a plugin called “bbPress Moderation” (which allows topics and replies to be posted once there’s something approved by that author).
b) is there an easier way for an admin to publish topics and replies that go into moderation? Right now I have to manually “edit” each item and then click “publish”, which seems to take like 3 steps longer than WordPress’s default comment moderation system (where you can either bulk approve comments or where you can click “approve” instead of “edit” and “trash.”
I’ve tried turning off all plugins, toggling settings, and so forth, and nothing works. Please help! I’m running latest installations of WordPress, Buddypress, bbPress… GEnesis/Prose. Thank you.
I am trying to get set up with some theming and bbpress 2.1. I have added a bbpress folder to my theme and copied over the loop-forums.php file, but as soon as I do that I loose all the CSS. Is there some trick that I need to copy of css? I tried to move the bbpress.css file to the bbpress folder in my theme directory but that didn’t seem to help.
Thanks for any help you can provide. I’m just getting started with bbPress so this may be simple. Sorry if it is… The forums are pointing to old URL’s when I search…
Congrats on the 2.1 update, it rocks. But I do have one minor
needlerequest to make concerning the exposure of user bio information. Even when there is none.The Symptom:

“Hey Admin dude, I may be incognito and unremarkable, but why draw attention to me like this?”
Cause:
Not checking if the description field in the user profile is empty (user-details.php).
Twentyten’s native bio box code is wrapped in a conditional that calls a hookable function, get_the_author_meta( ‘description’ ). Twentyten defaults to skipping the bio box completely if the user profile ‘description’ field is empty (on both single posts and author archives).
And thanks to the hook, the author of a child theme can also prevent display of this stuff based on any criteria they choose — like, author bio info is shared with logged-in users only.The bbPress function bbp_get_displayed_user_field() isn’t currently hookable :(, but this whole thing is fixable with 3 or 4 lines of code in a couple of files. It’s not so much a bug as a lapse in coding consistency. Whatever, it’s busting my chops right now. If I didn’t know better, I’d ask for my money back 😉
Could this be put right in the next update? Makes for better consistency with WordPress, imho 🙂
Meanwhile, in other bbPress core-hacking news…
‘I also have a needle about the way author URL construction is similarly unhookable, but that’s for another thread’