The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
move last post to right
i want to move the last post in the ForumDisplay to right...
i try to change this code. (to right) but it dosn't effect anything: <td class="thead" width="150" align="center" nowrap="nowrap"> please help me thank you all |
#2
|
|||
|
|||
You need to go to the threadbit template and find this about three quarters of the way down
Code:
rel="nofollow">$vbphrase[unsubscribe]</a> </div> </if> </td> <if condition="$show['threadmoved']"> <td class="alt2" align="center">-</td> <else /> <td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>"> <div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap"> $thread[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if><br /> <phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a> </div> </td> </if> |
#3
|
||||
|
||||
thank you !!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|