Published on October 16th, 2014 by Doremdou
Hi everyone,
I would like to disable completely the mentions feature in forums, even if someone put accidentaly a “@” before a username for exemple “jack” I don’t want the result “@jack” to link to jack profile.
I’ve got Buddypress and bbPress,
the code add_filter( 'bp_activity_do_mentions', '__return_false' ); disable BP mentions but not bbPress mentions, how can I do that?
[Edit] thanks to danbp, here is the solution: add_filter( 'bbp_find_mentions', '__return_false' );
Thank you very much for your help
Published on October 16th, 2014 by JohnnyJonJon
Hi there,
I’m having a browser issue on a registration form that causes it not to work in safari or IE but it works fine in Chrome.. If you visit this page and without filling anything in, just hit ‘complete sign up’, in Safari nothing happens, but in Chrome the field errors are displayed as expected.. any ideas on this? I’m unable to successfully register in Safari.
In the code, the errors (e.g. <div class=”error”>This field is required.</div>) are never generated in Safari (to rule out a css issue)..
http://sapoa.staging.wpengine.com/bbpress-register/
Thanks, Jon
Published on October 16th, 2014 by Icaroferreira
Hi,
I have forums within the main forum.
Example: Forum “1” has foruns: “a”, “b”, “c”, “d” and “e”.
So the conversation Questions and Answers, happens in the forums “A, B, C, D and E”, no more forum “1”, then I do not want in the end of the forum 1 appear the field to post topics, the field “Create new topic …”. How do I for not appear ?
Someone help me please.
Regards,
Icaro
Published on October 16th, 2014 by flashandshine
So what I’m trying to accomplish is hosting live chats in my forums. I want something that will make the new comments and replied appear automatically without having to refresh the page, kind of like on Twitter when something pops up that says “3 new tweets” and you click on it and instead of re-freshing you can see the new topics.
I know that’s asking a lot, but I was just wondering if anyone else has done this, or if anyone can point me in the right direction? Thanks!
My url: http://www.theblogloft.com
Published on October 16th, 2014 by lkharrell
Can someone please help me remove the box around the name in the image below?

Published on October 16th, 2014 by millerguide
I want to change ALL text and labels from their stock form, to my own form. For example, if it says, “Post Here,” I want to change that (I need to change them to two languages). Is there a plugin that will help me with this? Thank you.
Published on October 16th, 2014 by terri.swiatek@yahoo.com
I’ve gotten my bbpress forum set up on my site and I need to somehow add a link back to the main forum page. Once users click on a individual topic to comment there is no easy link to get back to the main forum.
I figured I could somehow add a link into one of the .php templates but nothing I add to them seems to show up at all on site. If anyone can point me to the correct .php template to modify or if there is a simple setting to enable this I’d greatly appreciate it.
I’m on wordpress version 4.0 and bbpress version 2.5.4
Thanks,
Published on October 16th, 2014 by alipoor.ah
hi
I am getting this error.
[16-Oct-2014 11:17:02 UTC] PHP Notice: bbp_setup_current_user تمّ استدعائه بشكل غير صحيح. The current user is being initialized without using $wp->init(). المرجو مراجعة التنقيح في ووردبريس للمزيد من المعلومات. (هذه الرسالة تمّت إضافتها في النسخة 2.3.) in /home/turathal/public_html/wp-includes/functions.php on line 3370
I am using
Debug : True
Wordpress : 4
bbPress Version 2.5.4
pleas help mee
Published on October 15th, 2014 by msjulian
I have bbpress installed on a WP multisite installation. Everything seems to be working very well except the ← Back to discussions link. It directs to the multisite home page. I have the forum displayed on a page named discussions with the short code. I have the slug in the forum settings set to discussions. I have the permalinks set to post name. I for the life of can’t seem to get the link to work correctly.
http://onthedyno.com/GM-LS-motor/forums/
Please help…
Published on October 15th, 2014 by unihead
I got flooded with spam registrations this morning. You’d think there’d be an easy solution to this, but I can’t find one. I installed Math Cpatcha, which is fine, but while it might stop posts, it doesn’t stop people registering.
Is there a simple solution to make it difficult for spammers to register in the first place, short of having to set up registrations manually?