vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Advertisement System V2.6 Aka Ad Management (https://vborg.vbsupport.ru/showthread.php?t=179083)

mystic10 07-19-2008 05:09 PM

how can i enable slideshow below navbar instead of header

UaECasher 07-19-2008 05:17 PM

Guyz please help me. I'm using a custom style and when i open the header template i can't find the following code:

Code:

<td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>

can any one tell me what should i do.


Thank you

karim004 07-19-2008 09:59 PM

Quote:

Originally Posted by mystic10 (Post 1579182)
how can i enable slideshow below navbar instead of header

open your header and remove the code :
Code:

<td align="$stylevar[left]"><if condition="$ad_headerLogo">$ad_headerLogo<else />&nbsp;</if>
open navbar and change :
Code:

$ad_navbarBelow
with
Code:

$ad_headerLogo
Quote:

Originally Posted by UaECasher (Post 1579188)
Guyz please help me. I'm using a custom style and when i open the header template i can't find the following code:

Code:

<td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>

can any one tell me what should i do.


Thank you

UaECasher send me your header

karim004 07-19-2008 10:07 PM

Quote:

Originally Posted by michmomsquad (Post 1579079)
I just upgraded to 2.4 (auto-refresh) and things are not working properly. I have the slideshow turned on, and it shows the first banner just fine, but then when it's time for the next banner to slide in, the whole thing goes crazy and they all try to slide in at once, in a seizure-inducing mess! This only happens in firefox -- it doesn't show up at all in IE. I'm not sure what went wrong, as I have not had problems with this mod in the past. All template edits have been made, and I have adjusted the settings of the slideshow to no avail.

Help?

check the link for your 2 nd image

karim004 07-19-2008 10:10 PM

Quote:

Originally Posted by mystic10 (Post 1579176)
not working for me either..i tried the right column below navbar but nothing is showing this is what i put..is it correct

<a href="http://www.yc-spicy.com/showthread.php?p=28#post28" target="_blank"> <????http://i35.tinypic.com/2qn4bgo.jpg" width="225" height="151" alt="CoNTRaCT NEw Released" /> </a>

wrong code ! try this one
Code:

<a href="http://www.yc-spicy.com/showthread.php?p=28#post28" target="_blank"> <img src="http://i35.tinypic.com/2qn4bgo.jpg" width="225" height="151" alt="CoNTRaCT NEw Released" /> </a>
after that enable the rightcolumn& leftcolumn (if you want use just the rightcolumn leave the Left column random advertisement code empty )

UaECasher 07-20-2008 03:02 AM

Here are the codes for my header and footer (i found out that also footer have some codes missing)

Code:

<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td rowspan="4" class="ps3-logo">&nbsp;</td>
    <td class="nav"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/home.gif" alt="home" width="74" height="23" style="border: 0px;" /></a><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/members.gif" alt="$vbphrase[members_list]" width="119" height="23" style="border: 0px;" /></a><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/profile.gif" alt="$vbphrase[user_cp]" width="109" height="23" style="border: 0px;" /></a><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" id="navbar_search"><img src="$stylevar[imgdir_misc]/search.gif" style="border: 0px;" alt="$vbphrase[search]" width="110" height="23" /></a><script type="text/javascript">vbmenu_register("navbar_search",true); </script><a id="usercptools" href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/quicklinks.gif" alt="$vbphrase[quick_links]" width="138" height="23" style="border: 0px;" /></a><script type="text/javascript">vbmenu_register("usercptools",true);</script><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/register.gif" alt="$vbphrase[register]" width="117" height="23" style="border: 0px;" /></a><if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><img src="$stylevar[imgdir_misc]/logout.gif" alt="$vbphrase[log_out]" height="23" style="border: 0px;" /></a></if></td>
  </tr>
  <tr>
    <td class="header-bg"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
  </tr>
  <tr>
    <td><if condition="!$show['member']">
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-tl">     
          <input type="text" class="forms" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /><input type="password" class="forms" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /><input type="image" class="go" src="$stylevar[imgdir_misc]/go.gif" tabindex="104" accesskey="s" /><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label>   
        </td>
        <td class="header-tr">&nbsp;</td>
      </tr>
    </table><input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                <input type="hidden" name="do" value="login" />               
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form><else />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-tl2"><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase>
               
                        <if condition="$show['notifications']">
                            <span><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a>
                            <strong>$notifications_total</strong></span></span>
                            <script type="text/javascript"> vBmenu.register("notifications"); </script>
                        <else /><if condition="$show['pmstats']">
                            <span><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></span>
                        </if></if>

                        <if condition="$show['pmwarning']"><span><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></span></if>
</td><td class="header-tr">&nbsp;</td>
</tr></table></if>
</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-bl"></td>
        <td class="header-br">Welcome to Casherz Forums, the best place to spend your time</td>
      </tr>
    </table></td>
  </tr>
</table>
<div class="page-bg">
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]

and the here is the footer code:

Code:

<if condition="THIS_SCRIPT != register"></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="content-b-mid">
  <tr>
    <td class="content-b2-l"><a href="#"><img src="$stylevar[imgdir_misc]/top.gif" alt="top" width="22" height="20" border="0" style="float: left;" /></a></td>
        <td class="content-b-l"><a href="#">Go to Top</a></td>
    <td class="content-b-bg"><!-- Do not remove this copyright notice -->
        $vbphrase[all_times_are_gmt_x_time_now_is_y] Forum skin by <a href="http://www.forummonkeys.com" target="new" title="VBulletin and phpBB forum styles">ForumMonkeys</a>
        <!-- Do not remove this copyright notice -->
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        $cronimage
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
       
        </td>
    <td class="content-b-r"></td>
  </tr>
</table></if>
$ad_location[ad_footer_start]
<div align="center" class="smallfont"><br />
  $vbphrase[powered_by_vbulletin] $vboptions[copyrighttext]<br /><br /></div>
</div>
$spacer_close
<form action="$vboptions[forumhome].php" method="get">
       
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="tfoot" align="center">
<tr>
        <td align="$stylevar[left]" style="padding-left: 25px;">
                <div class="smallfont">
                        <strong>
                                <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
                                <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                                <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                                <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                                <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                                <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                                <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                        </strong>
                </div>
        </td>

        <if condition="$show['quickchooser']">
                <td>
                        <select name="styleid" onchange="switch_id(this, 'style')">
                                <optgroup label="$vbphrase[quick_style_chooser]">
                                        $quickchooserbits
                                </optgroup>
                        </select>
                </td>
        </if>
        <if condition="$show['languagechooser']">
                <td>
                        <select name="langid" onchange="switch_id(this, 'lang')">
                                <optgroup label="$vbphrase[quick_language_chooser]">
                                        $languagechooserbits
                                </optgroup>
                        </select>
                </td>
        </if>
<td class="footer-logo"></td>
</tr>
</table>
</form>

$ad_location[ad_footer_end]

<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
        var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
        var utcOffset = new Date().getTimezoneOffset() / 60;
        if (Math.abs(tzOffset + utcOffset) == 1)
        {        // Dst offset is 1 so its changed
                document.forms.dstform.submit();
        }
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
//-->
</script>


karim004 07-20-2008 08:23 AM

for UaECasher
Code:

<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td rowspan="4" class="ps3-logo">&nbsp;</td>
    <td class="nav"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/home.gif" alt="home" width="74" height="23" style="border: 0px;" /></a><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/members.gif" alt="$vbphrase[members_list]" width="119" height="23" style="border: 0px;" /></a><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/profile.gif" alt="$vbphrase[user_cp]" width="109" height="23" style="border: 0px;" /></a><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" id="navbar_search"><img src="$stylevar[imgdir_misc]/search.gif" style="border: 0px;" alt="$vbphrase[search]" width="110" height="23" /></a><script type="text/javascript">vbmenu_register("navbar_search",true); </script><a id="usercptools" href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/quicklinks.gif" alt="$vbphrase[quick_links]" width="138" height="23" style="
border: 0px;" /></a><script type="text/javascript">vbmenu_register("usercptools",true);</script><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/register.gif" alt="$vbphrase[register]" width="117" height="23" style="border: 0px;" /></a><if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><img src="$stylevar[imgdir_misc]/logout.gif" alt="$vbphrase[log_out]" height="23" style="border: 0px;" /></a></if></td>
  </tr>
  <tr>
    <td class="header-bg"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td><td align="$stylevar[right]"><if condition="$ad_headerLogo">$ad_headerLogo</center><else />&nbsp;</if>

<td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
       
                <td align="$stylevar[right]">
                &nbsp;
</td>


  </tr>
  <tr>
    <td><if condition="!$show['member']">
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-tl">   
          <input type="text" class="forms" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /><input type="password" class="forms" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /><input type="image" class="go" src="$stylevar[imgdir_misc]/go.gif" tabindex="104" accesskey="s" /><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label>   
        </td>
        <td class="header-tr">&nbsp;</td>
      </tr>
    </table><input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="do" value="login" />     
        <input type="hidden" name="vb_login_md5password" />
        <input type="hidden" name="vb_login_md5password_utf" />
        </form><else />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-tl2"><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase>
     
                        <if condition="$show['notifications']">
                            <span><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a>
                            <strong>$notifications_total</strong></span></span>
                            <script type="text/javascript"> vBmenu.register("notifications"); </script>
                        <else /><if condition="$show['pmstats']">
                            <span><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></span>
                        </if></if>

                        <if condition="$show['pmwarning']"><span><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></span></if>
</td><td class="header-tr">&nbsp;</td>
</tr></table></if>
</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-bl"></td>
        <td class="header-br">Welcome to Casherz Forums, the best place to spend your time</td>
      </tr>
    </table></td>
  </tr>
</table>
<div class="page-bg">
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]


UaECasher 07-20-2008 09:02 AM

Quote:

Originally Posted by karim004 (Post 1579661)
for UaECasher
Code:

<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td rowspan="4" class="ps3-logo">&nbsp;</td>
    <td class="nav"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/home.gif" alt="home" width="74" height="23" style="border: 0px;" /></a><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/members.gif" alt="$vbphrase[members_list]" width="119" height="23" style="border: 0px;" /></a><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/profile.gif" alt="$vbphrase[user_cp]" width="109" height="23" style="border: 0px;" /></a><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" id="navbar_search"><img src="$stylevar[imgdir_misc]/search.gif" style="border: 0px;" alt="$vbphrase[search]" width="110" height="23" /></a><script type="text/javascript">vbmenu_register("navbar_search",true); </script><a id="usercptools" href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/quicklinks.gif" alt="$vbphrase[quick_links]" width="138" height="23" style="
border: 0px;" /></a><script type="text/javascript">vbmenu_register("usercptools",true);</script><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/register.gif" alt="$vbphrase[register]" width="117" height="23" style="border: 0px;" /></a><if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><img src="$stylevar[imgdir_misc]/logout.gif" alt="$vbphrase[log_out]" height="23" style="border: 0px;" /></a></if></td>
  </tr>
  <tr>
    <td class="header-bg"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td><td align="$stylevar[right]"><if condition="$ad_headerLogo">$ad_headerLogo</center><else />&nbsp;</if>

<td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
       
                <td align="$stylevar[right]">
                &nbsp;
</td>


  </tr>
  <tr>
    <td><if condition="!$show['member']">
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-tl">   
          <input type="text" class="forms" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /><input type="password" class="forms" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /><input type="image" class="go" src="$stylevar[imgdir_misc]/go.gif" tabindex="104" accesskey="s" /><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label>   
        </td>
        <td class="header-tr">&nbsp;</td>
      </tr>
    </table><input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="do" value="login" />     
        <input type="hidden" name="vb_login_md5password" />
        <input type="hidden" name="vb_login_md5password_utf" />
        </form><else />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-tl2"><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase>
     
                        <if condition="$show['notifications']">
                            <span><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a>
                            <strong>$notifications_total</strong></span></span>
                            <script type="text/javascript"> vBmenu.register("notifications"); </script>
                        <else /><if condition="$show['pmstats']">
                            <span><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></span>
                        </if></if>

                        <if condition="$show['pmwarning']"><span><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></span></if>
</td><td class="header-tr">&nbsp;</td>
</tr></table></if>
</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header-bl"></td>
        <td class="header-br">Welcome to Casherz Forums, the best place to spend your time</td>
      </tr>
    </table></td>
  </tr>
</table>
<div class="page-bg">
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]



EDIT: i installed every thing thanks for help
EDIT: NVM i fixed it and its working fine

Jan Klerks 07-20-2008 10:46 AM

My board is divided into regional section. It would be kinda cool if I could offer localized targeted adds management, as in ad x for forum a (and all subforums) and ad Y for forum b and google adds for the rest. Would such a thing be possible here?

mystic10 07-20-2008 06:42 PM

anyway for the slideshow to work below the navbar instead of at the header...kindly help this is what i want image below..but since i cant find it i want the slideshow to work below navbar

thanks in advance for ur time


All times are GMT. The time now is 01:00 AM.

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.02136 seconds
  • Memory Usage 1,888KB
  • 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
  • (10)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete