The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#42
|
|||
|
|||
from looking at the code and also the results, i am just wondering...why so many table cells? there's about 6 cells in that code and i can see theoretically how it can be done with just 3 cells. post[icon], post[title] and post[message] can go in a top cell with a colspan of 2 and then, underneath on the left is post[sig] and post[editedby] and on the right can go post[report] and post[iplogged]
post[attachment] can go either with the message or with the sig but best with the message, i think to keep everything in line. couldn't this code be optimized better? now, this is just in theory, i haven't tried it my way myself yet but i can tell you from experience the table "height" specifications are oftentimes ignored by browsers when rendering pages and can in fact cause problems in the layout. and three cells makes a world of difference when that section of code is repeated numerous times in a page. |
#43
|
|||
|
|||
mm installed it but in some cases it makes part of the sig disapear... I aint using it..
|
#44
|
||||
|
||||
This is fantastic, I've got it installed and it's working wonderfully well - Thank you
|
#45
|
|||
|
|||
Is there anyway that someone could help me incorporate this into a hack I have? When I try this, my Total Time Online hack messes things up.
<td bgcolor="$post[backcolor]" width="100%" valign="top"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="85%"> <smallfont>$post[icon] <b>$post[title]</b></smallfont></td> <td width="15%"> <p align="right"><smallfont>$onlinestatus</smallfont></td> </tr> <tr> <td width="100%" colspan="2"><br> <normalfont>$post[message]</normalfont><p>$post[attachment] </p> <p>$post[signature]</p> <p>$post[editedby]</p> <!-- time online hack [ g-force2k2 ] --> <p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]<br><a href='timeonline.php?s=$session[sessionhash]&action=view_leader'>Time Online:</a> $post[onlinetime]</smallfont></p> <!-- time online hack [ g-force2k2 ] --> </td> </tr> </table> Any assistance would be greatly helped. |
#46
|
||||
|
||||
Thanks I've been working on this for awhile now, saved me a lot of time. It works great,
Now only if i could get it to work in Opera... |
#47
|
|||
|
|||
Thanks for posting this. Very useful
|
#48
|
|||
|
|||
groovesalad, you're having a problem because the elements aren't in tables.
seperate your sig & edit info from the warning hack... put them in seperate <td>'s. |
#49
|
|||
|
|||
Thanks for this modification i'll will try now
|
#50
|
|||
|
|||
i hope i can help you
here is the postbit template part : <td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top"> <table width="100%" border="0" cellpadding="0" align="left" height="100%"> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></smallfont></td> </tr> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top"><p><normalfont>$post[message]</normalfont></p></td> </tr> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20"> $post[attachment]</td> </tr> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" >$post[signature]</td> </tr> <tr> <td bgcolor="$post[backcolor]" align="left" valign="top" height="8">$post[editedby]</td> <td bgcolor="$post[backcolor]" align="right" valign="top" height="8"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]<br><a href='timeonline.php?s=$session[sessionhash]&action=view_leader'>Time Online:</a> $post[onlinetime]</smallfont></td> </tr> </table> </td> tell me if its works |
#51
|
|||
|
|||
Can someone help me get it to work with my postbit?
<td valign="baseline" align="center" nowrap> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" width="33%"><smallfont> <nobr>(<a href="showthread.php?postid=$post[postid]#post$post[postid]">Post #$countposts</a>)</nobr> </smallfont> </td> <td align="center" width="33%"><smallfont> <nobr>$post[foldericon] $post[postdate] <b>::</b> $post[posttime]</nobr> </smallfont></td> <td align="right" width="33%"><smallfont> <nobr>quote: <input type="checkbox" name="quotes[$post[postid]]"> </nobr> </smallfont></td> </tr> </table> </td> <tr> <td width="100%"><center>$post[attachment]</center> <p><normalfont>$post[message]</normalfont></p> <p>$post[nowplaying]</p> <p>$post[signature]</p> <p>$post[editedby]</p> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- spacer --></td><td width="10"><img width="10" height="1" src="gridlock/space.gif" alt=""></td></tr></table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|