Back to vBulletin 3.6 Template Modifications

Remove Last Post Time in ForumHome
Mod Version: 1.00, by Mackenzie s

This modification is in the archives.
vB Version: 3.6.x Rating: (1 vote - 5.00 average) Installs: 12
Released: 18 Jun 2007 Last Update: Never Downloads: 1
Not Supported  

Description: I find the default latest thread display quite crowded. Do people really need to know when the last post was made? I think not. Therefore this modification is aimed to get rid of it and effectively uncrowd it. (See Before and After Pictures for more info)


Instructions:

1) Find
Code:
	<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
		<phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
	</div>
	<div align="$stylevar[right]">
		$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
		<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
	</div>
2) Replace with
Code:
	<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
		<phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
		<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
	</div>
2) Enjoy!



Please support by clicking .

Download

No files for download.

Screenshots

Click image for larger version
Name:	beforeafter.jpg
Views:	427
Size:	25.6 KB
ID:	65796  

Similar Mods

Remove last post info from forumhome & subforums vBulletin 3.5 Template Modifications
[Release] Remove last post on forumhome vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024