The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
FIND IN showthread.php:
Code:
$post['musername'] = fetch_musername($post); $post['islastshown'] = ($post['postid'] == $lastpostid); Code:
$post['musername'] = fetch_musername($post); $post['islastshown'] = ($post['postid'] == $lastpostid); // ================================================= \\ // == [ MODIFIED - GTP BEGIN ] $post['isfirstshown'] = ($post['postid'] == $FIRSTPOSTID); // == [ 00-00-2004 - GTP END ] // ================================================= \\ FIND (at the bottom): Code:
<if condition="$show['spacer']"> </div> $spacer_close </if> <!-- / post #$post[postid] --> Code:
<if condition="$post['isfirstshown'] OR $post['islastshown']"> <table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">Sponsors</td> <td class="alt1"> <if condition="$post['isfirstshown']">this is the first post of every page <else /> this is the last post of every page</if> </td> </tr> </table> </if> <if condition="$show['spacer']"> </div> $spacer_close </if> <!-- / post #$post[postid] --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|