Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Role not displayed


  • rmuhr1701
    Participant

    @rmuhr1701

    Hi all,
    I am sure this is a simple something, but I cant find it.

    when browsing our forums, I noticed the role is not being displayed
    linkage
    funnily enough, it is displayed if you are not logged in
    What would cause the “keymaster” only to be visible to logged out users?

Viewing 4 replies - 1 through 4 (of 4 total)

  • rmuhr1701
    Participant

    @rmuhr1701

    Another interesting tidbit of detail I just noticed,
    for a not logged in user, who sees the roles, the avatar is a link to user profile (to which they get access denied)
    for a logged in user its just an image, not a link


    rmuhr1701
    Participant

    @rmuhr1701

    ok after some poking and prodding and trying with filter, still no joy, but did find more information.
    When I am not logged in and the role/link works, the class used is bbp-topic-author
    When I am logged in and the link/role does not work the class is bbp-reply-author

    I tried

    
    function ShowRoles($args =array()){
    $args['show_role']  = true;
    return $args;
    }
    
    add_filter('bbp_before_get_reply_author_link_parse_args','ShowRoles');

    but there is no change. It is almost like the css section is being suppressed all together.

    Any insight?

    For sure your theme or another plugin is blocking something, but I really have no idea what it could be …


    rmuhr1701
    Participant

    @rmuhr1701

    I have done some more poking, it does not seem to be a plugin per say.
    It seems to be my theme (highend from http://hb-themes.com) When I switch to default theme it works fine.

    Anyone out there running highend with this issue/solution?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar