Search Results for 'bbpress'
-
Search Results
-
Topic: Spams In forum registration
Hi
I am using bbPress plugin and getting so many spams, Please help how can I get rid of spams in forums registration and Topic Registration.
I need to secure the registration process. I’ve been battling spam bots all weekend. Please help.
Thanks
hello, i hope you can help me.
i installed bbpress 2.5.4, i also installed buddy press 2.0.2, so i could have a private group forum.
this is what i want.
i want to have 2 forums. one for general public and another to vip public.
in general public forum anyone should be able to participate.
in vip public forum group only members can see and participate here.so i installed buddy press to have this vip public group.
and i choose some vip members but when going to the forums… this group is not visible, not even to the vip members.what am i doing wrong? or is my bbpress not compatible with the buddy press?
please help. and thanks
Topic: BBPress Awards Plugin
Has it been created or should I develop this with my team? I believe it would be a great addition to BBPress; awards when a user gets a certain amount of replies or topics and custom awards you could add. If we get at least 15 replies of interest, we will develop this plugin. We will charge a small fee for a life-time license.
Our website – http://launchfocus.com
Look forward to your input.
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.