Search Results for 'bbpress'
-
Search Results
-
Topic: Content Before Forum Starts
Hi,
I have a issue regarding the Visual Editor within the forum page. I would like the visual editor within the forum edit page to be enabled so that I can give a image/text introduction to the forum. I have tried to install suggested plugins like “TinyMCE Advanced” and others but none of them directly solve the problem I am having. Example of what I am looking for:What I would like to be on the page:
http://postimg.org/image/y52i13nup/Wordpress: Version 4.5.2 running Untold Stories theme.
bbPress: Version 2.5.9
website forum page: http://www.curlswithattitude.com/forums/introductionSetting up my first bbPress forum, and I’m amazed so far 😀 Probably a newb question, but:
Is it possible to make the forums public visible, but the topics (or posts) private, for logged in users only?
I’d like the visitor to see what to expect when he/she creates an account.
Thanks everyone!
Topic: Loss of delete button
I am very new to wordpress and installed bbpress, but I’ve noticed that I don’t have the option to delete a post I created. How can I generate a link for this on created posts?
Update: I realise that you need to be a moderator. I was testing with a standard/ordinary account.
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.