The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove space after last post
We add a gif bar below the the posts adding the code in red in the SHOWTHREAD template.
Code:
<div id="posts">$postbits<div id="lastpost"></div></div> <!-- start content table --> $spacer_open <!-- / start content table --> <!-- controls below postbits --> <!-- bottom graphic line --> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="35" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_left.gif" width="35" height="20" alt=" " border="0" /></td> <td width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_small_mid.gif)"><img src="$stylevar[imgdir_misc]/cat_small_mid.gif" width="100%" height="20" alt=" " border="0" /></td> <td width="35" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_right.gif" width="35" height="20" alt=" " border="0" /></td> </tr> </table> <!-- /bottom graphic line --> <table cellpadding="0" cellspacing="0" border="0" width="100%"> (in case its important, we are using Postbit-Legacy) |
#2
|
||||
|
||||
HTML Code:
<div id="posts">$postbits<div id="lastpost"></div></div> <!-- bottom graphic line --> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="35" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_left.gif" width="35" height="20" alt=" " border="0" /></td> <td width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_small_mid.gif)"><img src="$stylevar[imgdir_misc]/cat_small_mid.gif" width="100%" height="20" alt=" " border="0" /></td> <td width="35" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_small_right.gif" width="35" height="20" alt=" " border="0" /></td> </tr> </table> <!-- /bottom graphic line --> <!-- start content table --> $spacer_open <!-- / start content table --> <!-- controls below postbits --> <table cellpadding="0" cellspacing="0" border="0" width="100%"> |
#3
|
|||
|
|||
Same problem ...
Ok, done it I add the conditional $post['islastshown'] in postbit_legacy :P |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|