Search Results for 'bbpress'
-
Search Results
-
Hi, good days!
I wish to hide the message “You must be logged in to create new topics” in ONE of my forum. But leaving other forums UNTOUCHED.
Reason is that this particular forum is set as a private forum. Participants are not allowed to create new topics (but only can view its content) even though they log in. So this message looks a bit misleading for them.
I already created a BBpress child theme. Pls show me how to do this. Thanks!
I’m here for looking 2 functionalities for bbpress. First of them is quote, it is quite common function I think, if you click the quote function under the reply, it will copy the whole thing of the reply and paste in your textarea, this make people easy to deal with complicated answer sometimes. Second is see only author function, my blog subscribers very like to create long story(novel) in the forum under a topic, but they will split those stories into many chapters as update, for example, one of them post one chapter once a week, when he posted a chapter, there are many comments. I would like a function that can filter specific user reply under a topic, so reader can see the full story more clearly. Is there anywhere to add these 2 functions to bbpress forum? Either Plugin or filter hook code or other codes, thx for helping.
Hey all, thanks for all the help,
We’re having hard time getting new users hooked into auto subscribe to one specific form, I see this was included in the now discontinued bbpress toolkit plugin, but does not work (with our setup anyway)
Others have mentioned this but dosent seem anyone found a fix outside of the now discontinued plugin, ie: https://bbpress.org/forums/topic/new-users-auto-subscribe-to-one-forum/ (and lots more)
Is it possible to do a cron with bbp_add_user_forum_subscription ? or how can we make this happen
Topic: bbPress & ProfileGrid
Hello there,
is there a possibility to map bbPress User Roles to ProfileGrid User Groups? I’d like everyone who signs up for ProfileGrid User Group A to have the capabilites of bbPress User Role 1 and everyone who signs up fpr ProfileGrid User Group B to have the capabilites of bbPress User Role 2. How can I achieve this?
Thank you in advance!
Hi
I have made a like button plugin that allows the ursers to like posts in my website, and then the ID of the liked post is stored in the database.
Now I would like to edit the profile page of each users in bbpress and add a voice where they can see all the posts they liked on the main site under their bbpress profile.Is this possible to do and where can I edit the profile?
Topic: Replacing Favorite Text
Hey all, need some help with changing the favorite button text to Favourite (Canadian Spelling)
So far I’ve tried:
Switching to Canadian English in WP core, dosent change the buttonJs find and replace, has a visible delay
functions.php code per this topic: https://bbpress.org/forums/topic/change-text-in-bbpress-subscribe-favorite-reply/
/*BBPRESS Favourite Filter*/ function rkk_subscribe_link() { $args['Favorite'] = esc_html__( 'Favourite', 'rkk' ); return $args; } add_filter('bbp_before_get_topic_favorite_link_parse_args', 'rkk_subscribe_link' );Anyone able to change this?
Hi, this is a bit of an odd problem, but a forum admin stickied a post in a private forum (clicking “sticky” in the top right, not from wp-admin) and it moved the topic to an unrelated public forum, which is a problem of course because the topic was meant to be private. Sounds like a bug in bbpress, has anyone else come across this?
Topic: Fix register page layout
Dear friends,
I don’t remember when and how did I manage to mess up with my forum register page.
Layout is “broken” and on mobile devices looks very bad.
After updating to last version of bbpress…problem still remain.
Bbp style pack is installed and after resetting style settings, register page remain the same.
Please, how can I manage that register page again have “default” layout and looks ok on mobile devices?
Thank you!Topic: bbpress topic link output
Hi
When i paste a wordpress post link on bbpress, it creates a nice box with featured image & link
but when i paste a topic link, it just creates a grey box with link inside
is it normal ?how could i get something better ? (with author / date etc) is it possible ?
Thank you