The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to add "go to first post" icon in the thread list
Hi,
I was wondering how to add "go to first post" feature on vb 4.14? the little black arrow down and link to the "first post". thanks |
#2
|
||||
|
||||
Refer to image. Not really sure what you are asking.
|
#3
|
|||
|
|||
the down arrow before the forum topic. Thanks
|
#4
|
||||
|
||||
open template forumhome_lastpostby
Find: Code:
<vb:if condition="$show['lastpostinfo']"> <p class="lastposttitle"> <vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if> <vb:if condition="$lastpostinfo['prefix']">{vb:raw lastpostinfo.prefix}</vb:if> Code:
<a href="{vb:link thread, {vb:raw threadinfo}}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" title="Go to first post" /></a> Code:
<span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']"><span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></span> Code:
<a href="{vb:link thread, {vb:raw threadinfo}}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" title="Go to first post" /></a> |
#5
|
|||
|
|||
thanks. One more question, I guess I don't have the image file set. Where and how to set that?
--------------- Added [DATE]1309558047[/DATE] at [TIME]1309558047[/TIME] --------------- I noticed your code is for "lastest post". I would like to have the "first post" down arrow displayed. thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|