Forum Replies Created
-
@sbask – I’m still getting emails from your site
In reply to: identify user with @thanks – I don’t promise to do anything if it doesn’t – but would be useful to know
In reply to: identify user with @Just looked and I created a small plugin here http://www.rewweb.co.uk/download/bbp-mentions-suggest/
this says that it ‘Adds the Buddypress mentions suggest as you type to bbpress topics and replies’
so I got the idea from somewhere that it was a bp feature.
It was sometime ago that I wrote/copied this, so have no memory of whether it still works !
In reply to: identify user with @Sorry to continue the BP discussion here 🙂
@mike80222 – your input is always welcome and useful 🙂In reply to: Duplicate Topic Detected (Not Working)sorry, test was invalid – I had my test user with too many privileges!
So, users who can ‘Throttle’ (see https://codex.bbpress.org/getting-started/before-installing/bbpress-user-roles-and-capabilities/ for list) bypass the duplicate check – so likely that if you were testing you will have that capability.
Can you comer back if you still have an issue.
In reply to: Duplicate Topic Detected (Not Working)I can repeat this issue on my test site post 5.9.3.
I’ll take a look to see.
In reply to: Blank page in topicit 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
Then come back
In reply to: identify user with @If you have buddypress, it’s a buddypress feature, so probably their support forum first
In reply to: Forum designThe theme here is in
Most of the widgets in here are also available in
In reply to: How do i delete a post?dashboard>topics or dashboard>replies and edit change status or delete from there
In reply to: PHP warnings when creating a forumok, so I need a precise set of steps to let me repeat
In reply to: PHP warnings when creating a forumthanks, I’ve just loaded sydney 2.02 onto my test site, and I can create forums.
Can you confirm that you only have the theme and bbpress active?
If so, can you just confirm exactly what you are doing as a series of steps, eg dashboard>forums>add new…….. etc.
In reply to: PHP warnings when creating a forumhmmm…
Possibly a theme or plugin conflict
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
Then come back
In reply to: Last activity date not correct@user847 – are the dates not correct on your site, or are you also asking why they are sometimes not right on here?
In reply to: Missing Date on Started by🙂
In reply to: Missing Date on Started byuntested, but this should work
add_filter( 'bbp_get_topic_post_date', 'rew_date_only' , 20, 6) ; function rew_date_only ($result, $topic_id, $humanize, $gmt, $date, $time ){ $topic_id = bbp_get_topic_id( $topic_id ); // 4 days, 4 hours ago if ( ! empty( $humanize ) ) { $gmt_s = ! empty( $gmt ) ? 'G' : 'U'; $date = get_post_time( $gmt_s, $gmt, $topic_id ); $time = false; // For filter below $result = bbp_get_time_since( $date ); // August 4, 2012 at 2:37 pm } else { $date = get_post_time( get_option( 'date_format' ), $gmt, $topic_id, true ); $result = $date; } // Filter & return return apply_filters( 'rew_date_only', $result, $topic_id, $humanize, $gmt, $date, $time ); } }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: Last activity date not correctnot something I can correct
In reply to: Last visit ?let us know if you fix it
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 ?