Forum Replies Created
-
In reply to: Show only Ipv4 addresses to moderators
Did you read the cloudfare link that said they might not be seeing the real IP address, but rather a cloudfare server address? may or not be relevant.
The classes for that are
bbp-reply-ip
bbp-topic-ipso should be
.bbp-reply-ip, .bbp-topic-ip{ text-align: left !important; }
In reply to: Show only Ipv4 addresses to moderatorsok so your first post said the exact opposite 🙂 ie they didn’t want to see the IP6
In reply to: Show only Ipv4 addresses to moderatorsapologies, try this
add_filter ('bbp_get_author_ip', 'rew_hide_v6') ; function rew_hide_v6 ($author_ip='') { if (strlen($author_ip)>20) $author_ip='' ; return $author_ip ; }
In reply to: Need help in user rolesInstall
once activated go to
dashboard>settings>bbp style pack>Moderation (third row down, right hand side)
and follow the instructions/guidance
In reply to: Show only Ipv4 addresses to moderatorsok, so we can hide the ip6, but getting the ip4 is harder i think.
I found this post relating to Cloudfare which tends to indicate that even an ip4 might be just a Cloudflare address, but I only spent 2 minutes reading though !!
https://wordpress.org/support/topic/real-ip-for-the-customers-cloudflare/
so to hide an IP6, try this (untested!)
add_filter ('bbp_get_author_ip', 'rew_hide_v6') ; function rew_hide_v6 ($author_ip='') { if ($strlen($author_ip)>20) $author_ip='' ; return $author_ip ; }
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
Let me know if it works
In reply to: Disable ability to edit comment/replydashboard>settings>forums>editing and disallow editing – moderators and keymasters can still do so
In reply to: Bulk unsubscribe all users from Forums and Topicsthanks, suspect sql is the easiest without loads of coding
In reply to: Bulk unsubscribe all users from Forums and Topicsso how often and why are you doing this – just trying to understand the problem.
please explain further, you seem to have both a title and a description on that page
my response crossed with yours.
Great – glad you are fixed !
Every website is a unique combination of hoster, operating and hosting systems (eg apache, PHp) WordPress theme, plugins, settings and content, so I cannot just give you an answer.
So between ‘some time ago’ (days? weeks? years?) and now – what has changed on your site?
If you cannot answer that, then I can only suggest the core fault finding viz..
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
Then come back
ok, so it was working – yes?
ok, so it was working – yes?
If so something has changed to stop it working, eg theme or plugin update, but could be other things.
Ok, so what have you updated?
no problem, glad to have helped 🙂
If I understand you correctly, you use the ‘code’ option
eg
<b> some words </b>
So you type all your ‘code’ and then highlight it, and click the code button.
In reply to: Permalinks in replies lead to the wrong pageiltaja is an AI spambot I suspect, this forum gets lots of these.
If not I’m sure they will reply again.
From your post about changing number of replies to 13, if the ‘faulty’ post is changing, then I suspect that looking at the database won’t help at this stage.
Let me do some more thinking…
In reply to: Permalinks in replies lead to the wrong pagedo you still have the original Mingle forum?
If so, can you check that all the entries around this one have transferred to bbpress ie they have the same number of replies and are in the same order on page 7/8
In reply to: Permalinks in replies lead to the wrong pageok, some late night thinking….
bbpress just uses the WordPress function that finds and shows posts (bbpress forums, topics and replies are just posts with a custom post type!).
So I’m thinking that the ‘find matches’ wordpress part is finding x number of replies, but then the ‘display part’ is finding one less/more to display, then at that point the page count gets to be wrong.
This is just a guess at the moment, but as you are seeing issues with other topics that are not all ‘page 8’ I don’t think it is a pure maths issue.
So my current hypothesis is that there is an item that is in the database as a match, but there is not a corresponding item to display – this could be for lots of reasons.
If you go to your link but page 7, from the post numbered 120998 with text ‘AnTiHrIsTiS — Kingpin: Life of Crime (PC)’ this entry on page 7 has a link of
/steam-records/page/8#120998
If my thinking is correct (and it is probably wrong!) I’d guess it is at this point that the permalinks start to go wrong.
So if you change the replies per page from 14 to 13, does it still start to go wrong from that same post number, or does it start to go wrong from another post number.
This will help us narrow down what the issue might be.
In reply to: Permalinks in replies lead to the wrong pageThanks, it is evening here in the UK, I’ll try and look at this tomorrow
In reply to: Permalinks in replies lead to the wrong pageok, back to this…
so yo say the permalink
mydomain/bbforums/topic/stream-records/page/8#post-121032
Where are you seeing this permalink?
eg
“I go to forums, select forum ‘xxx’ and then I do this and get to the topic by pressing that, and the I see the permalink at…”
and in
dashboard>settings>permalinks
what is the permalink structure?
In reply to: Permalinks in replies lead to the wrong pagemaybe try changing the replies per page in
dashboard>settings>forums
and see what difference that makes
In reply to: Permalinks in replies lead to the wrong pageok, I am not a bbpress author, just someone who tries to help out.
So it’s Sunday morning here in the UK, and I have guests coming for lunch, so I will try and pick this up later.
But let’s just eliminate some stuff.
1.
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
2.
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
Then come back
In reply to: Permalinks in replies lead to the wrong pageDo you have reply threading switched on?
dashboard>settings>forums>Reply Threading
In reply to: Disable the Visual Editoris this for users, or from the dashboard?
and what theme are you using?