Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 9,001 through 9,025 (of 14,319 total)
  • @robin-w

    Moderator

    If you are happy for them to access the dashboard backend forums, topics and replies, then just make them worpdress editor, and bbpress keymaster. If you don’t want them to have backend forums, just topics and replies – then make them worpdress editor, and bbpress moderator

    In reply to: bbPress (Replies)

    @robin-w

    Moderator

    fairly major bit of work.

    If you were talking about participants, my private groups plugin has the ability to restrict users down to just posting topics, so you could set up a forum where only topics can be posted.

    Private groups

    But making this a visitor only is an entirely different ballgame.

    @robin-w

    Moderator

    ok, not sure I can help then, sounds like ultimate member is showing it by mistake

    In reply to: Profile pic bug?

    @robin-w

    Moderator

    Not sure where it is set in your theme, I see the resultant output in a browser inspector.

    If you theme has a custom css area, then put the above in there and play with the settings

    If you don’t then there are several custom css plugins (google) or my style pack plugin has a custom css tab

    bbp style pack

    you may need to put !important after a setting to get it to take eg

    img {
    height: 28px;
    min-width: 0;
    width: 100px !important;
    }

    @robin-w

    Moderator

    the template for forum is

    templates/default/content-archive-forum.php

    make a copy to your child theme directory under a directory called bbpress.

    @robin-w

    Moderator

    presuming that 367 is your forum number, then that should be ok

    if it is not displaying it could be a theme or plugin issue

    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.

    Then come back

    @robin-w

    Moderator

    both those methods should work.

    when you say you are using the shortcode – exactly what have you got on that page?

    @robin-w

    Moderator

    If you mean like above, then put this into your css

    blockquote::before {
         content: none !important;
        }
    In reply to: Profile pic bug?

    @robin-w

    Moderator

    in your css you have

    img {
    height: 28px;
    min-width: 0;
    width: 175px;
    }

    which is determining this display

    @robin-w

    Moderator

    if it could already be done within bbpress, I wouldn’t need to put it in my plugin!!

    @robin-w

    Moderator

    my style pack plugin has this feature, along with loads more.

    bbp style pack

    dashboard>settings>bbp style pack>topic/reply form item 6

    In reply to: Limit in sign ups

    @robin-w

    Moderator

    if you mean registrations, then no limitations to both.

    @robin-w

    Moderator

    and from your description you are also using private groups plugin?

    @robin-w

    Moderator

    Is it sticky or super sticky?

    @robin-w

    Moderator

    great – thanks for posting the solution

    @robin-w

    Moderator

    my style pack plugin has a topic order tab, which lets you sort by topic date

    bbp style pack

    @robin-w

    Moderator

    I’m only a helper on here, and have nothing to do with development of bbpress, so these are just personal comments.

    bbpress’s philosophy has always been to be a light plugin, and allow others to create add-on plugins that have optional functionality.

    The main author JJJ is proud that the plugin is so stable that new releases are not needed regularly.

    A new version 2.6 will when released contain performance improvements and lots of code improvements under the hood, but the only visible addition is per forum moderation.

    Most features asked for are available in add-on plugins.

    Are there any particular things you are after?

    @robin-w

    Moderator

    My plugin private groups will let you have public, private and premium forums

    Private groups

    @robin-w

    Moderator

    try doing the change that @tweichart suggested ie

    on line 1800 of the same file

    the error is still the same and it’s on line 1800. Fixing something on ln 1850 won’t do the trick here I guess, so you’d need to change as initially written ln 1796 from

    $post_stati = $posts_query->get( 'post_status' );
    to
    $post_stati = $posts_query->get( 'post_status' );
    if (!is_array($post_stati)){
        $post_stati = array($post_stati);
    }

    and then report back

    @robin-w

    Moderator

    as far as I am aware the moderation plugin still works, but I didn’t write it !!

    @robin-w

    Moderator

    try

    dashboard>settings>permalinks and just click save.

    This will reset them

    may not change, but good first step

    @robin-w

    Moderator

    great, and thanks for the feedback

    @robin-w

    Moderator

    ok, thanks for that.

    @robin-w

    Moderator

    I have a plan to look at this plugin at some stage, but it’s not high priority at the moment as I’m tied up with paid work.

    sorry!

    @robin-w

    Moderator

    hard to judge as you only showed a postbox size image, but doesn’t look like bbpress

Viewing 25 replies - 9,001 through 9,025 (of 14,319 total)