The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
since we customised our board we suddenly have a 'steppy' postbit. It's rather random, with different span sizes and places where it appears and there is no real system to be seen. Plus it doesn't always show up in every thread and sometimes isn't there at all, but it's getting increasingly annoying. Does anyone know a fix? Here's a picture of it. Thanks in advance! |
#2
|
||||
|
||||
![]()
Probably it's becouse you haven't setted a width for the user's info table.
|
#3
|
|||
|
|||
![]()
I'm pretty sure we did that, LOL Here's our postbit legacy template:
Code:
$template_hook[postbit_start] <table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border:1px solid $stylevar[tborder_bgcolor];"> <tr> <if condition="$show['announcement']"> <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2"> <img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /> <phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase> </td> <else /> <td class="thead" style="font-weight:normal; border-bottom: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-right: 0px" $post[scrolltothis]> </td> <td class="thead" style="font-weight:normal; border-bottom: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px" align="$stylevar[right]"> <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if> <if condition="$show['inlinemod']"> <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" /> </if> </td> </if> </tr> <tr valign="top"> <td class="alt2" width="175" style="border-right: 1px solid $stylevar[tborder_bgcolor];" align="center"> <div id="postmenu_$post[postid]"> <a href="member.php?$session[sessionurl]u=$post[userid]"> <strong>$post[musername]</strong></a> </div> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> <if condition="is_member_of($post, 9)"><div class="smallfont"><b>Contributor</b></div></if> <if condition="$post['usertitle']"><div class="smallfont"><i>$post[usertitle]</i></div></if> <if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:$stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"/></a> </div> </if> <div class="smallfont"> <br /> <if condition="$post['field5']"><strong>Name</strong>: $post[field5]<br /></if> <if condition="$post['field12']"><strong>Gender</strong>: $post[field12]<br /</if> <div> <strong>Posts</strong>: $post[posts] </div> <div> <br>$post[onlinestatus] </div> $template_hook[postbit_userinfo_right_after_posts] <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> <if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> $template_hook[postbit_userinfo_right] <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> </td> <if condition="$show['moderated']"> <td class="alt2" id="td_post_$post[postid]"> <else /> <td class="alt1" id="td_post_$post[postid]"> </if> $template_hook[postbit_messagearea_start] <if condition="$show['messageicon'] OR $post['title']"> <!-- icon and title --> <div class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </div> <!-- / icon and title --> </if> <br> <!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> <if condition="$show['attachments']"> <!-- attachments --> <div style="padding:$stylevar[cellpadding]px"> <if condition="$show['thumbnailattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_thumbnails]</legend> <div style="padding:$stylevar[formspacer]px"> $post[thumbnailattachments] </div> </fieldset> </if> <if condition="$show['imageattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_images]</legend> <div style="padding:$stylevar[formspacer]px"> $post[imageattachments] </div> </fieldset> </if> <if condition="$show['imageattachmentlink']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_images]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> $post[imageattachmentlinks] </table> </fieldset> </if> <if condition="$show['otherattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_files]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> $post[otherattachments] </table> </fieldset> </if> <if condition="$show['moderatedattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attachments_pending_approval]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> $post[moderatedattachments] </table> </fieldset> </if> </div> <!-- / attachments --> </if> </td> </tr> <tr> $template_hook[postbit_signature_start] <if condition="$post['signature']"> <br /> <!-- sig --> <div> <center>__________________</center><br /><br /> $post[signature] </div> <!-- / sig --> </if> $template_hook[postbit_signature_end] <!-- edit note --> <!-- / edit note --> <tr valign="top"> <td class="alt2" width="175" align="center" valign="middle" style="border-right:1px solid $stylevar[tborder_bgcolor]"></td> <td class="alt1" valign="bottom"><hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <span class="smallfont" style="float:$stylevar[right]"> <if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow">Report this Post</a></if> </span></tr></td> <tr valign="top"> <td class="thead" width="175" align="center" valign="middle" style="border-top:1px solid $stylevar[tborder_bgcolor]; style="border-right:1px solid $stylevar[tborder_bgcolor]"> <!-- status icon and date --> <align="left" div class="smallfont"> <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]</div> <!-- / status icon and date --> </td> <!-- controls --> <td class="thead" valign="middle" style="border-top:1px solid $stylevar[tborder_bgcolor]; style="border-left:1px solid $stylevar[tborder_bgcolor]"><span style="float:right"> <if condition="$post['editlink']"> <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" /> <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a> </if> <if condition="$post['forwardlink']"> <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a> </if> <if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if></span> <span style="float:left"> <if condition="$show['pmlink']"> <a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a> </if> <if condition="$show['search']"> <a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/find.gif" alt="<phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase>" border="0" /></a> </if> <!-- <if condition="$post['userid'] AND $show['member']"> <a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><img src="$stylevar[imgdir_button]/buddy.gif" alt="<phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase>" border="0" /></a> </if> --> <if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if></span> $template_hook[postbit_controls] <!-- / controls --> </td> </tr> </table> $template_hook[postbit_end] <!-- post $post[postid] popup menu --> <div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$post[username]</td> </tr> <if condition="$show['profile']"> <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr> </if> <if condition="$show['pmlink']"> <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr> </if> <if condition="$show['emaillink']"> <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr> </if> <if condition="$show['homepage']"> <tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr> </if> <if condition="$show['search']"> <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr> </if> <if condition="$post['userid'] AND $show['member']"> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr> </if> $template_hook[postbit_user_popup] </table> </div> <!-- / post $post[postid] popup menu --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|