Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 7,226 through 7,250 (of 14,333 total)
  • In reply to: Internal server error

    @robin-w

    Moderator

    I would go into

    dashboard>tolls>forums>repair forums> and run these one at a time. The first one may well fix it

    @robin-w

    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    @robin-w

    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    @robin-w

    Moderator

    dashboard>forums>all forums> and edit each forum, and under the ‘forum attributes’ on the right hand side you will see ‘order’ 0 is highest. set each one to a different number.

    @robin-w

    Moderator

    can you swap to a default theme and retest with only bbpress running as plugin

    @robin-w

    Moderator

    1. install

    Private groups

    set up a group, then activate topic permissions, and set the forum topic permissions to create/edit replies

    2. not sure how this is different from users being registered

    @robin-w

    Moderator

    no problem

    @robin-w

    Moderator

    there is, but it is in the code, but in core code that does not have a filter to change.

    I could re-write the widget as a new one in a plugin for you, but that would be paid work !

    @robin-w

    Moderator

    as stated above

    You should note that this just magnifies the image, so it will be less defined the bigger you make it.

    best I can do without code (I’m just a bbpress user!)

    In reply to: Widgets on Forum

    @robin-w

    Moderator

    contact me via

    Contact me

    and give a link to this thread

    @robin-w

    Moderator

    we’ve all been there !! πŸ™‚

    glad to have helped

    @robin-w

    Moderator

    fix is to add this to your custom css

    .bbp-logged-in img.avatar {
    	height: 80px !important;
    	width: 80px !imprtant;
    }

    and play with the number. You should note that this just magnifies the image, so it will be less defined the bigger you make it.

    the size is hard coded, so can’t be changed

    In reply to: Widgets on Forum

    @robin-w

    Moderator

    The issue is with your theme, which should have a page file which allows you to have sidebars. Then issue is not with the %postname% setting

    Since this is a paid theme which we don’t have access to, you will need to contact support for your theme

    @robin-w

    Moderator

    thanks

    In reply to: Layout for Categories

    @robin-w

    Moderator

    that would be bespoke (paid) work

    if interested contact me via

    Contact me

    @robin-w

    Moderator

    no

    @robin-w

    Moderator

    if you do figure it, please post back and let me know before I duplicate effort πŸ™‚

    @robin-w

    Moderator

    that is presuming you have run the normal tests

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    @robin-w

    Moderator

    suggest you start with

    dashboard>tools>forums>repair forums and run one at a time.

    In reply to: Comments Blacklist

    @robin-w

    Moderator

    ok, try this plugin

    bbp blacklist checker

    once activated go to tools>bbp blacklist checker

    This lets you switch off the code that is causing the issue.

    It’s just a bit of testing code, not intended for permanent live use, but may help confirm if it’s bbpress or something behind that is causing the issue.

    Try it for both anew post and an edited one

    In reply to: Layout for Categories

    @robin-w

    Moderator

    ok, no idea what your question is, you say you want them to look like what you have already solved.

    Have another go at phrasing the question

    In reply to: What’s in a name?

    @robin-w

    Moderator

    bulletin board press

    @robin-w

    Moderator

    You can achieve what you want if I have understood by the following

    Install the private groups plugin

    Private groups

    then

    a. Public discussion – just set up a public forum, and all users will be able to access this – no private groups settings needed

    b. Then for the keymaster only forum – do as follows

    1. Go into dashboard>settings>bbp private groups>topic permissions and activate this feature
    2. Create a group in dashboard>settings>bbp private groups>Group 1 (or whichever group you want)
    3. Create a new forum, set it as private (so only logged in users see it) and in the forum groups set group 1 with access

    4. Then click save and when then page refreshes, you will see topic permissions have appeared below the forum groups

    5. Now select Create/Edit OWN topics
    This then means that within that forum, users will only see topics they have created, and be able to reply. The keymaster can then see/reply to these topics. Any topic created by the keymaster will be visible to all users in this forum

    So from the user point of view they get a forum where they can post threads which only you and they see.

    I think this should achieve what you want – and given they can create multiple threads on what looks like to them as their own private forum, maybe is even better as they can create a new thread for a new topic !!

    In reply to: Layout for Categories

    @robin-w

    Moderator

    ok, now I can see – this is well beyond free help, buy suggest you start by looking at modifying

    wp-content/plugins/bbpress/templates/default/bbpress/content-archive-forum.php

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/content-archive-forum.php

    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/content-archive-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    In reply to: Layout for Categories

    @robin-w

    Moderator

    seems I need login as well

Viewing 25 replies - 7,226 through 7,250 (of 14,333 total)