Forum Replies Created
-
Hey that’s great, and thankyou so much for posting what you did, it’ll hopefully help someone else – I’ll keep a note of it !
Really pleased you succeeded 🙂
ok, sorry I don’t know phpbb and the convertor was written some time ago by someone who no longer is actively involved in bbpress.
Have a look through these
“No users to import” when attempting to import from latest phpBB
Note sure if this issue is covered in this article
In reply to: Need to have forum members ability to delete postInstall
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Display
and items 17, 18 & 19 will let you set what you want
In reply to: bbPress <= 2.6.14 – Missing AuthorizationJust heard that it is fixed and due for release very shortly
In reply to: bbPress <= 2.6.14 – Missing AuthorizationI have emailed the developers, but as I am not privy to the exact code at fault, I cannot give any reassurance as to exactly what the issue is.
In reply to: bbPress <= 2.6.14 – Missing AuthorizationI am not a bbpress author, just a moderator on the support forum.
bbpress has been informed, and as you say patchstack says that the issue is
Low priority
No impactful threat
This security issue has a low severity impact and is unlikely to be exploited.But of course it should be fixed.
I am not a bbpress author, just a moderator on the support forum.
bbpress has been informed, and patchstack says that the issue is
Low priority
No impactful threat
This security issue has a low severity impact and is unlikely to be exploited.But of course it should be fixed.
I am closing this thread as another exists covering the same issue
In reply to: widgets not showing on page editYou can use shortcodes instead
There are also additional ones with filters in
once activated go to
dashboard>settings>bbp style pack>shortcodes
I’d suggest you carry on with their support as they seem to be trying to help you, but come back if you need to.
sorry, I’ve just seen that you have already posted there !
Thanks for that really useful and detailed post.
My working theory would be that turnkey bbpress is adding something to the header – if another theme shows it as a lock, then that is the most likely, but I may well be incorrect !
Are you using the version on wordpress? https://wordpress.org/plugins/weaver-for-bbpress/
or where did you get it from?
It might be worth you posting the issue on
to see if they can help.
I am not a bbpress author, just a volunteer who tries to help here, but please do come back and I’ll see if I can help further
not one I’ve seen before, 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: Does pingback still work in bbpress?As far as I know it does
In reply to: User Profile BugI see that you posted this issue before, and it was fixed by the changes above
so you will need to work out what has changed between when the changes above fixed it and now
In reply to: User Profile BugYou are using the Divi theme (or a child theme of this theme) which has an issue whereby bbpress Profiles and bbpress search may not work properly
If you have issues with either of these, please change the following Divi theme settings:
1. In Dashboard> Divi> Theme options > Builder > Advanced > Static CSS File Generation > Clear
2. In Dashboard> Divi> > Theme Options > Performance> Dynamic CSS option> set to Disabled
3. THEN critically you need to clear any server side caching AND clear your browser cache.
Server side will depend on your host, and/or any caching plugins you have installed
For your browser – see this helpful article How to clear browser cache
Hey thanks for helping translate my plugin, I really appreciate it.
If you need further help, do come back 🙂
If you want to hide it completely, then add this to the custom css tab of my style pack plugin
.moderationlinks-flag { display: none ; }As I said, I did not write that particular plugin element, I just incorporated it into my plugin to help those using it, and I agree the actual wording does not mean a lot, it took me a while to work it out!!
But after a bit of testing, essentially it sets a switch for a user to be either an approved user or an unapproved user. Then if in:
dashboard>forums>Moderation Options>hold for moderation you have set custom, then you can set ‘unapproved users posting’, ‘Unapproved users posting links’ and ‘Unapproved users posting below the English character threshold’ so that unapproved users posting in those categories get held for moderation.
so make a user ‘unapproved’ you set the ‘add user moderation flag’ and then all posts by that user come under the settings above.
I agree the wording is terrible, but now I have described what it does, you should be able to come up with some better words.
I would also agree if you said that those words should not appear unless you have set the custom above, but that is beyond my current plans to do.
to change the wording go to
dashboard>settings>bbp style pack>transaltions and activate the translation option
then put the original working in the left hand column and your desired in the right.Thanks, found it now, let me take a look
Hi,
I am the author of bbp-style-pack.
This part of the code is from a moderation plugin that I rescued from being closed, and i did enough to get it working in my plugin, so I do not have full knowledge of every feature.
Can you tell me exactly where and when you see this text?
🙂
In reply to: how do i delete all topics and replies for a usergreat – glad you are fixed!
In reply to: how do i delete all topics and replies for a userok, so can you post the line of code code you are using to call that action please, or confirm that you are not using any reassign field in that call
In reply to: how do i delete all topics and replies for a userPresuming that you want to delete the user and any comments made in wordpress as well, then
dashboard>users>select the user and press delete
You will then be given the option to delete all content and the user.