I always have a set number of new topics added to the forum on the first of the month. I would like to schedule them in advance. Or sometimes, I want to post a little like a “surprise” to the members, on a specific day. I read this forum and saw that some people can create a new topic in the WP editor as a “new topic” and schedule it.
Unfortunately, I don’t seem to be able to do it. If I set the schedule for the next month, it still appears in the forum now. I tried as logged in as an admin or logged out completely and the topic is still showing in the forum.
How is a post supposed to be scheduled? Maybe I am doing it wrong?
Thanks.
I’ve created a Button for “Your Profile” so that users can access their Profile Page. I can’t figure out how to add a hyperlink or a shortcode for the button. Any & All help appreciated.
boywonder
WP Version 5.2.2 BBP 2.5.14
I am using bbp private groups plugin. When somebody posts something in a private group the user who posts can’t see his own post afterwards, and also nobody else. But it appears visible in the forum overview that somebody has posted. You can see the title and the time of the post. After the user has posted there comes a page up which says: no results found. But then as I just said the post exists, but is not accessible. (But I also experienced that posts that where not accessible suddenly become again. Then the author can see his post again and also other members, with the autorisation for that forum.)
Also the posts dont show in the latest activity widget anymore and then suddenly they do again.
I am pretty sure I have all the user roles and private group settings correct. It worked in the past and out of the sudden these strange things happen.
The forums that arent set to private and have no user role or group assigend seem to work fine.
Has somebody any idea what could have gone wrong?
thank you!
in my bbpress topic index I want to show view counts like how many people see that topic
Hello friends,
I have read in some SEO tips, we need to give nofollow for all other site’s links placed in our website. I want to know how to do that in my BBPress website.
Thanks.
I’d like to remove the capability for participants to create and edit topics. They should keep their reply capabilities.
I’m using this code (along with attempting to use a couple different solutions which did not work), but I haven’t found anything that works. Can someone point me in the right direction? No plugins, i’m just looking for working code.
add_filter( 'bbp_get_caps_for_role', 'ST_add_role_caps_filter', 10, 2 );
function ST_add_role_caps_filter( $caps, $role ){
if( $role == bbp_get_participant_role() ) {
$caps ['publish_topics']= false ;
}
return $caps;
}
Hello Everyone,
I want to know the best plugin for add a paid membership in my BBPress website.
Thanks.
Hi,
how to see tags links (/B LINK B-QUOTE IMG etc…) like on this forum ?
Thanks
Daniele
Hi,
how can I copy & past images on forum posts without adding any attatchments ?
Thanks
Daniele
I want to add multi language translate option for my website. User can translate the content in my by website by select the language they want. I want to know how to do that.