Forum Replies Created
-
check the moderation settings in
dashboard>settinfs>discussion>comment moderation – it is usually the number of links
This plugin does useful moderation
In reply to: Last visit ?bbpress just uses wordpress login.
But since you can stay logged in, any plugin which would log users would need to activate on each page and do a database write, which might be site affecting (or not!).
Any wordpress login visit plugin would do the job, but I suspect there are precious few – but google around and if you find one with a shortcut to display it should be easy to hook up.
π
oh, and as per email can you delete me from your site, I am getting an annoying emails
I could say it again, but I would only repeat the words π
it is a known issue that sometimes the freshness goes wrong, this is more often seen in forums with categories, forums and sub forums as there are 3 levels for freshness to be correct in.
Since no-one sees what causes, we are just guessing at why it happens, but the most likely answer is stuff being sent to spam typically by askimet.
If you post a new topic/reply in the offending forum, this often, but not always, fixes it
it looks like a known issue with categories having forums with sub forums.
From the little I have been able to investigate, it is related to spam posts not resetting stuff correctly.
I’d suggest you create a reply or new topic, that normally fixes
In reply to: Formatting of User Profile and Search Results pagesJust switched my site to Astra theme and profiles are search run fine – can you define exactly what the issue is ?
In reply to: Hide the user profile for spectators/visitorssorry, I’m not a bbpress author, but if they put in all the ideas, then you would have this plugin, just built into bbpress π
In reply to: BBpress + Simple membershipI donβt know why somehow I became a very greedy person here?
I look forward to having complete answers.
This makes you look like you are demanding, I am simply someone who triers to help here
But if you are asking, then use the ‘code’ button in the reply to post the exact code you are using, and I will try and help further
In reply to: BBpress + Simple membershipseriously????
This is free software with free support offered by volunteers, clearly you expect too much
In reply to: BBpress + Simple membershipIn reply to: Hide the user profile for spectators/visitorsIn reply to: Add text content between Title ‘Forum’ and the forumok, glad you are fixed
In reply to: Unsubscribe forums/topic still sending emails.if you subscribe to a topic, then you receive notifications of replies
if you subscribe to a forum, you get notification of new topicsif 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
In reply to: BBpress + Simple membershipThis function should do that – change “mysite.com/login” to where you want it to go
function rew_change_text( $translated_text, $text, $domain ) { if ( $text == 'You do not have permission to view this forum.' ) { $translated_text = 'This forum is visible only to this group members, please click <a href="mysite.com/login">here</a> and sign up for this group'; } return $translated_text; } add_filter( 'gettext', 'rew_change_text', 20, 3 );
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
In reply to: BBpress 2.7https://bbpress.trac.wordpress.org/roadmap
the actual timing is always much later, but you can look at the tickets to see what is in the releases
In reply to: Creating new custom roleIn reply to: bbPress Discussion Forum Moderationso can you upload plugins?
In reply to: bbPress Discussion Forum ModerationOk, I don’t know what .com allows for different plans – can you upload anything, or only install some plugins, or any worpress plugin?
In reply to: Is there a way to approve topic replies?The last version (which is stable) is hosted here
In reply to: Closed to new topics and repliesyou don’t say if this is a new problem, or new forum, or has just started happening? did it used to work?
In reply to: bbPress Discussion Forum ModerationThe link is to the last version, which still works fine.
In reply to: bbPress Discussion Forum Moderationbbpress uses the WordPress moderation
dashboard>settings>discussion
but you also might like to look at
In reply to: How to change URL of Forumit is usually forums
In reply to: How to change URL of Forumdashboard>settings>forums>forum root slug and untick ‘Prefix all forum content with the Forum Root slug (Recommended)’