View Forum Leaders << I forgot to put this link on my forum :(

Discussion in 'Forum Management' started by glitto, Oct 15, 2008.

  1. #1
    I designed a VB theme for my forum www.decentdiscussions.com myself.

    It was my first experience designing a VB theme and unknowingly I missed placing the two links "View Forum Leaders" and "Mark Forums Read" that appear on the footer of the homepage :(

    Is there any way that I can add it now?

    Please guide me.

    Thanks
     
    glitto, Oct 15, 2008 IP
  2. traitorworld

    traitorworld Banned

    Messages:
    544
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Its better to ask your coder to do it!
     
    traitorworld, Oct 15, 2008 IP
  3. Qryztufre

    Qryztufre Prominent Member

    Messages:
    6,071
    Likes Received:
    491
    Best Answers:
    0
    Trophy Points:
    300
    #3
    It should be as simple as looking for the location on the default skin and then finding a comparable place for it in your own skin.
     
    Qryztufre, Oct 15, 2008 IP
  4. Logician

    Logician Active Member

    Messages:
    213
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #4
    edit template forum home, find:

    $forumbits
    <tbody>

    after that add
    <tr>
    <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
    <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
    <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
    <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
    </strong></div></td>
    </tr>
     
    Logician, Oct 15, 2008 IP