Good evening everyone,
I need to embed a boutin link on all forum pages except the first one.
Can you tell me the procedure?
Thank you
Regards
Good evening everyone,
I need to embed a boutin link on all forum pages except the first one.
Can you tell me the procedure?
Thank you
Regards
I run a membership site with bbpress and we have members leave so I need to change the author of their posts. Can anyone recommend a plugin that can help me do that?
Thanks
I’m in the middle of a project that will embed bbpress.
I’ll have to create a forum for “Website updates, company updates etc” however, other members/site users should be able to reply to a topic in that specific forum but not create new topics.
Best plugin for this?
here is the link to the forum https://cavamaman.com/confessionnal/
i can’t click Register and lost password!
I have created the pages for registering and lost password and linked em to the widget but the words Register and lost password arent clickable. why?
I have closed a forum, as I didn’t want any non-admin posts or replies (a sort of read-only news and updates forums).
However, doing this seems to be removing Subscribe option for everyone…so no one is able to get notifications for these posts and must manually check.
Is there a work around for that?
Hello,
I’m trying to get a list of the current forum’s moderators, I have this argument that filters all the users and lists me all the moderators from all the other forums.
$args = array( 'role' => 'bbp_moderator');
The above code lists all of the moderators from all the forums, I only want the moderators of the current forum, any parameters or snippet that could help me?
The bbress Support 7 years ago. Topic Thumbnails?
add_action( 'bbp_theme_before_topic_title', 'assylumn_insert_thumbnail' );
function assylumn_insert_thumbnail() {
echo('<a href="http://www.mysite.com/wp-content/uploads/2013/09/picture.jpg">') ;
echo('<img class="bbp-topic-thumbnail" width="100%" style="max-width: ' . get_option('thumbnail_size_w') . 'px; max-height: ' . get_option('thumbnail_size_h'). 'px; vertical-align:middle;" src="http://www.mysite.com/wp-content/uploads/2013/09/picture.jpg"/>' .'</a>');
}
I did not know how to get the url in each topic pictures using plugin, GD bbPress Attachments.
Please show me other code to get the url in the topic pictures.
We just started a site and the number of posts is over 300 but in reality only like 5 or 10.
Does it seed that number starting at 300?
Is it possible to reset it back to 0 or to some other number?
I was told to post on these forums.
Hi
I am receiving emails about new posts through the subscription feature.
Space tags are checked in the message content.
For example, I wrote a post like the image below.
===========================
test
test
test
===========================
Image Link : https://ibb.co/nMvRjwQ
but received mail include to “& nbsp;”
=================================
test
  ;
test
  ;
test
=================================
Image Link : https://ibb.co/dWcQHVM
I need help to solve the problem
Best Regards,
Hyunho
Hi,
I would like to add some html content at the top of the forums home page – the page at /forums.
I have searched for this on the net, I have looked thru the hooks list at bbpress.org and cant find anything.
I am sure this can be done and I am sorry if I did not find something obvious.
Any help is appreciated. Thanks ahead of time.