View Full Version : move last post to right
samiro
06-03-2008, 11:06 PM
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
nerbert
06-04-2008, 03:17 AM
You need to go to the threadbit template and find this about three quarters of the way down
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>
Apparently you have an option to reverse everything for Hebrew, so I think if you change the bold to $stylevar[left] it might all turn out the way you want it. The code you were working on was the column title not the listings below.
samiro
06-04-2008, 07:10 AM
thank you !!! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.