Search Results for 'bbpress'
-
Search Results
-
Topic: Full Width Forum Pages
Good 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.
BertusHi,
bbPress V2.5.4
WordPress V4.0
http://www.angestforum.seI’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 topicsOther 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.
@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.
Only 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:
Technical details of permanent failure:
DNS Error: Domain name not foundI 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.
Topic: UNDEFINED Header. . .
im 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!
I installed bbpress with wordpres on my localhost for testing purposes. I created a new account to to test posting status for the user.
But each time i want to post on the forum i get
“ERROR: Are you sure you wanted to do that?”some should pls help out i need to get it done sonnest
Thanks