The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Moving the Post Number (ie: #12)
Wasn't sure what it was called. The following picture is of what it's like now. I showed where I would like it to be. Can anyone tell me how to get it there?
http://files.xinnyburt.com/images/example.gif |
#2
|
|||
|
|||
in postbit template or postbit legacy, depends on what you using
|
#3
|
||||
|
||||
Code:
<!-- post #$post[postid] --> <if condition="$show['spacer']">$spacer_open<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="/designs/images_red/f_03.jpg" alt="" /></td> <td class="alt5" style="background: url('/designs/images_red/f_04.jpg');" width="100%" $scrolltothis><!-- status icon and date --> <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a> $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if> $post[firstnewinsert] <!-- / status icon and date --> <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a></if> </td> <td><img src="/designs/images_red/f_05.jpg" alt="" /></td> </tr> </table> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|