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.
Quote Function and See Only Author Function
Published on December 16th, 2022 by daswordDuplicated forums when translated
Published on December 16th, 2022 by wabisabuHi,
I’m using WPML for translating forums from Spanish to Korean.
Each time I translate a forum, a new forum with a new Forum ID is created. So, I have one forum in Spanish and another in Korean.
However, I would like to have Topics in both languages in the same Forum.
Does anybody know how to solve this?
Thank you in advance.
Filter topics by user in WP admin
Published on December 16th, 2022 by DeepBlueHi
In WP dashboard when viewing topics i would like to be able to filter by user
why user is not clickable so that i could easily filter by user ? and see their list of topics, and be able to quickly review them from the WP dashboard (same thing for replies)
thank you
Auto Subscribing New Members to a forum
Published on December 15th, 2022 by areynoldsskmHey 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
bbPress & ProfileGrid
Published on December 15th, 2022 by duckerooHello 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!
How to edit profiles? Which files?
Published on December 14th, 2022 by giggioman00Hi
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?
Replacing Favorite Text
Published on December 14th, 2022 by areynoldsskmHey 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 button
Js 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?
Forum load upon login
Published on December 14th, 2022 by p411m99How can I edit which forum gets loaded upon login? When a user logs in it takes them to the last forum created? In this case it is the AquaGripCT forum…I would prefer it to load the main forums page where all forums are listed which is http://hookdgear.com/forums
Stickying topic in private forum moves topic to a public forum
Published on December 13th, 2022 by ewd910Hi, 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?
Show topic & reply count on user admin screen?
Published on December 13th, 2022 by scottmotionIs it possible to show the number of topics and replies for each user in the main WP user admin screen? Or is there some other place I can see this? I have Admin Columns Free but no options are available that I can see, nor did I find anything in bbp style pack. Maybe another plugin or some code? Ideally there would be a column between Forum Role and Posts that shows Topics/Replies count. I’m assuming this is a bbp thing, but i’m of course using BuddyPress as well.