vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Keep having <br /><br /> inserted at the end of new threads... (https://vborg.vbsupport.ru/showthread.php?t=155208)

RedGTiVR6 08-14-2007 12:39 PM

Keep having <br /><br /> inserted at the end of new threads...
 
I've recently noticed that when ever people post a new thread, the first post ends up with '<br /><br />' at the end of it. I've copied the newthread template below. There are a number of modification on this board, so I'm not sure where to look for a solution to this...

Any help anyone could provide would be greatly appreciated. BTW - I have HTML turned off for our posters.

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[post_new_thread]</title>
</
head>
<
body$onload>
$header
$navbar

$postpreview

<form action="newthread.php?do=postthread&amp;f=$forumidmethod="post" name="vbform"<if condition="!is_browser('webtv')"onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>

<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="tcat">
        <
span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[forum]</strong>: <a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]">$foruminfo[title]</a></span>
        
$vbphrase[post_new_thread]
    </
td>
</
tr>
<
tr>
    <
td class="panelsurround" align="center">
    <
div class="panel">
        <
div style="width:$stylevar[formwidth]align="$stylevar[left]">
    
        
$usernamecode

        $imagereg

        
<!-- subject field -->
        <
table cellpadding="0" cellspacing="0" border="0" class="fieldset">
        <
tr>
            <
td class="smallfont" colspan="3">$vbphrase[title]:</td>
        </
tr>
        <
tr>
            <
td><input type="text" class="bginput" name="subject" value="$subjectsize="40" maxlength="$vboptions[titlemaxchars]tabindex="1" /></td>
            <
td>&nbsp;&nbsp;</td>
            <
td><img id="display_posticon" src="$selectedicon[src]alt="$selectedicon[alt]/></td>        </tr>
        </
table>
        <!-- / 
subject field -->
        
        <
table cellpadding="0" cellspacing="0" border="0">
        <
tr>
            <
td>
            
        <!-- 
message area -->
        <
div class="smallfont">$vbphrase[message]:</div>        
        
$messagearea
        
<!-- / message area -->
        
$posticons
        
            
</td>
        </
tr>
        </
table>
        
        </
div>
    </
div>
            
    <
div style="margin-top:$stylevar[cellpadding]px">
        <
input type="hidden" name="s" value="$session[sessionhash]/>
        <
input type="hidden" name="f" value="$forumid/>
        <
input type="hidden" name="do" value="postthread" />
        <
input type="hidden" name="posthash" value="$posthash/>
        <
input type="hidden" name="poststarttime" value="$poststarttime/>
        <
input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]/>
        <
input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_new_thread]accesskey="s" tabindex="1" />
        <
input type="submit" class="button" name="preview" value="$vbphrase[preview_post]accesskey="r" tabindex="1" />    
    </
div>
    </
td>
</
tr>
</
table>

<if 
condition="$show['additional_options']">
<
br />

<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
thead>
    <
tr>
        <
td class="tcat">
            <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>
            
$vbphrase[additional_options]
        </
td>
    </
tr>
</
thead>
<
tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">    
    <
tr valign="top">
        <
td class="panelsurround" align="center">
        <
div class="panel">
            <
div style="width:$stylevar[formwidth]align="$stylevar[left]">
    
                <if 
condition="$show['podcasturl']">
                <!-- 
podcast stuff -->
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[podcast_options]</legend>
                            
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    <
tr>
                        <
td class="smallfont">$vbphrase[podcast_url]:</td>
                        <
td class="smallfont">&nbsp;$vbphrase[filesize_bytes]:</td>
                    </
tr>
                    <
tr>
                        <
td><input type="text" class="bginput" name="podcasturl" value="$podcasturlsize="50" maxlength="255" tabindex="1" title="$vbphrase[podcast_url]/></td>
                        <
td>&nbsp;<input type="text" class="bginput" name="podcastsize" value="$podcastsizesize="10" tabindex="1" title="$vbphrase[podcast_size]/></td>    
                    </
tr>
                    <
tr>
                        <
td class="smallfont">$vbphrase[subtitle]:</td>
                        <
td class="smallfont">&nbsp;$vbphrase[explicit]:</td>
                    </
tr>
                    <
tr>
                        <
td><input type="text" class="bginput" name="podcastsubtitle" value="$podcastsubtitlesize="50" maxlength="255" tabindex="1" title="$vbphrase[subtitle]/></td>
                        <
td><input type="checkbox" name="podcastexplicit" value="1" tabindex="1" $explicitchecked title="$vbphrase[explicit]/></td>
                    </
tr>    
                    <
tr>
                        <
td class="smallfont">$vbphrase[keywords]:</td>
                        <
td class="smallfont">$vbphrase[author]:</td>
                    </
tr>
                    <
tr>
                        <
td><input type="text" class="bginput" name="podcastkeywords" value="$podcastkeywordssize="50" maxlength="255" tabindex="1" title="$vbphrase[keywords]/></td>
                        <
td><input type="text" class="bginput" name="podcastauthor" value="$podcastauthorsize="25" maxlength="255" tabindex="1" title="$vbphrase[author]/></td>
                    </
tr>    
                    </
table>
                </
fieldset>
                <!-- / 
podcast stuff -->
                </if>        
                            
                <if 
condition="$show['misc_options']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[miscellaneous_options]</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                        <if 
condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>
                        <if 
condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
                        
$disablesmiliesoption
                    
</div>
                </
fieldset>
                </if>
    
                
$attachmentoption
                        
                
<if condition="$show['member']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[thread_subscription]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    <
tr>
                        <
td>$vbphrase[notification_type]:<br /><select name="emailupdate" tabindex="1">
                            <
option value="9999" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>
                            <
option value="0" $emailchecked[0]>$vbphrase[no_email_notification]</option>
                            <
option value="1" $emailchecked[1]>$vbphrase[instant_email_notification]</option>
                            <
option value="2" $emailchecked[2]>$vbphrase[daily_email_notification]</option>
                            <
option value="3" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>
                        </
select></td>
                        <if 
condition="$show['subscribefolders']"><td>$vbphrase[folder]:<br /><select name="folderid" tabindex="1">$folderbits</select></td></if>
                    </
tr>
                    </
table>
                </
fieldset>
                </if>
                
                <if 
condition="$show['poll']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[post_a_poll]</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                        <
div><label for="cb_postpoll"><input type="checkbox" name="postpoll" value="yes" id="cb_postpoll" tabindex="1" $checked[postpoll] />$vbphrase[yes_post_a_poll_thread]</label></div>
                        <
div><label for="polloptnum">$vbphrase[number_of_poll_options]: <input type="text" class="bginput" size="5" name="polloptions" value="$polloptionsid="polloptnum" tabindex="1" /></label> <if condition="$vboptions['maxpolloptions']">($vbphrase[maximum]: $vboptions[maxpolloptions])</if></div>
                    </
div>
                </
fieldset>
                </if>
                
                
$threadmanagement
                
                
</div>
            </
div>
            
            <
div style="margin-top:$stylevar[cellpadding]px">
                <
input type="submit" class="button" name="sbutton" value="$vbphrase[submit_new_thread]accesskey="s" tabindex="1" />
                <
input type="submit" class="button" name="preview" value="$vbphrase[preview_post]accesskey="r" tabindex="1" />            
            </
div>
        </
td>
    </
tr>
</
tbody>
</
table>
</if>

</
form>

<
br />

$forumrules

$footer

</body>
</
html


EnIgMa1234 08-14-2007 12:57 PM

Can you post your postbit template?

RedGTiVR6 08-14-2007 01:07 PM

Sure. On our site, we use postbit_legacy, so I'll include it as well.

Postbit_legacy
PHP Code:

<if condition="$post['forwardlink']">

<
form action="private.php?do=managepm" method="post">
<
table class="tborder" id="post$post[postid]cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr class="thead">
    <
td class="thead" colspan="2" align="right">
    <
span class="smallfont" style="float: left; vertical-align: middle;">
    <
img class="inlineimg" src="images/statusicon/post_old.gif" alt="" border="0">
    
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if></span>
    <
select name="dowhat" onchange="this.form.submit();">
            <
option value="delete">Delete</option>
            <
option value="xml">Download as XML</option>
            <
option value="csv">Download as CSV</option>
            <
option value="txt">Download as TEXT</option>
        </
select><input class="button" value="Go" accesskey="s" type="submit"></td>
    </
tr>
<
tr>
    <
td class="alt2" width="50"><span class="smallfont">Subject:</span></td>
    <
td class="alt1">

        <
strong>$post[title]</strong>
    </
td>
</
tr>
<
tr>
    <
td class="alt2"><span class="smallfont">From:</span></td><td class="alt1">
        <
div><span id="postmenu_">

            <
a href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
            
$post[onlinestatus]

            <
script type="text/javascript"vbmenu_register("postmenu_"true); </script>
        </
span>
                <if 
condition="$post['usertitle']"><span class="smallfont">($post[usertitle])</span></if>
        </
div>

    </
td>
</
tr>
<
tr>
<
td class="alt1" colspan="2">
        <!-- 
message -->
        <
div id="post_message_$post[postid]">$post[message]</div>
        <!-- / 
message -->

        <if 
condition="$show['postedited']">
        <!-- 
edit note -->
            <
div class="smallfont">            <hr size="1" style="color:$stylevar[tborder_bgcolor]/>
                <
em>
                <
phrase 1="$post[edit_username]2="$post[edit_date]3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                <if 
condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
                </
em>
            </
div>
        <!-- / 
edit note -->
        </if>

        <
div style="margin-top: 10px" align="$stylevar[right]">
            <!-- 
controls -->
            <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>
            <!-- / 
controls -->
        </
div>

    <!-- 
messageattachmentssig -->

    </
td>
</
tr>
</
table>

<!-- 
post $post[postidpopup 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_all_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>
    </
table>
</
div>
<else />
$template_hook[postbit_start]
<
table id="post$post[postid]class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center">
<
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: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-right: 0px" $post[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 -->
        </
td>
        <
td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px" align="$stylevar[right]">
            &
nbsp;
            <if 
condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;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_$postidstyle="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: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

            <
div id="postmenu_$post[postid]">
                <if 
condition="$show['profile']">
                <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                <else />
                
$post[musername]
                </if>
            </
div>

            <if 
condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
            <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
$template_hook[postbit_userinfo_left]
<!-- 
post specs_menu -->
<if 
condition="$post['field18']">
    <
div id="specs_$post[postid]class="carpc_specs">
        <
a href="#specs">$post[username]'s CarPC Specs</a>
        <script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
    </div>
</if>
<!-- / post specs_menu -->
            <if condition="$show['
avatar']">
                <div class="smallfont">
                    &nbsp;<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" /></a>
                </div>
            </if>

            <div class="smallfont">
                &nbsp;<br />
                <if condition="$post['
joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                <if condition="$post['
field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
            <if condition="$post['
field5']"><div>$vbphrase[field5_title1]: $post[field5]</div></if>
                <if condition="$post['
age']"><div>$vbphrase[age]: $post[age]</div></if>
                <div>
                    $vbphrase[posts]: $post[posts]
                </div>
                $template_hook[postbit_userinfo_right_after_posts]
<div>
$vbphrase[vbimghost_myphotos]: (<a href="vbimghost.php?do=viewimages&id=$post[userid]">$post[vbimghost]</a>)
</div>
                <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]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
    <else />
    <td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
    </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>
            <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
            <!-- / icon and title -->
        </if>

        <!-- 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>

    $template_hook[postbit_signature_start]

        <if condition="$post['
signature']">
        <!-- sig -->
            <div>
                __________________<br />
                $post[signature]
            </div>
        <!-- / sig -->
        </if>

    $template_hook[postbit_signature_end]

        <if condition="$show['
postedited']">
        <!-- edit note -->
            <div class="smallfont">            <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                <em>
                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                <if condition="$post['
edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
                </em>
            </div>
        <!-- / edit note -->
        </if>

    </td>
</tr>
<tr>
    <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; text-align: center;">
        $post[onlinestatus]
        <if condition="$show['
reputationlink']">
            <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
            <if condition="$show['
popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
        </if>
        <if condition="$show['
infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
        <if condition="$show['
reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
        $post[iplogged]
        &nbsp;
    </td>
    <if condition="$show['
moderated']">
    <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
    <else />
    <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
    </if>
        <!-- controls -->
        <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>
        <if condition="$show['
multiquote_post']">
            <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['
multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
        </if>
        <if condition="$show['
quickreply'] AND !$show['threadedmode']">
            <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
        </if>
        <if condition="$show['
moderated']">
            <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
        </if>
        <if condition="$show['
deletedpost']">
            <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
        </if>
        <if condition="$show['
redcard']">
            <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
        <else />
            <if condition="$show['
yellowcard']">
                <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
        </if>
            </if>
            $template_hook[postbit_controls]
        <!-- / controls -->
    </td>
</tr>
</table>
$template_hook[postbit_end]

$postbit_advertisement
<!-- 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&amp;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&amp;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&amp;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&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
    </if>
    $template_hook[postbit_user_popup]

<tr><td class="vbmenu_option"><a href="vbclassified.php?$session[sessionurl]do=search&memberid=$post[userid]">View User'
s Ads</a></td></tr>

    </
table>
</
div>
<!-- / 
post $post[postidpopup menu -->
</if>
<!-- 
post specs_menu -->
<
div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
    <
table cellpadding="4" cellspacing="1" border="0">
    <
tr>
        <
td class="thead">$post[username]'s PC Specs</td>
    </tr>
    <if condition="$post['
field24']">
        <tr><td class="vbmenu_option">Screen: $post[field24] </td></tr>
    </if>
    <if condition="$post['
field18']">
        <tr><td class="vbmenu_option">Motherboard: $post[field18]</td></tr>
        </if>
        <if condition="$post['
field20']">
        <tr><td class="vbmenu_option">Processor: $post[field20]</td></tr>
    </if>
    <if condition="$post['
field19']">
        <tr><td class="vbmenu_option">Memory: $post[field19]</td></tr>
    </if>
    <if condition="$post['
field21']">
        <tr><td class="vbmenu_option">Hard Drive #1: $post[field21] </td></tr>
    </if>
        <if condition="$post['
field29']">
        <tr><td class="vbmenu_option">Front End: $post[field29] </td></tr>
    </if>
        <if condition="$post['
field32']">
        <tr><td class="vbmenu_option">GPS: $post[field32] </td></tr>
    </if>
    <if condition="$post['
field23']">
        <tr><td class="vbmenu_option">PSU: $post[field23] </td></tr>
    </if>
        </table>
</div>
<!-- / post specs_menu --> 


RedGTiVR6 08-14-2007 01:08 PM

postbit
PHP Code:

$template_hook[postbit_start]
<
table class="tborder" id="post$post[postid]cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="thead" $post[scrolltothis]>
        <
div class="normal" style="float:$stylevar[right]">
            &
nbsp;
            <if 
condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
            
<if condition="$show['reputationlink']">
                <
span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
                <if 
condition="$show['popups']"><script type="text/javascript"vbrep_register("$post[postid]")</script></if>&nbsp;
            </if>
            <if 
condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> &nbsp;</if>
            <if 
condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]border="0" /></a> &nbsp;</if>
            
$post[iplogged]
            <if 
condition="$show['inlinemod']">
            <
input type="checkbox" name="plist[$postid]" id="plist_$postidstyle="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]/>
            </if>
        </
div>

        <
div class="normal">
            <!-- 
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>
            <if 
condition="!$show['announcement']">
                
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
            <else />
                <
phrase 1="$post[startdate]2="$post[enddate]">$vbphrase[x_until_y]</phrase>
            </if>
            
$post[firstnewinsert]
            <!-- / 
status icon and date -->
        </
div>
    </
td>
</
tr>
<
tr>
    <
td class="alt2" style="padding:0px">
        <!-- 
user info -->
        <
table cellpadding="0" cellspacing="$stylevar[cellpadding]border="0" width="100%">
        <
tr>
            <if 
condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]$post[avwidth$post[avheightalt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
            <
td nowrap="nowrap">

                <
div id="postmenu_$post[postid]">
                    <if 
condition="$show['profile']">
                    <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                    
$post[onlinestatus]
                    <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                    <else />
                    
$post[musername]
                    </if>
                </
div>

                <if 
condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                
$template_hook[postbit_userinfo_left]
<!-- 
post specs_menu -->
<if 
condition="$post['field18']">
    <
div id="specs_$post[postid]class="vbmenu_control">
        <
a href="#specs">$post[username]'s CarPC Specs</a>
        <script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
    </div>
</if>
<!-- / post specs_menu -->

            </td>
            <td width="100%">&nbsp;</td>
            <td valign="top" nowrap="nowrap">

                <div class="smallfont">
                    <if condition="$post['
joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                    <if condition="$post['
field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                    <if condition="$post['
age']"><div>$vbphrase[age]: $post[age]</div></if>
                    <div>
                        $vbphrase[posts]: $post[posts]
                    </div>
                    $dmemberinfo
          $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']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><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>
        </tr>
        </table>
        <!-- / user info -->
    </td>
</tr>
<tr>
    <td class="alt1" id="td_post_$post[postid]">
    <!-- message, attachments, sig -->

    $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>
            <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
            <!-- / icon and title -->
        </if>

        <!-- 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>

    $template_hook[postbit_signature_start]

        <if condition="$post['
signature']">
        <!-- sig -->
            <div>
                __________________<br />
                $post[signature]
            </div>
        <!-- / sig -->
        </if>

    $template_hook[postbit_signature_end]

        <if condition="$show['
postedited']">
        <!-- edit note -->
            <div class="smallfont">            <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                <em>
                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                <if condition="$post['
edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
                </em>
            </div>
        <!-- / edit note -->
        </if>

        <div style="margin-top: 10px" align="$stylevar[right]">
            <!-- controls -->
            <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>
            <if condition="$show['
multiquote_post']">
                <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['
multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
            </if>
            <if condition="$show['
quickreply'] AND !$show['threadedmode']">
                <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
            </if>
            <if condition="$show['
moderated']">
                <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
            </if>
            <if condition="$show['
deletedpost']">
                <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
            </if>
            <if condition="$show['
redcard']">
                <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
            <else />
                <if condition="$show['
yellowcard']">
                    <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
                </if>
            </if>
            $template_hook[postbit_controls]
            <!-- / controls -->
        </div>

    <!-- message, attachments, sig -->

    </td>
</tr>
</table>
$template_hook[postbit_end]
$postbit_advertisement
<!-- 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&amp;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&amp;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&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_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&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
    </if>

    $template_hook[postbit_user_popup]

<tr><td class="vbmenu_option"><a href="vbclassified.php?$session[sessionurl]do=search&memberid=$post[userid]">View User'
s Ads</a></td></tr>


    </
table>
</
div>
<!-- / 
post $post[postidpopup menu -->
<!-- 
post specs_menu -->
<
div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
    <
table cellpadding="4" cellspacing="1" border="0">
    <
tr>
        <
td class="thead">$post[username]'s PC Specs</td>
    </tr>
    <if condition="$post['
field24']">
        <tr><td class="vbmenu_option">Screen: $post[field24] </td></tr>
    </if>
    <if condition="$post['
field18']">
        <tr><td class="vbmenu_option">Motherboard: $post[field18]</td></tr>
        </if>
        <if condition="$post['
field20']">
        <tr><td class="vbmenu_option">Processor: $post[field20]</td></tr>
    </if>
    <if condition="$post['
field19']">
        <tr><td class="vbmenu_option">Memory: $post[field19]</td></tr>
    </if>
    <if condition="$post['
field21']">
        <tr><td class="vbmenu_option">Hard Drive #1: $post[field21] </td></tr>
    </if>
        <if condition="$post['
field29']">
        <tr><td class="vbmenu_option">Front End: $post[field29] </td></tr>
    </if>
        <if condition="$post['
field32']">
        <tr><td class="vbmenu_option">GPS: $post[field32] </td></tr>
    </if>
    <if condition="$post['
field23']">
        <tr><td class="vbmenu_option">PSU: $post[field23]</td></tr>
    </if>
        </table>
</div>
<!-- / post specs_menu --> 

Thanks so much for the help!

EnIgMa1234 08-14-2007 01:10 PM

What data is in $postbit_advertisement

RedGTiVR6 08-14-2007 08:02 PM

As in what does it show?

It's part of vBAdmanagement. It basically shows Google Ads to specific user groups. We have it set to show ads to guests only.

I might add that I've tested this by posting myself and I can't get it to happen under my account...but under a normal account when I post, it happens.

EnIgMa1234 08-14-2007 10:00 PM

Could you post the code

RedGTiVR6 08-15-2007 12:19 PM

I'm sorry...how do I get the code for that?

Is it from the mod it's self? Where would I find it?

EnIgMa1234 08-15-2007 08:42 PM

Whats the hack that uses it?

RedGTiVR6 08-15-2007 10:24 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=131150" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=131150</a>

That's Vb Ad Management.

Again, thanks so much for helping me with this!

EnIgMa1234 08-15-2007 11:33 PM

k search your templates for a name like ad_postbit or vbadmangement_postbit, a long those lines then post the code here.

And your welcome :D

RedGTiVR6 08-15-2007 11:53 PM

ok - found this:

postbit_advertisement

PHP Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="margin-top:6px;">
<
tr>
    <
td class="thead" style="line-height:1.5em;">
        <if 
condition="$GLOBALS[removeads] != ''">
            <
div>
                
$GLOBALS[removeads]
            </
div>
        </if>
        
$vboptions[adintegrate_adtitle]
    </
td>
</
tr>
$postbit_adintegrate_asuser
<tr>
    <
td class="alt1" style="text-align:center;">
        <
div>
            
$postbit_adcode
        
</div>
    </
td>
</
tr>
</
table

Is that the template you're looking for?

EnIgMa1234 08-16-2007 12:18 AM

Whats your site?

RedGTiVR6 08-16-2007 01:29 AM

<a href="http://www.mp3car.com" target="_blank">http://www.mp3car.com</a>

EnIgMa1234 08-17-2007 01:23 AM

I dont see the problem. Could you post a screenshot and highlight the problem

RedGTiVR6 08-17-2007 02:02 AM

well, for whatever reason, something I did seems to have fixed it, but I have no idea what...

If you go here: http://www.mp3car.com/vbulletin/mp3c...ize-specs.html

You can see the <br /><br /> that kept being inserted.

I reinstalled a modification earlier to try and fix another issue I was having...wonder if it fixed this issue?

I'll keep an eye out on our forums to see if it's going to pop back up...


All times are GMT. The time now is 07:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05922 seconds
  • Memory Usage 2,316KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete