PDA

View Full Version : Forum Home Enhancements - Remove Last Post Time in ForumHome


Mackenzie s
06-17-2007, 10:00 PM
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
<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</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
<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!



[B]Please support by clicking INSTALLED (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=149971).

UltimateOreo!
06-18-2007, 04:53 AM
Eh, they added that feature for a reason. A person doesn't wan't to look at the same thing 5 times thinking there are new posts. Eventually, they will stop looking in that forum, even if there are new posts that happen to be by the same person.

Mackenzie s
06-18-2007, 04:54 AM
Well most forums don't allow double posters, so if the name of the last poster stays the same most normal people assume that it's the same post. That's the case for my forum and it might be for others. ;)

UltimateOreo!
06-18-2007, 06:09 AM
There is a time limit for double posts, if i'm not mistaken.

Xplorer4x4
06-19-2007, 04:26 AM
Like UltimateOreo! I am not to keen on it but good work none the less.

YLP1
06-22-2007, 02:52 PM
Thank You, Thank You!!!

Mackenzie s
09-17-2007, 11:56 PM
Glad you guys enjoy it. Let's have some more feedback guys!

fishmaster
03-02-2008, 04:10 PM
Good modification