The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Guys,
This will be easy for you guys, but it's bugging me, since i cant find where i need to edit... ![]() I want to be able to change the "Rating" column for what normally is "views", and the "last post" column to display the last poster/time ago as opposed to just how long ago... I know it's a template that needs editing, but cant for the life of me work out which one (i'm no modding expert...) Cant get hold of the theme template writer at the moment to ask where to change... ![]() Thanks chaps and chapesses ![]() Paul |
#2
|
||||
|
||||
![]()
the template you need to edit is FORUMDISPLAY
|
#3
|
|||
|
|||
![]()
Thanks Deathemporor
![]() Ok have modified this and postbit and have got to this : ![]() I need to remove the spaces from the Left of the topic, and more importantly, need to be able to change the colours of the two "odd" forum tools and search this forum links.... Relavant code (i think...) Forumdisplay.... Code:
<!-- forum tools --> <td class="alt1"> <div class="smallfont"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[mark_this_forum_read]" vspace="1" /> <a href="forumdisplay.php?$session[sessionurl]do=markread&f=$foruminfo[forumid]">$vbphrase[mark_this_forum_read]</a></div> <div><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" vspace="1" /> <a href="subscription.php?$session[sessionurl]do=addsubscription&f=$foruminfo[forumid]">$vbphrase[subscribe_to_this_forum]</a></div> <div><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[view_parent_forum]" vspace="1" /> <a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[parentid]">$vbphrase[view_parent_forum]</a></div> </div> </td> <!-- / forum tools --> <!-- search this forum --> <td class="alt1"> <form action="search.php" method="post"> <div class="smallfont"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="forumchoice" value="$forumid" /> <input type="hidden" name="childforums" value="1" /> <strong>$vbphrase[search_this_forum]</strong>:<br /> <input type="text" class="bginput" name="query" size="20" style="width:175px" />$gobutton<br /> <a href="search.php?$session[sessionurl]forumid=$forumid">$vbphrase[advanced_search]</a> </div> </form> </td> <!-- / search this forum --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|