Delete poster avatar

Discussion in '[bd] Widget Framework' started by HenrikHansen, Oct 2, 2013.

  1. HenrikHansen

    HenrikHansen Member

    Can you guide to which code lines I have to delete in order not to show poster avatars in widget recent/most popular threads? I have had no luck in finding the code lines. :(
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Will some CSS rules work for you? It will be easier. Plus, you can put the rules in your EXTRA.css and don't have to worry about editing the files again when the add-on is updated? Just put these in the template

    Code:
    .WidgetFramework_WidgetRenderer_Threads .avatarList .avatar { display: none; }
     
    1. HenrikHansen

      HenrikHansen Member

      HenrikHansen @xfrocks Thanks a lot. Of course, this is the most easy solution.
       
Loading...