The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
2 column changes I'd like to implement.
Firstly, the forum display. I want it to look exactly like this with the last post column displaying only the last post time and who posted with one on top of the other.
I also want to edit the thread list so it looks exactly like this with the thread starter in its own column and the last post showing only the last post time and who by sitting next to each other. This way all information regarding the thread can sit along one line and reduce the forum height. Would be very grateful for any help |
#2
|
|||
|
|||
Hello Stormer,
I've only had time to sort out your first request which is for the forum display. Replace your entire forumhome_lastpostby template which this below. But please first back up your own template incase this is not what you want. Thanks, Paul. Code:
<if condition="$show['lastpostinfo']"> <div class="smallfont" align="$stylevar[left]"> <div> <span style="white-space:nowrap"> <if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if> <if condition="$lastpostinfo['prefix']"> $lastpostinfo[prefix] </span><if condition="is_browser('safari')"><!--bug#24775--> </if> <span style="white-space:nowrap"> </if> </span> </div> <div align="center" style="white-space:nowrap"> $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> <div align="center" style="white-space:nowrap<if condition="is_browser('ie', 6)">; float:$stylevar[middle]</if>"> <phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase> </div> </div> <else /> <div class="smallfont" 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]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a> </div> </if> |
#3
|
|||
|
|||
Thanks, that's almost what I wanted. The thread title disappeared but it still shows the post icon. I'd like to remove that too please
EDIT - figured out how to remove the icon too now. Had to remove the following code aswell. Code:
<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if> Still need a bit of help with the second edit |
#4
|
|||
|
|||
Anyone
|
#5
|
|||
|
|||
Double bump
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|