Search Results for 'bbpress'
-
Search Results
-
Topic: bbpress language problem
Hello,
When I change a language from English to Korean, my bbpress(2.5.9) makes problem.
– English + bbpress
: working well.
– Korean + bbpress
: widget is not saving, customization is not working <- Issue. but I want fix.
– Korean // bbpress(deactive)
: working well.ps. WP 4.5.2, Theme ‘Total’
Please give me a your hand.
Regards
gungsHello,
I would like to allocate one of my BBPress forums to allowing posting and replies to “guests” only.
Is there a plugin or way to allow a user to simply register a username, password, and email only (but no other user fields required by WordPress) so that they may do this in a “guest” forum?
Hello,
I got an issue while trying to put a background color under the role name on my forum.
I added this to my function file :
function rk_show_role_classes($classes) { $replyid = bbp_get_reply_author_id(); $bbp_get_role = bbp_get_user_display_role($replyid); $bbp_display_role = strtolower($bbp_get_role); $classes[] = $bbp_display_role; return $classes; } add_filter( 'bbp_get_topic_class','rk_show_role_classes' ); add_filter( 'bbp_get_reply_class','rk_show_role_classes' );and this into my css file :
#bbpress-forums .participant .bbp-author-role { background-color: blue; #bbpress-forums .keymaster .bbp-author-role { background-color: red; #bbpress-forums .moderator .bbp-author-role { background-color: green;But it only works with the participant role. Maybe I’m not using the correct keymaster and moderator role name. Is someone already did that and can help me to sold it out ?
Thanks!
Topic: Does this feature exist?
We are considering moving our organization’s forum over to bbPress but our current MegaBBS ASP Forum software has a feature that is used by most of our 10,613 registered users. If you click the “New Threads” button you see all posts made since your last login. Does that feature exist in bbPress or is it available as a plugin? Lack of that feature will keep us on our old BBS. THX!
So Buddypress, by default, has a nifty @function that allows you to look up users by username. As I understand it, bbpress works with this out of the box, in the reply boxes. However, when I enable TinyMCE using the tutorial above (https://codex.bbpress.org/enable-visual-editor/), Buddypress autocomplete goes away completely. We’d rather not have to choose between these two features, is there a way to restore autocomplete even with TinyMCE enabled?
Hi,
I have just created a forum with bbpress everything seems to be ok but when i create a new topic, i can’t see it.
I can reply but i can’t see my topics.
But i can see them in my dashboard on wordpress.
I use Optimizepress.Can you help Me?
ps : i am french sorry if I make mistakes on my writtings…
Topic: code doesn’t work
Hi guys,
for some reason , in our bbpress forum (http://mdbootstrap.com/forums/forum/support/) code tag doesnt work . Regardless whether we use it or not all HTML markups are executed instead of displayed. The only way to display it is to replace all <> with > and <
Any idea?
Topic: Global Access
the codex mentions this for Allow Global Access
In a WordPress Multisite install bbPress is activated on individual sites. Allowing global access will permit all users from across the network to post topics and replies on the forums for this particular site.i activated bbpress per site on my 3 network sites. still i dont see any setings for global access? does global access happen by default?
Also is there some similar setting for bbpress like buddypress’s define(‘BP_ENABLE_MULTIBLOG’, true);?
i got define(‘BP_ENABLE_MULTIBLOG’, true); enabled for my wp+bp multinetwork. But forums on the root site dont show up on the sub sites like groups/members do with that setting enabled.
Thanks in advance.
Hello
I’ve been searching for ages but cannot find the solution to my problem.Does anyone know how I can make it so that people can post new topics and replies without the need to enter a name, email and website (i.e. those three boxes are removed)?
Thanks very much
I’m using WordPress 4.5.2, using twentysixteen theme.
I’m using bbpress 2.5.9-6017I’ve successfully imported phpBB data into bbPress. Now, I’d like to redirect URLs like
http://my_phpbb_domain.com/viewtopic.php?f=1&t=2
to:
http://my_wordpress_domain.com/forums/topic/corresponding_topic/I’ve search the web and have been experimenting with several solutions but without any luck. Anything I do throws a 404.
These are some of the links I tried out:
As you can see, these topics are at least 7 years old. On the other hand, I don’t expect that something has changed on how to write redirects in an htaccess file.
Does somebody here has some experience with this?