Skip to:
Content
Pages
Categories
Search
Top
Bottom

No forums found

Published on May 31st, 2011 by Tommy White

I just did a fresh install (1st time) of bbpress into my WP installation. When I add a forum it creates it but it doesn’t appear in my list.

At the top of the forums page in wp-admin it states:

Forums

ALL (2) Published (2)

No Forums Found

It states they are there but I have no way to edit them? Same thing is happening to Topics. bbpress 2.0 beta 2b

Adding pages without plugin….

Published on May 30th, 2011 by mikem1986

Hi guys

Wondering if you could help me out, i’m trying to add a page like http://www.mydomain.com/about-us.php and have used the bbpages plugin but it doesn’t seem to work to my liking.

I’ve also created 2 template files just including header and footer php and uploaded via ftp to my server at root and again in the template theme folder but nothing seems to work as i just get a blank white screen, can you help please?

Thanks

Mike

"This forum contains 0 topics and 0 replies replies."

Published on May 30th, 2011 by Fartlek

Seems like a typo, what with the double “replies.”

I looked at it in Firebug Lite and it said:

<div class=”bbp-template-notice info”><p class=”post-meta description”>This forum contains 0 topics and 0 replies replies.</p></div>

Plugin is Version 2.0-beta-2b and WP is 3.1.3

If there is a spammer…

Published on May 30th, 2011 by Fartlek

…will it work if you grab their IP address, go to Dashboard > Settings > Discussion > Comment Blacklist and drop it in there? Is that basically the same thing as clicking on the “spam” option when viewing the topic?

I have the new plugin in mind.

User role not updating

Published on May 30th, 2011 by daverogers

I have Bpress intergrated with wordpress. Everytime A new user joins the site the user is added to the forum but there user role is unaasigned. If I go into the bbpress admin and then wordpress intergration and just save the user settings, not change them just save them it updates the new users. Any ideas?

Change "posting order"

Published on May 30th, 2011 by BaraBajen

How do you change the order that replies ends up when reading a topic. Is it possible to change order of the replies, so that it shows the latest reply on top (reveresing order).

Posts disappear when edited (bbPress beta b2)

Published on May 30th, 2011 by gloom

Hi there,

We are experiencing really odd behavior on our WordPress 3.1.2+bbPress 2 beta 2b installation. People can post replies, but when they edit them, they disappear from the topic. They are, however, still counted towards the “posts in topic”-count, and I can find the posts in the admin console (“Replies”), but they don’t show up in the threads.

If anyone would be able to help me out with this, I would be eternally grateful – we were planning on launching the site by the coming weekend (5th of June, 2011).

Admin-access to the site is of course no problem either.

HTTP authentication plugin compatibility

Published on May 30th, 2011 by GeraldS

To get the HTTP authentication plugin running with bbPress 1.0.3 I had to do a few tweaks. Here is the diff from the original file and my modifications:

42c42,45
< global $bb_submenu;
---
> if (function_exists('bb_admin_add_submenu')) { // Build 794+
> bb_admin_add_submenu(__('HTTP authentication'), 'use_keys', 'http_admin_page');
> } else {
> global $bb_submenu;
44c47,48
< $bb_submenu['plugins.php'][] = array(__('HTTP authentication'), 'use_keys', 'http_admin_page');
---
> $bb_submenu['plugins.php'][] = array(__('HTTP authentication'), 'use_keys', 'http_admin_page');
> }
176c180
< $user_exists = bb_user_exists( $user );
---
> $user_exists = bb_get_user( $user, array('by' => 'login') );
226c230
< ?>
No newline at end of file
---
> ?>

Hope this helps someone.

Regards,

Gerald

New Topic showing up twice when submitted from form

Published on May 30th, 2011 by

When I fill out the New Topic form, it creates the topic, redirects me to the topic.php page with my new topic showing, however it shows up twice, as if there were two topics. When I refresh the page, the second one goes away. It only shows the topic twice right after submitting the form.

Here is the bbPress forum: http://new.earwolf.com/forums/forum.php?id=13

Feel free to create a topic to see what I mean.

Any ideas? I tried deactivating the plugins I am using (bb-attachments, bb-video) but it did not make a difference.

Problem with "Slow Down…" and more

Published on May 29th, 2011 by TheUnknownRanger

I’ve just installed the bbPress 2.0-beta-2b in WordPress 3.1.3. Regardless of the browser (FF Mac, FF Win7, IE 6-9) I get the Slow down error, and cannot post.

Here’s a url to the error screen. It offers no clues so I’m hoping you can. I’m happy to provide any info that can help solve this.

http://lampguild.org/images/bbPressError.jpg

Thanks!

Skip to toolbar