interesting replacement of last post arrow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dream
    Senior Member
    • Mar 2001
    • 1898
    • 3.6.x

    interesting replacement of last post arrow

    forumhome_lastpostby template

    change
    Code:
    <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]"><img  src="{imagesfolder}/lastpost.gif" border=0 alt="Go to last post"></a> $forum[lastpostdate] <normalfont COLOR="{timecolor}">$forum[lastposttime]</normalfont>
    <br><smallfont>by <a href="member.php?s=$session[sessionhash]&action=getinfo&find=lastposter&forumid=$forum[forumid]">$forum[lastposter]</a></smallfont>
    for
    Code:
    $forum[lastpostdate] <normalfont COLOR="{timecolor}">$forum[lastposttime] <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]"><img  src="{imagesfolder}/lastpost.gif" border=0 alt="Go to last post"></a></normalfont><br><smallfont>by <a href="member.php?s=$session[sessionhash]&action=getinfo&find=lastposter&forumid=$forum[forumid]">$forum[lastposter]</a></smallfont>
    it seems right imo... im going to make an arrow that is the same size of the verdana 2 font too.
    Radio and TV Player for vBulletin
  • Dream
    Senior Member
    • Mar 2001
    • 1898
    • 3.6.x

    #2
    forumdisplaybit too

    change

    Code:
    <td bgcolor="$backcolor" nowrap>
    <normalfont><a href="showthread.php?s=$session[sessionhash]&goto=lastpost&threadid=$thread[threadid]"><img  src="{imagesfolder}/lastpost.gif" border=0 alt="Go to last post"></a> $thread[lastreplydate] <normalfont COLOR="{timecolor}">$thread[lastreplytime]</normalfont> by <a href="member.php?action=getinfo&find=lastposter&threadid=$thread[threadid]">$thread[lastposter]</a></normalfont>
    </td></tr>
    for
    Code:
    <td bgcolor="$backcolor" nowrap>
    <normalfont>$thread[lastreplydate] <normalfont COLOR="{timecolor}">$thread[lastreplytime]</normalfont> by <a href="member.php?action=getinfo&find=lastposter&threadid=$thread[threadid]">$thread[lastposter]</a> <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&threadid=$thread[threadid]"><img  src="{imagesfolder}/lastpost.gif" border=0 alt="Go to last post"></a></normalfont>
    </td></tr>
    Radio and TV Player for vBulletin

    Comment

    • dwh
      Senior Member
      • Sep 2000
      • 1224
      • 3.0.0 Release Candidate 4

      #3
      For dummies like me

      My eyes hurt. Can't read code @ this hour. Can u explain what this does? Thx!

      Comment

      • Dream
        Senior Member
        • Mar 2001
        • 1898
        • 3.6.x

        #4
        just replace the arrows from the left to right.
        Radio and TV Player for vBulletin

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...