Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 14,313 total)
  • In reply to: User Profile Bug

    @robin-w

    Moderator

    I see that you posted this issue before, and it was fixed by the changes above

    Profile link broken

    so you will need to work out what has changed between when the changes above fixed it and now

    In reply to: User Profile Bug

    @robin-w

    Moderator

    You 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

    @robin-w

    Moderator

    Hey thanks for helping translate my plugin, I really appreciate it.

    If you need further help, do come back 🙂

    @robin-w

    Moderator

    If you want to hide it completely, then add this to the custom css tab of my style pack plugin

    .moderationlinks-flag {
        display: none ;
    }	

    @robin-w

    Moderator

    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.

    @robin-w

    Moderator

    Thanks, found it now, let me take a look

    @robin-w

    Moderator

    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?

    @robin-w

    Moderator

    🙂

    @robin-w

    Moderator

    great – glad you are fixed!

    @robin-w

    Moderator

    ok, 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

    @robin-w

    Moderator

    Presuming 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.

    In reply to: Hidden topic

    @robin-w

    Moderator

    hidden topics are typically ones that have been marked as spam, so they remain linked to their u, but are not shown to anyone apart from keymasters and moderators.

    This allows a moderator to later decide that they are not spam and unspam them, and make them visible, or if they wish to delete the topic, or just leave it hidden

    @robin-w

    Moderator

    Install this additional plugin

    Private groups

    This is a simple plugin in principle, but can take a bit of time to understand.

    So FIRST in dashboard>settings>bbp private groups> select the help tab, and take some time to understand how this plugin works !!

    Then…

    1. go to dashboard>settings>bbp private groups> and select ‘group name settings’ – set group 1 to a name of your choice, say ‘topics only’

    2. go to dashboard>settings>bbp private groups> and select ‘topic settings’ – click to activate topic settings and save.

    3. go to dashboard>settings>bbp private groups> and select ‘assign groups to roles’ – tick ‘Add group on first or no-group login’ AND set the role ‘subscriber’ to the group 1 name you set in step 1. If you want other roles to only be able to post topics, set these as well. click save.

    4. go to dashboard>forums and select the forum you want this to apply to and click ‘edit’ You will see a new box called ‘Forum groups’ Click group 1 and them click update on the right hand side.

    5. You will then see topic permissions for this group. select ‘Create/edit topics’

    So then the forum uses group 1 permissions which only allow the creation of topics, and subscriber users are in group 1, so that is all they are able to do.

    You may need to adjust forum visibility in the plugin settings and non logged-in isers depending on how you forum works.

    @robin-w

    Moderator

    so anyone can post a topic, but no-one can post a reply – yes ?

    @robin-w

    Moderator

    great – glad you are fixed 🙂

    @robin-w

    Moderator

    Apologies, the code should now be showing as released.

    @robin-w

    Moderator

    Thanks for your patience, I found the issue and fixed it in style pack version 6.4.5 just released

    @robin-w

    Moderator

    sorry for the delay in replying – I’ll take a look

    @robin-w

    Moderator

    Thanks for the update.

    I’m sorry to hear that you have not had a response form them.

    In reply to: White Screen of Death

    @robin-w

    Moderator

    I suspect you are using a block theme also known as “Full Site Editing” or FSE theme

    This is one of the “block themes” – this is the new way that WordPress plans to develop themes. BBpress authors are working on a fix for this, but in the meantime, add this additional plugin

    Enable bbPress for Block Themes

    Come back if this does not work

    @robin-w

    Moderator

    Add this additional plugin

    Private groups

    once activated, go to dashboard>settings>bbp private groups>help tab and read through how to set this up.

    1. so for instance if you wanted ‘editors‘ to have their own private forum, then in

    2. dashboard>settings>bbp private groups>group name settings and set up group 1 with a name ‘say editors-private-forum’. but could be whatever you want.

    3. then in

    dashboard>forums – create a forum, or edit an existing forum, and then under the description you will see a section headed ‘Forum Groups’ – assign this forum to the group you set above

    so this forum is now only accessible to users who have that private group assigned.

    4. then in

    dashboard>settings>bbp private groups>assign groups to roles

    set the editors role (or whatever role you want to access the forum that you set up in step 1) to the group.

    and that should set editors to be able to see and access that forum only

    All other forums remain as they were.

    @robin-w

    Moderator

    If you are using the Divi theme (or a child theme of this theme) and have 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

    In reply to: PHP Fatal error

    @robin-w

    Moderator

    so how long each day do you see this, and is it a set time?

    @robin-w

    Moderator

    some great fault finding carried out there, many thanks for that.

    To start at the end, twenty twenty five is a FSE theme and pending the next release of bbpress you need to add

    wordpress.org/plugins/enable-bbp-block-theme/

    It looks like you have an issue between Highend Theme 1.0.2 and buddypress, which might be difficult to get resolved.

    As highend is a paid theme, I cannot check it out, but I would start by asking them, as you can show it working with a wordpress default theme, but not with highend#

    In reply to: PHP Fatal error

    @robin-w

    Moderator

    If this is easily repeatable, I’d suggest (as a test) deactivating wp-optimize and see if it still occurs

Viewing 25 replies - 1 through 25 (of 14,313 total)