Issue came up after a user joined with with a space in his username. His profile leads to 404 when you click on his username. I researched and saw special characters and spaces aren’t allowed? Why is this and is there a simple fix rather than having to validate our code?
Username can't have spaces or special characters?
Published on September 21st, 2014 by LaunchFocusFull Width Forum Pages
Published on September 21st, 2014 by bertusschoemanGood day, I am running the latest versions of WordPress and bbPress and would appreciate some assistance with getting my forum’s sub pages full width. I am using Elegant Themes’s Divi theme.
So I can choose to have the main Forum page full with by checking that in the page settins – http://secularsociety.co.za/forum/ but as soon as you go to one of the forum’s sub pages it resizes it back to a page that has a sidebar – http://secularsociety.co.za/forum/topic/ask-an-atheist/. I’ve read and tried a bunch of things without any luck. I am also not a css master, but I am willing to try anything.
Thank you for your time.
Bertus
Fatal Error
Published on September 21st, 2014 by spektatorI am been receiving complaints about this error on a random basis. I have also seen it as an administrator.
“Fatal error: Cannot call overloaded function for non-object in /home/xxxx/public_html/wp-includes/class-wp.php on line 529”
The problem will seem to go away after about 5 minutes and web pages can again be accessed. Any help on this?
"No Topics" doesn't translate
Published on September 20th, 2014 by HoggeHogHi,
bbPress V2.5.4
WordPress V4.0
www.angestforum.se
I’ve just created translations for bbPress and BuddyPress using PoEdit. The BuddyPress translation works fine. But the bbPress translation doesn’t change these words:
1. Number of topics, number of posts (in forums overview)
2. “Post Topic”-button
3. “Voices”, “Posts” for topics
Other things, like “Topic Title” and “Notify me of follow-up replies via email” etc. are however translated.
What is overriding my translation for these things? Any help is much appreciated. The language in wp-config is set to sv_SE (swedish).The translations are titled bbpress-sv_SE.po and .mo.
How to start a new topic
Published on September 20th, 2014 by jeffjakeandkieronsorry to barge into this post – but how do I actually make a post on this support forum – I cannot see anywhere to start a topic?
BBpress topic and posts positioning
Published on September 20th, 2014 by arno8@lynq I hope you can help me.
As you see here, in the general section it shows the topic and posts count nicely on the correct place.
However on the sub-forums u can see the counts are just ext to the name. how can i position these so they get on the same position like the ones above?
I tried to add a class here
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'before' => '<ul class="bbp-forums-list">',
'after' => '</ul>',
'link_before' => '<li class="bbp-forum">',
'link_after' => '</li>',
'count_before' => '(',
'count_after' => ' )',
'count_sep' => ', ',
'separator' => ', ',
'forum_id' => '',
'show_topic_count' => true,
'show_reply_count' => true,
), 'list_forums' );
Like this:
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'before' => '<ul class="bbp-forums-list">',
'after' => '</ul>',
'link_before' => '<li class="bbp-forum">',
'link_after' => '</li>',
'count_before' => '<div class="counts">',
'count_after' => '</div>',
//'count_sep' => ', ',
//'separator' => ', ',
'forum_id' => '',
'show_topic_count' => true,
'show_reply_count' => true,
), 'list_forums' );
to then style it in css, but when i try this it doesnt show the count anymore and i cANT EDIT IT IN CSS.
Changed forum root to uppercase and it won't display forums.
Published on September 20th, 2014 by flashandshineI changed the forum root slug to Forums (instead of forums) because I wanted to set the page title to have an uppercase F.
I changed the page title to the same. I have the permalinks set to post-name.
But when I do this, the forum doesn’t display on the page. If anyone could give me some advice- I just want the F to be capitalized as it looks kind of dumb with a lowercase page title.
If anyone can be of help, I would appreciate it!
My domain is: http://www.theblogloft.com/forums
look at my forum and say how it is
Published on September 20th, 2014 by sophiaharrisHi this is stunited forum from one of my friend. can you please look and say how it is?
http://stunited.org/forum/
I am not sound good in technical part.
[mod edit – moved from the other reply as it was unrelated]
Subscription Notification Emails After Recent Update
Published on September 19th, 2014 by rookpsuOnly after updating to the latest version of BBPress did I start receiving subscription email notifications.
The problem is, somewhere, at some point, I set the reply email address to one which doesn’t really exist so every time someone leaves a post in which they’re subscribed to I’m getting this email seconds after it:
Delivery to the following recipient failed permanently:
noreply@domain.com
Technical details of permanent failure:
DNS Error: Domain name not found
I simply can’t find where I have to go to change this email address so that my inbox isn’t flooded with this delivery error notifications.
Any help is appreciated.
UNDEFINED Header. . .
Published on September 19th, 2014 by zmenchhoferim not sure where this is coming from or how to change it
Under the WP site header when you are on the BBpress page (listing the forums)
there is a H1 header that says “UNDEFINED” How can we change it?

THANK YOU!