[XenForo] Icon in Latest Poster Area

Discussion in 'Xenforo' started by Shelley, Feb 10, 2012.

  1. Busy

    Shelley Designated Designer

    Likes Received:
    644
    Software You Use:
    XenForo
    Icon in Latest Poster Area

    Summary: This enhancement will display an icon in the latest poster area on index rather than the "Latest:" text prefix.


    [IMG] [IMG]
    latestestposter preview.png latestestposter1.png

    Note!! The last icon in the attachment is the icon adminextra is using you can see how that looks by going back to the index area.

    Install Notes: Upload one of the icons in the attachment or an icon of your choice to your desired location via ftp. Secondly go into the node_forum_level_2 template and locate the following code (Phrase):


    Remove:

    Code:
    {xen:phrase latest}:
    

    Replace with:

    Code:
    <img src="Path/To/Your/Image/latestpost-icon.png" height="10" width="10" />
    

    Attached Files:

    • Like Like x 2
  2. Sporty

    Klaudius Member

    Likes Received:
    8
    Software You Use:
    XenForo
    I'm using the XenKitabi template and by default I see mini avatar and "latest" phrase, if I put your code or if I remove phrase latest the mini avatar disappears, how can I fix it?

Share This Page