vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) (https://vborg.vbsupport.ru/showthread.php?t=249277)

dartho 02-02-2012 09:52 AM

I think vBulletin will be fixing it in 4.1.11 ?

F&R 02-04-2012 11:29 AM

Quote:

Originally Posted by dartho (Post 2153534)
@Daffy - The logo is defined in the CSS so you can change there or overwrite the existing image file "images/misc/mobilelogo.png"

If you can;t see it being rendered, it could be that your brower doesn't support it, or if you have the options addon for this style you have enetered in text for the header which replaces the logo.

Aha!! That's why I don't see the logo.

I was wondering if it would be possible to add back a "mobile" adsense type thing Adsense Mobile Ad types here

I was also wondering if it was possible to put the option to go the Lite style at the top of the page on the standard layout so it is possible to switch between full and lite without having to fish in the styles drop down at the bottom.

The reason I ask this is because there are times when I use this style on my laptop/computer. Having a low bandwidth version is brilliant if you are stuck on dial up or using an overcrowded WiFi network.

Wonderful work thank you:)

Hippy 02-04-2012 10:53 PM

dartho

I test most everything with this site http://validator.w3.org
can you review and confirm the changes made are good
thanks dartho
if all checks out, could you please add to your nexted version if you release one

when I ran this skin through that site
there was 14 Errors, 3 warning(s)
you can run your site as well .. need to make sure changing to the style you use that address with the Example-->"?styleid=6" at the end of the url so it does not read the default style

with the fixes I did to these 2 template

This document was successfully checked as XHTML 1.0 Transitional! Passed
header template
1st the changes I made here where
Code:

(){a&&a();b()}}
to
Code:

(){<();b()}}
and changed
Code:

(var i = 0; i < a.length; i++)
to
Code:

(var i in a)
Code:

<vb:if condition="$vboptions['ls_page_title']!=''">
        <div align="right">
                <vb:if condition="$vboptions['ls_default_style_link']==1">
                        <a class="toplinks" href="{vb:raw vboptions.ls_navbar_home}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a>
                </vb:if>
        <vb:if condition="$show['member']">
                <a class="toplinks" href="login.php?do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}">{vb:rawphrase log_out}</a>
        </vb:if>
        </div>
        <div class="header" align="left">{vb:raw vboptions.ls_page_title}</div>
<vb:else />
        <div class="logo" style="text-align:right;">
                <vb:if condition="$vboptions['ls_default_style_link']=='1'">
                        <a class="toplinks" href="{vb:raw vboptions.ls_navbar_home}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a>
                </vb:if>
                <vb:if condition="$show['member']">
                        <a class="toplinks" href="login.php?do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}">{vb:rawphrase log_out}</a>
                </vb:if>
        </div>

</vb:if>

<vb:if condition="$ad_location['ad_header_logo']">
        {vb:raw ad_location.ad_header_logo}
</vb:if>
<script type="text/javascript">
function fixImgs(b){var a=document.getElementsByTagName("img");for(var i in a)if(w=a[i].width,h=a[i].height,w>b)f=1-(w-b)/w,a[i].width=w*f,a[i].height=h*f}function addLoadEvent(b){var a=window.onload;window.onload=typeof window.onload!="function"?b:function(){&lt;();b()}}addLoadEvent(function(){fixImgs(200)});</script>

also in the navbar template
all the
Code:

<input
I added a / at the end

changed template
Code:

<div class="navbar">
<vb:if condition="$vbulletin->options['ls_navbar_home']!=''">
<a href="{vb:raw $vbulletin->options['ls_navbar_home']}{vb:raw session.sessionurl_q}">{vb:raw vboptions.ls_home_link_text}</a>
<vb:else />
<a href="forum.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
</vb:if>
<vb:if condition="$show['member']">
<a href="search.php?{vb:raw session.sessionurl}do=getnew">{vb:rawphrase new_posts_nav}</a> <a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_cp}</a>
  <vb:if condition="$vbulletin->userinfo[pmunread]>0">
  <a id="newpm" href="private.php?{vb:raw session.sessionurl}">New PM</a>
  </vb:if>
<vb:else />
<a href="search.php?{vb:raw session.sessionurl}do=getdaily">{vb:rawphrase todays_posts}</a>
</vb:if>

<a href="search.php{vb:raw session.sessionurl_q}">{vb:rawphrase search}</a></div>
<vb:if condition="!$show['member']">
{vb:raw ad_location.ad_navbar_below}
<div>
<form class="navbarbelow" action="login.php?do=login" method="post">
<input onclick="this.value='';" name="vb_login_username" class="windowbg" id="navbar_username" accesskey="1" value="Username" size="8" type="text" />
<input onclick="this.value='';" name="vb_login_password" class="windowbg" id="navbar_password" accesskey="2" value="" size="8" type="password" />
<input name="cookieuser" value="1" type="checkbox" />
<input name="securitytoken" value="guest" type="hidden" />
&nbsp;<input id="btn" value="Log in" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="3" type="submit" />
<input name="s" value="" type="hidden" />
<input name="do" value="login" type="hidden" />
<input name="vb_login_md5password" type="hidden" />
<input name="vb_login_md5password_utf" type="hidden" />
</form>
</div>
</vb:if>
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'"><form action="profile.php?do=dismissnotice" method="post" id="notices">
                <input type="hidden" name="do" value="dismissnotice" />
                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
                <input type="hidden" name="url" value="{vb:raw return_link}" />
                        {vb:raw notices}
        </form></vb:if>
<div>{vb:raw navbits.breadcrumb}</div>


dartho 02-04-2012 11:05 PM

@F&R - There's nothing to stop you adding Ads in - the ad hooks etc are all there. I'm pretty sure you can just paste in the code you receive from Google

re: Full Site link - if you have a drop box, I assume you have the 'Options' addon installed? IN which case you should be able to select the option to have a link in the footer rather than a dropdown box

dartho 02-04-2012 11:51 PM

@Hippy - Thanks. I closed off those input tags as well as some img tags in other templates. As for the script, rather than change it, I simply added comment codes insode the <script> tags:

Code:

<script type="text/javascript">
<!--
...
-->
</script>

as I wasn;t sure if the code changes would affect functionality.

At one stage in t he distant past, I think the original version of this style was XHTML Strict, but I got lazy over time :o

Hippy 02-05-2012 02:23 AM

welcome
yes I remember some img tag but i forgot where they where ..
that was a different day I was testing and forgot to mention it here since I did forget about them..

I wasn't sure what the a&&a ment all I could come up with was &alt; I i could not come up with anything in a search ..
but I did find this http://stackoverflow.com/questions/7...for-var-i-in-a this is why I change that code..

keep me posted bud and again thanks for the fantastic mobil (better that vb's "IMO") style ;)

if you comment out the script will the image still resize I test what I did and they still do..
if thats what it's for..

dartho 02-05-2012 06:47 AM

Quote:

Originally Posted by Hippy (Post 2296302)
if you comment out the script will the image still resize I test what I did and they still do..
if thats what it's for..

Yep the comment is only meant to stop the bowser trying to render it whilst allowing the script engine to still execute the script - or something like that ...

F&R 02-05-2012 09:30 AM

Quote:

Originally Posted by dartho (Post 2296273)
@F&R - There's nothing to stop you adding Ads in - the ad hooks etc are all there. I'm pretty sure you can just paste in the code you receive from Google

re: Full Site link - if you have a drop box, I assume you have the 'Options' addon installed? IN which case you should be able to select the option to have a link in the footer rather than a dropdown box

Thanks for the reply, yes I have the options add-in installed and it does display "desktop" on the Lightweight style, BUT what I was asking is how I can put the reciprocal button on the desktop style to quickly go to the lightweight style when it is loading the desktop style.

On the ads stuff, ok great, I will have a play.

I do have one more problem. On my windows phone 7 it displays fine and when I change pages, the lightweight style is still in force. However on an iPhone and on a Nokia Xpress Music, when you change page (to go into thread for example) it reverts to the desktop style.

I have uninstalled the style and the options and then reinstalled them, cleared system cache and updated styles. The users have cleared their caches and logged in again, but it still reverts to the desktop style when you change pages. Any ideas? As I said my Windows Phone 7 behaves as expected, iPhones don't.

dartho 02-05-2012 12:13 PM

@F&R - Try editing the headinclude template and removing the line
Code:

<base href="{vb:raw vboptions.bburl}/" />
In regards to link - try editing the header template in your default style, search for:
Code:

<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
and add the following immediately before it:

Code:

<li><a href="forum.php?styleid=1">Lightweight Style</a></li>
that what type of thing you are after?

Hippy 02-05-2012 12:26 PM

Quote:

Originally Posted by dartho (Post 2296281)
@Hippy - Thanks. I closed off those input tags as well as some img tags in other templates. As for the script, rather than change it, I simply added comment codes insode the <script> tags:

Code:

<script type="text/javascript">
<!--
...
-->
</script>

as I wasn;t sure if the code changes would affect functionality.

At one stage in t he distant past, I think the original version of this style was XHTML Strict, but I got lazy over time :o

can you add the edit you did I am not quite sure how you ment to do, this are ..... the code ? and just add the code in replace or the dots there in your example ?

dartho 02-05-2012 09:59 PM

search headinclude template for
Code:

<script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Cat Arriola | http://astrodiva.journalspace.com/ */

function fixImgs(maxW) {
  var pix=document.getElementsByTagName('img');
  for (i=0; i<pix.length; i++) {
    w=pix[i].width;
    h=pix[i].height;
    if (w > maxW) {
      f=1-((w - maxW) / w);
      pix[i].width=w * f;
      pix[i].height=h * f;
    }
  }
}

// Multiple onload function created by: Simon Willison
// http://simonwillison.net/2004/May/26/addLoadEvent/
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(function() {
  fixImgs(200);  // ('element ID', maximum width)
});

</script>

and replace with :

Code:

<script type="text/javascript">
<!--
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Cat Arriola | http://astrodiva.journalspace.com/ */

function fixImgs(maxW) {
  var pix=document.getElementsByTagName('img');
  for (i=0; i<pix.length; i++) {
    w=pix[i].width;
    h=pix[i].height;
    if (w > maxW) {
      f=1-((w - maxW) / w);
      pix[i].width=w * f;
      pix[i].height=h * f;
    }
  }
}

// Multiple onload function created by: Simon Willison
// http://simonwillison.net/2004/May/26/addLoadEvent/
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(function() {
  fixImgs(200);  // ('element ID', maximum width)
});
-->
</script>

this is an optimised version of the above code block you can use instead (optimised for size) I should probably move it to an external file so that browsers can cache it

Code:

<script type="text/javascript">
<!--
function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}}function fixImgs(a){var b=document.getElementsByTagName("img");for(i=0;i<b.length;i++){w=b[i].width;h=b[i].height;if(w>a){f=1-(w-a)/w;b[i].width=w*f;b[i].height=h*f}}}addLoadEvent(function(){fixImgs(200)})
 -->
</script>


F&R 02-05-2012 10:28 PM

Quote:

Originally Posted by dartho (Post 2296407)
@F&R - Try editing the headinclude template and removing the line
Code:

<base href="{vb:raw vboptions.bburl}/" />
In regards to link - try editing the header template in your default style, search for:
Code:

<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
and add the following immediately before it:

Code:

<li><a href="forum.php?styleid=1">Lightweight Style</a></li>
that what type of thing you are after?

Thanks, will give this a go tomorrow... the styleid will be 2 for me I guess.

The style not sticking apparently is a known issue due to be fixed in 4.1.11 but will give your fix a go first, might be easier. but it's 11.30pm here so time for bed. Night and thanks for the help.

Salleen 02-05-2012 10:32 PM

not working @ 4.1.10

Hippy 02-06-2012 01:20 AM

Quote:

Originally Posted by dartho (Post 2296594)
search headinclude template for
Code:

<script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Cat Arriola | http://astrodiva.journalspace.com/ */

function fixImgs(maxW) {
  var pix=document.getElementsByTagName('img');
  for (i=0; i<pix.length; i++) {
    w=pix[i].width;
    h=pix[i].height;
    if (w > maxW) {
      f=1-((w - maxW) / w);
      pix[i].width=w * f;
      pix[i].height=h * f;
    }
  }
}

// Multiple onload function created by: Simon Willison
// http://simonwillison.net/2004/May/26/addLoadEvent/
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(function() {
  fixImgs(200);  // ('element ID', maximum width)
});

</script>

and replace with :

Code:

<script type="text/javascript">
<!--
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Cat Arriola | http://astrodiva.journalspace.com/ */

function fixImgs(maxW) {
  var pix=document.getElementsByTagName('img');
  for (i=0; i<pix.length; i++) {
    w=pix[i].width;
    h=pix[i].height;
    if (w > maxW) {
      f=1-((w - maxW) / w);
      pix[i].width=w * f;
      pix[i].height=h * f;
    }
  }
}

// Multiple onload function created by: Simon Willison
// http://simonwillison.net/2004/May/26/addLoadEvent/
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(function() {
  fixImgs(200);  // ('element ID', maximum width)
});
-->
</script>

this is an optimised version of the above code block you can use instead (optimised for size) I should probably move it to an external file so that browsers can cache it

Code:

<script type="text/javascript">
<!--
function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}}function fixImgs(a){var b=document.getElementsByTagName("img");for(i=0;i<b.length;i++){w=b[i].width;h=b[i].height;if(w>a){f=1-(w-a)/w;b[i].width=w*f;b[i].height=h*f}}}addLoadEvent(function(){fixImgs(200)})
 -->
</script>



my headerinclude it
Code:

<vb:comment>
<meta name="viewport" content="width=320,user-scalable=yes,initial-scale=1.0" />
</vb:comment>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="device-width" />
<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<vb:if condition="$show['threadinfo']">
<vb:elseif condition="$show['foruminfo']" />
<meta name="keywords" content="{vb:raw foruminfo.title_clean}, {vb:raw vboptions.keywords}" />
<meta name="description" content="<vb:if condition="$pagenumber > 1">{vb:rawphrase page_x, $pagenumber}-</vb:if>{vb:raw foruminfo.description_clean}" />
<vb:else />
<meta name="keywords" content="{vb:raw vboptions.keywords}" />
<meta name="description" content="{vb:raw vboptions.description}" />
</vb:if>
<link rel="stylesheet" href="{vb:raw vboptions.bburl}/lightweight.css.php" type="text/css" />
<base href="{vb:raw vboptions.bburl}/" />


The Rocketeer 02-06-2012 03:13 AM

@ Hippy, Could you please list / put all your and moof's edits currently required in one new post with instructions and everything? So we all can use that until vBulletin 4.1.11 fixes these issues. It should also make it easier for Dartho to update his style and make the necessary changes.

I have also had someone work on my mobile styles Homepage(as in the CMS home) and to be honest it looks very decent now, I will post my edits soon so some of you can get the cms home page working with your mobile style. :)

F&R 02-06-2012 08:08 PM

Hi Dartho

your suggestion to remove <base href="{vb:raw vboptions.bburl}/" /> from the headinclude didn't work I'm afraid.

there is this vBulletin bug which has a fix, but I am unsure where to implement it in your code or even if it applies!

Thanks for the header idea, I have since moved it down into some white space where pudgy fingers on a small screen can hit it without zooming.

dartho 02-06-2012 09:36 PM

Quote:

Originally Posted by F&R (Post 2296970)
Hi Dartho

your suggestion to remove <base href="{vb:raw vboptions.bburl}/" /> from the headinclude didn't work I'm afraid.

there is this vBulletin bug which has a fix, but I am unsure where to implement it in your code or even if it applies!

Thanks for the header idea, I have since moved it down into some white space where pudgy fingers on a small screen can hit it without zooming.

Check here for a fix to that:

https://vborg.vbsupport.ru/showthrea...99#post2289299

F&R 02-06-2012 09:44 PM

My bad, I was searching in templates, forgot to read the instructions.... :) Works now, ta muchly!

sevak 02-07-2012 06:53 PM

not working on 4.1.10 saying its only for 4.1.8..:(

Ozymandyus 02-07-2012 07:29 PM

Quote:

Originally Posted by sevak (Post 2297232)
not working on 4.1.10 saying its only for 4.1.8..:(

Just click the option to ignore version when you're doing the import. Problem solved.

Hippy 02-07-2012 08:20 PM

working 100% with all versions including vb4.1.10

Hostboard 02-12-2012 12:29 AM

My users are really enjoying this :) Some of them however still want to use the "PC Style". When they select this the style changes, but upon their next selection it reverts back to the mobile version. Any way to change that behavior?

Hippy 02-12-2012 12:57 AM

Quote:

Originally Posted by Hostboard (Post 2298725)
My users are really enjoying this :) Some of them however still want to use the "PC Style". When they select this the style changes, but upon their next selection it reverts back to the mobile version. Any way to change that behavior?

https://vborg.vbsupport.ru/showthrea...99#post2289299

I don't even see pc style on mine but I know this it what dartho says will fix it a couple posts back

Breixo 02-15-2012 07:54 AM

It also shows an "Invalid File Specified" message when trying to install this style on vB4.1.10, any idea why?
Thanks!

dartho 02-15-2012 12:00 PM

clear your browser cache and download again and make sure you are using style manager, not product manager

Breixo 02-15-2012 12:24 PM

Ups! Sorry, I just used the product manager. Now it works.
thanks!

wtfaatp 02-17-2012 07:36 AM

Quote:

Originally Posted by dartho (Post 2289299)
If you wish to make this change manually, edit init.php and
search for:
Code:

elseif ($mobile_browser_advanced && $vbulletin->options['mobilestyleid_advanced'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'])
and replace with
Code:

elseif ($mobile_browser_advanced AND $vbulletin->options['mobilestyleid_advanced'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid'])
and search for
Code:

elseif ($mobile_browser && $vbulletin->options['mobilestyleid_basic'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'])
and replace with

Code:

elseif ($mobile_browser AND $vbulletin->options['mobilestyleid_basic'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid'])

People are saying this logs them our every time the make a selection on the website..?
Basicly if they switch over the the "Full Site" they cant stay logged in> :\ Get the thank you for logging in and everything but when the return to the forum.php they are logged out.

dartho 02-17-2012 08:14 AM

Are you saying this change to init.php does that?

wtfaatp 02-17-2012 12:09 PM

No one said anything until I did it..

Either that or no one noticed till recent..

Either way it is happening tested this morning :\

dartho 02-17-2012 01:45 PM

Those changes to init.php are direct from vBulletin to fix a vBuletin bug - nothing to do with me as such. Try reverting the changes and see what happens then.

deverill2010 02-19-2012 05:23 PM

Dartho for some reason I am having trouble with this style and another mod ESB - http://www.midwiferyonline.co.uk/forum.php?styleid=8

I don't get why the sidebar is showing up in the mobile style..?

dartho 02-19-2012 09:03 PM

Mods will generally apply to all styles, plugins don;t discriminate. If you have this sidebar mod https://vborg.vbsupport.ru/showthread.php?t=233871 it apparenly has options to disable it within certain styles. Otherwise, link me to which one you are using.

deverill2010 02-19-2012 09:06 PM

Yep that's the one I have but the gold version. I'll have a look through the options now to see if I can find it.

deverill2010 02-19-2012 09:09 PM

Ah lovely, I've done it. Ta

Hippy 02-19-2012 11:14 PM

dartho..........................
Just wanted to shout out here and thank you once again for the great style (kills vb's ) :) and your great support...

deverill2010 02-20-2012 09:02 AM

My Iphone doesn't detect this style when viewing in safari? How Can I get this to be enabled on all mobile phones but exclude the ipad?

I only want users to use this style or use my tapatalk app. I really don't want any mobile phones viewing the desktop version of my site as its is just not configured for phones.

Also did you manage to include the CMS? I know you talked about it quite a while back.

dartho 02-20-2012 10:01 AM

WHat are you using for detection? There are bugs with teh detection side of things under the last few versions of vBulletin 4. vBulletin's fix for this is a previous page https://vborg.vbsupport.ru/showthrea...99#post2289299

CMS is not straight forward as far as I can tell - go back a few pages and you'll find an attached CMS style you can try out (in a test style or site! - Not live )

deverill2010 02-20-2012 10:14 AM

I have no idea what I'm using for detection.. Lol.

I originally installed this style like a year ago, so I can't remember what I've done but just recently deleted the style as I originally merged the newesy with the oldest and it screwed up. I have just reinstalled the latest style.

What detection script should I be using? (Will have a look at that link now). ty

dartho 02-20-2012 11:19 AM

Nowadays I generaly tell people to use vBulletin's built in one - then I don't have to support it :)

@ngel 02-20-2012 11:22 AM

Quote:

Originally Posted by dartho (Post 2301514)
Nowadays I generaly tell people to use vBulletin's built in one - then I don't have to support it :)

lol you've done a great job
I wish I had the time to customize it the way I want it...


All times are GMT. The time now is 09:10 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.02423 seconds
  • Memory Usage 1,908KB
  • 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
  • (26)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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