Skip to:
Content
Pages
Categories
Search
Top
Bottom

Issue an wanting to add functionality to freshness column


  • darkoned12000
    Participant

    @darkoned12000

    Hello everyone

    On my forum setup I can’t seem to be able to get the small avatar pic and the member name to be side-by-side like I see here on these forums (see example here: http://www.forgingfriendships.com/community/).

    Other forum software have this functionality and I was wondering how hard it would be to add the most recent topic title to the freshness column on the main forum page inbetween the date created and the user created?

    Thanks for any help with these two issues.

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

  • Robin W
    Moderator

    @robin-w

    suspect issue 1 is theme related – can you post a url?


    darkoned12000
    Participant

    @darkoned12000

    Sorry didn’t have the auto notify enabled.

    There was a link to my site in the original post to the forums page where you can see the avatar icon is not next to the author name.

    Link: http://www.forgingfriendships.com/community/


    Robkk
    Moderator

    @robkk

    @darkoned12000

    i think this CSS should fix your issue.

    there might be more areas for this to be added like on profile topics started and such , so i recommend looking through your style.css file and find lines similar to these and fix them so they dont affect bbPress as harshly.

    contact your theme author about help with this if you want.

    follow these two guides to make your theme fully compatible with bbPress.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    https://codex.bbpress.org/theme-compatibility/

    .single-forum .enigma_blog_post_content img,
    .forum-archive .enigma blog_post_content img,
    .topic-archive .enigma blog_post_content img {
      max-width: none !important;
    }
    .single-forum .avatar-14,
    .forum-archive .avatar-14,
    .topic-archive .avatar-14 {
      display: inline !important;
    }
    .single-forum .author_detail_img,
    .forum-archive .author_detail_img,
    .topic-archive .author_detail_img {
      width: auto!important;
      height: auto!important;
      float: none!important;
      margin-right: 0!important;
      margin-bottom: 0!important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar