Search Results for 'bbpress'
-
Search Results
-
Hi all,
I would be happy if someone from the development team would help me out.
We have been running the forum for five years. This is happening for the first time:
Suddenly a user’s thread appeared twice. After reading both threads, the dot for ‘new thread/response’ remaained for one.
Even when I deleted both threads, the point remained for the forum and its parent.
How to solve this directly in the database please? Which table and how to find this entry?
Thanks for your help
Martin(bbPress version 2.5.14 wp version 6.1.1)
New user, first post 🙂 I am using the Reign theme by WBCom, and I really like it, except for the layout of the BBPress forum index page, and the topic page. I’d really rather not have to switch to a new theme (already paid for Reign, don’t want to pay for another theme!) so I’d like to see if I can alter it myself to get what I want.
Some general info: I taught myself html back in the 90s, so I’m OK with html and css, but I never got as far as php. However I can probably grasp the basics.
I tried out the Youzify plugin and it does a lot of the layout styling that I want, but changes other things that I don’t want. Would it be possible to use the code from this to guide me to make the alterations I want?
I’m stuck at the start: which file/s would I find the layouts? (css is about styling, I’m looking for table structure, where information is displayed, that sort of thing).
Thanks!
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?