Hi
We have tested all cache systems
Best cache plugin is LiteSpeed Cache
this plugin is also made for bbpress ๐
(works even better with a litespeed server you can get at Hostinger for instance)
if you subscribe to a topic, then you receive notifications of replies
if you subscribe to a forum, you get notification of new topics
if unsubscribing isn’t working, then it might be something extra that is added, it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
Therefore asking this question on both buddypress.org and bbpress.org support forums. Wondering that this issue has not been yet reported.
If bbpress is enabled hidden bp-groups are not visible for member/moderator or administrator wihin own groups in BP overview page. The number of hidden groups is reported correct under ‘My Groups’ but no icons are shown. Hidden groups are only viewable and accessible via search function.
Tested with these two plugins only activated. Standard WP Install without ‘bp-custom.php’.
Environment:
bbPress 2.6.9 (2.7-alpha), BP 10.0 – 10.2.0, WP 5.9.2, PHP 7.4 (Themes: WP TwentyTwentyTwo and BuddyX)
I agree with you, but i tested bbpress with the top 20 wordpress themes, and confirmed that user profile and search pages were not detected by any theme
all other pages are detected except those 2
it’s like those 2 pages don’t belong to the same template than other bbpress pages in the core code
Sorry – you seem to want to abuse me as being stupid. I just help out here for free so phrases such as
I do not see the connection with the question ever.
and
Certainly I took a while to understand what you wanted to explain but I did it.
are not welcome.
I hope you are able to sort your issue, which may be site related or that you are doing something I am not.
Maybe try and do here what you are doing on your test site – this site is bbpress.
Hello.
Certainly I took a while to understand what you wanted to explain but I did it.
I took your Pink Floyd link as an example, I pressed the share button, I copied the link that came out and pasted it in a response in a test forum of my site. In this way the preview is generated but the URL is still double. But the question is: who is going through this procedure to share a link? I believe nobody … ๐
not what I am seeing on my test site – standard fault finding applies ๐
works on my test site and these are native to wordpress
Using Smilies
If it’s not working for you, then try the usual fault finding.
If you want more, I’ve not used any, but
https://wordpress.org/plugins/tags/emoticons/
try one that says it works with custom post types
ok, If you are certain that
1. the box is being ticked (by default it is left blank), and that
2. emails are working from within bbpress (ie if someone else subscribes to the topic they get an email)
then the standard fault finding applies…
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
sorry, works on my test site, so beyond free help contact me via
Contact me
works fine on my test site
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
but latest 5 if you have style pack installed would be
add_action( 'bbp_template_after_replies_loop', 'rew_other_topics' );
function rew_other_topics () {
$topic_id = bbp_get_topic_id() ;
$forum_id = bbp_get_topic_forum_id($topic_id) ;
echo do_shortcode("[bsp-display-topic-index show='5' forum =".$forum_id." template = 'list']") ;
}
though this would show the topic again if it were in the latest 5!
ok, you suspect the theme, but need to prove that, so standard fault finding applies ie
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
ok so let’s try the standard fault finding
it could be a theme or plugin issue
Plugins
deactivate all plugins apart from bbpress and my fix plugin and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hello,
I found a bug when using bbrpess
and WOOF (Woocommerce Product Filter)
. Indeed, when bbpress
is activated, when you want to filter products by category
, the WOOF’s widget disappears. With a lot of tests on multiples websites, I found this bug comes from bbpess.php
class on setup_variables()
function when the attribute topic_tag_tax_id
gets apply_filters( 'bbp_topic_tag_tax_id', 'topic-tag' )
value. When you comment this line, the bug is solve.
As I don’t need tags on my Forum, I just need to set $this->topic_tag_tax_id = 0
and hide Topic tags form.
But Here is my final problem : How can I overwrite this class because it’s not a template but the plugin file ?
PS : I tried every possibilities (plugins versions, select another theme, change product database, catch network and files errors), the bug really comes from here as strange as it may seem.
Cheers,
TomCrise
none of this testd, but the actual adding of an image to the post would be something like
add_action('bbp_template_before_single_topic', 'pym_print_featured_image_single_forum', 11);
function pym_print_featured_image_single_forum() {
if (has_post_thumbnail()) {
echo '<div class="pym-bbp-topic-thumbnail">';
echo get_the_post_thumbnail(null, 'thumbnail' );
echo '</div>';
}
}
adding featured topic to the backend would be something like
add_post_type_support('topic', array('thumbnail'));
Code could be written to allow the user to add an image, but that’s a chunk of work !!
Hi,
Using WP with Twenty-twenty latest. I am looking for advise concerning the email notification. No email is sent out whether new post appear, or new topic started etc. What do i do wrong? All other emails form the website is received including registration notification of new user to the forum.
thanks
ok, but it is over 2 month since I looked at this, and I have no memory of what I did or what I wrote. If you can’t make the effort to test promptly free stuff other people write for you, then my enthusiasm to get re-engaged with this is very low ๐
Hello,
Sorry for the delay but I finally I tried your add_moderator_by_id and it seems to work but I cannot test mail notification for the moment and I can’t see the moderator added on the forum list.
But I need to say that in that list, the “-” displayed in moderator column is not there for those I tested with your code…
I will do more test probably next week…
Eric Collart
Hello,
not being programmer, I can’t use this as it is but can this be used to help in my case to restore the edit and delete function from the topic top bar menu when using Polylang (FR and EN) ?
I am pushing at Polylang free support too but no luck so far … would be good to have Polylang and bbPress to talk together as being 2 big actors in WordPress…
Sorry if the question seems obvious to you …
Thanks for your help
Eric Collart
Ps: I can provide access to test if useful…
ok thanks ๐
the second one i tested it : it works fine but there is a problem :
Case 1 : if user replies : he would see “reply awaiting moderation” on his post AND this post will be public : it should be hidden for all except admin / the poster
Case 2 : if user posts a topic : he posts the topic and then nothing happens, he can think its a bug, as he would actually have to scroll up to see his topic is actualy listed at the top with the topic subject (awaiting moderation)
so 2 problems in this case 2 :
– he can think its a bug and that his topic has not been posted and so would try again
– the topic subject is public : it should be hidden
Waiting to test first plugin to see if it works better !
Hi Robin
This plugin has been closed from WordPress plugins on 11 february
Any other plugin to moderate topics ?
i was hoping that the feature for comments :
Before a comment appears
1) Before a comment appears Comment must be manually approved
2) Comment author must have a previously approved comment
would also work for bbpress
but i tested and it doesnt work…
Apparently only the 2 settings comment moderation blacklist are working :
– number of links
– stopwords
but the problem is there is no warning message showing if someone adds 2 links for instance and then submits, nothing tells him his post is pending moderation (same test for stop words)
Also the admin doesnt have any notification of pending post, no mail, nothing on dashboard, i had to go directly to admin topics to see the pending topics
Best moderation would be to always moderate the first post for any user, how could i do that ?
i just found this other moderation plugin that does exactly what im describing but it’s 8 years old without update, does it still work ?
Thanks a lot !
untested (as I am on holiday without test server access), but try
add_filter ('bbp_get_reply_author_link' , 'rew_return_null' ) ;
add_filter ('bbp_get_topic_author_link' , 'rew_return_null' ) ;
add_filter ('bbp_get_author_link' , 'rew_return_null' ) ;
function rew_return_null () {
return ;
}
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
Robin, wow, that is exactly what I was looking for…
Will test it, thanks!
Jan