vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Everywhere Sidebar 4 VB4 (https://vborg.vbsupport.ru/showthread.php?t=233871)

iadventure 01-27-2012 04:22 PM

paid?? THis is happening on both the default style and other style on a fresh install.

Why would I pay to have something wrok that already should???

Donating to a great free mod is one thing, but getting paid to have it work... LEt's get it working first and I would be happy to donate as I think this is one of the best mods out there.

iadventure 01-27-2012 04:29 PM

Quote:

Originally Posted by almannai (Post 2293109)
you mean 4.1.10 ;)

Don't no why this is happening in your forum. If you wish you can submit paid support from my website

yes 4.1.10

almannai 01-27-2012 04:41 PM

Quote:

Originally Posted by iadventure (Post 2293112)
paid?? THis is happening on both the default style and other style on a fresh install.

Why would I pay to have something wrok that already should???

Donating to a great free mod is one thing, but getting paid to have it work... LEt's get it working first and I would be happy to donate as I think this is one of the best mods out there.

Quote:

Originally Posted by iadventure (Post 2293115)
yes 4.1.10

It is working on a lot of sites, but if it requires me to login to your forum and check it, this will take time and can't do this for free anymore

steeler7 01-27-2012 05:00 PM

Almannai...

I solved the gray box or blanking out of the text editor issue I was having. It was caused by a forum block I use for twitter. I used this block for months... and had no problem and somewhere around me updating to vB 4.1.10 and 1.5 of this mod which occurred at the same time, this became a problem. I like my Twitter sidebar blocks :)

Here's my code, maybe you can check it out on a test site of yours and see what you come across?

Code:

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'Pittsburgh Pirates News &amp; Talk',
  subject: 'Pittsburgh Sports Tavern',
  width: 220,
  height: 300,
  theme: {
    shell: {
      background: '#000000',
      color: '#fec610'
    },
    tweets: {
      background: '',
      color: '#444444',
      links: '#000000'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('pghsportstavern', 'pittsburgh-pirates').start();
</script>

Also.... I still have the issue with the sidebar not retaining it's setting on a refresh if it were collapsed. I saw someone else have that issue here as well. You can check it out and test it - www.pittsburghsportstavern.com/forum

Thanks!!!

almannai 01-27-2012 05:16 PM

Quote:

Originally Posted by steeler7 (Post 2293124)
Almannai...

I solved the gray box or blanking out of the text editor issue I was having. It was caused by a forum block I use for twitter. I used this block for months... and had no problem and somewhere around me updating to vB 4.1.10 and 1.5 of this mod which occurred at the same time, this became a problem. I like my Twitter sidebar blocks :)

Here's my code, maybe you can check it out on a test site of yours and see what you come across?

Code:

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'Pittsburgh Pirates News &amp; Talk',
  subject: 'Pittsburgh Sports Tavern',
  width: 220,
  height: 300,
  theme: {
    shell: {
      background: '#000000',
      color: '#fec610'
    },
    tweets: {
      background: '',
      color: '#444444',
      links: '#000000'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('pghsportstavern', 'pittsburgh-pirates').start();
</script>

Also.... I still have the issue with the sidebar not retaining it's setting on a refresh if it were collapsed. I saw someone else have that issue here as well. You can check it out and test it - www.pittsburghsportstavern.com/forum

Thanks!!!

I will try to check it out when i got the time for it.

For the collapse problem it is confirmed as bug (for vb 4.1.10 only) and has been fixed in the gold version. The free version will be updated with this bug fix as will as other minor ones and I hope it will be soon.

sailnet 01-27-2012 05:34 PM

I love this mod - is there any way to put a <BR> between sidebar blocks?

iadventure 01-27-2012 05:41 PM

found that when I disable the top block, it works. could you look at my code adn tell me if you see an issue?

This is the block contents:
<style type="text/css">
ul#slider {
width: 240px;
height: 150px;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

ul#slider li {
float: left;
position: relative;
/*display: none;*/
}

ul#slider li div {
position: absolute;
width: 240px;
background-color: #000;
color: #fff;
left: 0;
/*display: none;*/
padding: 10px;
}

.top {
top: 0;
}

.bottom {
bottom: 0;
}
</style>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/mySlider.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#slider").mySlider({
timeOut: 6000,
captionOpacity: .7
});
});
</script>
<ul id="slider">

<li>
<a href="http://jk-adventure.com/JKA/content.php?167-JK-Adventure-com-How-To-Install-the-Redneck-Ram-Hydro-Steering-Assist-Kit"><img src="http://jk-adventure.com/Articles/redneckram/redneck240.jpg" alt="" />
<div class="top">
Redneck Ram Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?166-JK-Adventure-com-How-To-Install-Synergy-drag-link-flip-kit-and-weld-on-track-bar-bracket"><img src="http://jk-adventure.com/Articles/Synergy/synergy240.jpg" alt="" />
<div class="top">
Synergy drag link flip kit and weld-on track bar bracket
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/showthread.php?2304-JK-ADVENTURE-COM-s-official-SEMA-build-HAVOC"><img src="http://jk-adventure.com/Articles/Havoc/HAVOC-240.jpg" alt="" />
<div class="top">
JKA's 2011 SEMA build "HAVOC"
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?161-Install-monster-valves%21%21%21"><img src="http://jk-adventure.com/Articles/monstervalve/JKAMONSTERVALVES240.jpg" alt="" />
<div class="top">
Powertank Monster Valve Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?160-TNT-Stubby-Winch-Bumper-install"><img src="http://jk-adventure.com/Articles/tntbumper/tnt240.jpg" alt="" />
<div class="top">
TNT Stinger Front Bumper Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?159-JK-Adventure-com-How-To-Installing-Metal-Cloak-Front-and-Rear-Armor-Fenders"><img src="http://jk-adventure.com/Articles/MetalCloak/MC240.jpg" alt="" />
<div class="top">
Install Metal Cloak Front fenders and Rear armor w/fender
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?158-Demount-and-mount-beadlocks-yourself%21-Do-it-right%21%21%21"><img src="http://jk-adventure.com/Articles/Deedbead_beadlock/JKA%20BEADLOCKS%20240.jpg" alt="" />
<div class="top">
Mount and de-mount beadlocks
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?157-Poison-Spyder-BFH-rear-JK-bumper-install-OR-FAB-Roto-Pax-arm"><img src="http://jk-adventure.com/Articles/Allan%20PS%20Bumper/PSbumper240.jpg" alt="" />
<div class="top">
PS BFH rear JK bumper install w/OR-FAB arm
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?155-Dominion-offroad-Jeepwag-installation-of-NEW-Poly-Ball-Joints"><img src="http://jk-adventure.com/Articles/BallJoints/DOballjoints240.jpg" alt="" />
<div class="top">
Dominion offroad/Jeepwag installation of <br>NEW Poly Ball Joints
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?153-THINKING-ABOUT-COILOVERS-ON-YOUR-JK"><img src="http://jk-adventure.com/Articles/coilovers/coilovers240.jpg" alt="" />
<div class="top">
"Thinking about Coil-overs?" <br>- by JKA's Ryan Bensheimer
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?152-JK-Adventure-com-How-To-River-Raider-Full-Corner-and-ORO-Lite-Dot-Install"><img src="http://www.jk-adventure.com/Articles/RRCorners/RR240.jpg" alt="" />
<div class="top">
RR Full Corner & ORO Lite Dot Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?150-JK-Adventure-com-How-To-Installing-Tom-Woods-JK-Driveshafts"><img src="http://jk-adventure.com/Articles/TomWoodsDS/Driveshafts240.jpg" alt="" />
<div class="top">
Step by Step Tom Woods Driveshaft installation
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?149-JK-Adventure-com-Get-to-Know-Members-Shannon-A-K-A-Yogurt"><img src="http://jk-adventure.com/Articles/GetToKnow/yogurt240.jpg" alt="" />
<div class="top">
Get to Know Members: Yogurt
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?148-JK-Adventure-com-Product-Review-New-Smittybilt-Stubby-Bumper-X20-Winch"><img src="http://jk-adventure.com/ThreadImages/smitty/smitty240.jpg" alt="" />
<div class="top">
New Smittybilt Stubby Bumper & X20 Winch
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?147-007-Secret-Spot"><img src="http://jk-adventure.com/ThreadImages/007/007_240.jpg" alt="" />
<div class="top">
Wheeling 007 "Secret Spot"
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?146-JK-Adventure-com-Wheeling-Log-Truck-Haven-12-5"><img src="http://jk-adventure.com/Articles/truckhaven12-5/truckhaven240.jpg" alt="" />
<div class="top">
Wheeling in Truck Haven
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?145-Sema-2010-Pictures!"><img src="http://jk-adventure.com/Articles/SEMA2010/SEMA240.jpg" alt="" />
<div class="top">
SEMA 2010 Photos
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?142-JK-Adventure-com-Product-Review-Teraflex-Speedbumps-review"><img src="http://jk-adventure.com/Articles/TFSpeedbumpReview/SpeedBumps240.jpg" alt="" />
<div class="top">
Teraflex Speedbump Review
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?143-JK-Adventure-com-How-To-Installing-Teraflex-Speedbumps"><img src="http://jk-adventure.com/Articles/TFSpeedbumpInstall/TFSB240.jpg" alt="" />
<div class="top">
Teraflex Speedbump Installation Guide
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?141-JK-Adventure-com-4Wheeling-News-The-Rockster-by-River-Raider-Offroad"><img src="http://jk-adventure.com/Articles/Rockster/rockster240.jpg" alt="" />
<div class="top">
Latest River Raider Build the "Rockster"
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?139-JK-Adventure-com-Product-Review-Rock-Krawler-s-Steel-and-Aluminum-Tie-Rods"><img src="http://jk-adventure.com/Articles/RKTieRod/tie-rod240.jpg" alt="" />
<div class="top">
Rock Krawler Tie-Rod Review
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?125-JK-Adventure-com-How-To-Changing-your-Differential-Fluid-on-your-Jeep-JK-Dana-44-w-locker"><img src="http://jk-adventure.com/Articles/Diff/Diff240.jpg" alt="" />
<div class="top">
How to change your Diff Fluid (D44)
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?123-De-Beading-a-Tire-with-High-Lift-Jack"><img src="http://jk-adventure.com/Articles/DeBead/DeBead240.jpg" alt="" />
<div class="top">
De-Beading a tire with a High-lift Jack
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?138-JK-Adventure-com-How-To-Changing-your-Jeep-JK-Brake-Pads"><img src="http://jk-adventure.com/Articles/Brakes/pads240.jpg" alt="" />
<div class="top">
How to change your Brake Pads
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?130-JK-Adventure-com-Wheeling-Log-Easter-Jeep-Safari-Moab-2010"><img src="http://jk-adventure.com/Articles/Moab/moab240.jpg" alt="" />
<div class="top">
EJS Moab 2010 wheeling
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?132-JK-Adventure-com-New-Products-HD-Customs-LLC-HD-Switchblade-for-the-Jeep-JK"><img src="http://jk-adventure.com/Articles/Switchblade/switchblade240.jpg" alt="" />
<div class="top">
HD Customs - "Switchblade" bumper
</div>
</li>
</ul>

almannai 01-27-2012 05:57 PM

Quote:

Originally Posted by sailnet (Post 2293137)
I love this mod - is there any way to put a <BR> between sidebar blocks?

Yes you can but not sure if the <br> will work between <li>.If not use <li><br></li>
Quote:

Originally Posted by iadventure (Post 2293139)
found that when I disable the top block, it works. could you look at my code adn tell me if you see an issue?

This is the block contents:
<style type="text/css">
ul#slider {
width: 240px;
height: 150px;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

ul#slider li {
float: left;
position: relative;
/*display: none;*/
}

ul#slider li div {
position: absolute;
width: 240px;
background-color: #000;
color: #fff;
left: 0;
/*display: none;*/
padding: 10px;
}

.top {
top: 0;
}

.bottom {
bottom: 0;
}
</style>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/mySlider.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#slider").mySlider({
timeOut: 6000,
captionOpacity: .7
});
});
</script>
<ul id="slider">

<li>
<a href="http://jk-adventure.com/JKA/content.php?167-JK-Adventure-com-How-To-Install-the-Redneck-Ram-Hydro-Steering-Assist-Kit"><img src="http://jk-adventure.com/Articles/redneckram/redneck240.jpg" alt="" />
<div class="top">
Redneck Ram Install
</div>
</li>


<li>
<a href="http://jk-adventure.com/JKA/content.php?166-JK-Adventure-com-How-To-Install-Synergy-drag-link-flip-kit-and-weld-on-track-bar-bracket"><img src="http://jk-adventure.com/Articles/Synergy/synergy240.jpg" alt="" />
<div class="top">
Synergy drag link flip kit and weld-on track bar bracket
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/showthread.php?2304-JK-ADVENTURE-COM-s-official-SEMA-build-HAVOC"><img src="http://jk-adventure.com/Articles/Havoc/HAVOC-240.jpg" alt="" />
<div class="top">
JKA's 2011 SEMA build "HAVOC"
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?161-Install-monster-valves%21%21%21"><img src="http://jk-adventure.com/Articles/monstervalve/JKAMONSTERVALVES240.jpg" alt="" />
<div class="top">
Powertank Monster Valve Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?160-TNT-Stubby-Winch-Bumper-install"><img src="http://jk-adventure.com/Articles/tntbumper/tnt240.jpg" alt="" />
<div class="top">
TNT Stinger Front Bumper Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?159-JK-Adventure-com-How-To-Installing-Metal-Cloak-Front-and-Rear-Armor-Fenders"><img src="http://jk-adventure.com/Articles/MetalCloak/MC240.jpg" alt="" />
<div class="top">
Install Metal Cloak Front fenders and Rear armor w/fender
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?158-Demount-and-mount-beadlocks-yourself%21-Do-it-right%21%21%21"><img src="http://jk-adventure.com/Articles/Deedbead_beadlock/JKA%20BEADLOCKS%20240.jpg" alt="" />
<div class="top">
Mount and de-mount beadlocks
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?157-Poison-Spyder-BFH-rear-JK-bumper-install-OR-FAB-Roto-Pax-arm"><img src="http://jk-adventure.com/Articles/Allan%20PS%20Bumper/PSbumper240.jpg" alt="" />
<div class="top">
PS BFH rear JK bumper install w/OR-FAB arm
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?155-Dominion-offroad-Jeepwag-installation-of-NEW-Poly-Ball-Joints"><img src="http://jk-adventure.com/Articles/BallJoints/DOballjoints240.jpg" alt="" />
<div class="top">
Dominion offroad/Jeepwag installation of <br>NEW Poly Ball Joints
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?153-THINKING-ABOUT-COILOVERS-ON-YOUR-JK"><img src="http://jk-adventure.com/Articles/coilovers/coilovers240.jpg" alt="" />
<div class="top">
"Thinking about Coil-overs?" <br>- by JKA's Ryan Bensheimer
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?152-JK-Adventure-com-How-To-River-Raider-Full-Corner-and-ORO-Lite-Dot-Install"><img src="http://www.jk-adventure.com/Articles/RRCorners/RR240.jpg" alt="" />
<div class="top">
RR Full Corner & ORO Lite Dot Install
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?150-JK-Adventure-com-How-To-Installing-Tom-Woods-JK-Driveshafts"><img src="http://jk-adventure.com/Articles/TomWoodsDS/Driveshafts240.jpg" alt="" />
<div class="top">
Step by Step Tom Woods Driveshaft installation
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?149-JK-Adventure-com-Get-to-Know-Members-Shannon-A-K-A-Yogurt"><img src="http://jk-adventure.com/Articles/GetToKnow/yogurt240.jpg" alt="" />
<div class="top">
Get to Know Members: Yogurt
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?148-JK-Adventure-com-Product-Review-New-Smittybilt-Stubby-Bumper-X20-Winch"><img src="http://jk-adventure.com/ThreadImages/smitty/smitty240.jpg" alt="" />
<div class="top">
New Smittybilt Stubby Bumper & X20 Winch
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?147-007-Secret-Spot"><img src="http://jk-adventure.com/ThreadImages/007/007_240.jpg" alt="" />
<div class="top">
Wheeling 007 "Secret Spot"
</div>
</li>


<li>
<a href="http://jk-adventure.com/JKA/content.php?146-JK-Adventure-com-Wheeling-Log-Truck-Haven-12-5"><img src="http://jk-adventure.com/Articles/truckhaven12-5/truckhaven240.jpg" alt="" />
<div class="top">
Wheeling in Truck Haven
</div>
</li>

<li>
<a href="http://jk-adventure.com/JKA/content.php?145-Sema-2010-Pictures!"><img src="http://jk-adventure.com/Articles/SEMA2010/SEMA240.jpg" alt="" />
<div class="top">
SEMA 2010 Photos
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?142-JK-Adventure-com-Product-Review-Teraflex-Speedbumps-review"><img src="http://jk-adventure.com/Articles/TFSpeedbumpReview/SpeedBumps240.jpg" alt="" />
<div class="top">
Teraflex Speedbump Review
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?143-JK-Adventure-com-How-To-Installing-Teraflex-Speedbumps"><img src="http://jk-adventure.com/Articles/TFSpeedbumpInstall/TFSB240.jpg" alt="" />
<div class="top">
Teraflex Speedbump Installation Guide
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?141-JK-Adventure-com-4Wheeling-News-The-Rockster-by-River-Raider-Offroad"><img src="http://jk-adventure.com/Articles/Rockster/rockster240.jpg" alt="" />
<div class="top">
Latest River Raider Build the "Rockster"
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?139-JK-Adventure-com-Product-Review-Rock-Krawler-s-Steel-and-Aluminum-Tie-Rods"><img src="http://jk-adventure.com/Articles/RKTieRod/tie-rod240.jpg" alt="" />
<div class="top">
Rock Krawler Tie-Rod Review
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?125-JK-Adventure-com-How-To-Changing-your-Differential-Fluid-on-your-Jeep-JK-Dana-44-w-locker"><img src="http://jk-adventure.com/Articles/Diff/Diff240.jpg" alt="" />
<div class="top">
How to change your Diff Fluid (D44)
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?123-De-Beading-a-Tire-with-High-Lift-Jack"><img src="http://jk-adventure.com/Articles/DeBead/DeBead240.jpg" alt="" />
<div class="top">
De-Beading a tire with a High-lift Jack
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?138-JK-Adventure-com-How-To-Changing-your-Jeep-JK-Brake-Pads"><img src="http://jk-adventure.com/Articles/Brakes/pads240.jpg" alt="" />
<div class="top">
How to change your Brake Pads
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?130-JK-Adventure-com-Wheeling-Log-Easter-Jeep-Safari-Moab-2010"><img src="http://jk-adventure.com/Articles/Moab/moab240.jpg" alt="" />
<div class="top">
EJS Moab 2010 wheeling
</div>
</li>
<li>
<a href="http://jk-adventure.com/JKA/content.php?132-JK-Adventure-com-New-Products-HD-Customs-LLC-HD-Switchblade-for-the-Jeep-JK"><img src="http://jk-adventure.com/Articles/Switchblade/switchblade240.jpg" alt="" />
<div class="top">
HD Customs - "Switchblade" bumper
</div>
</li>
</ul>

I think i know the problem but will it need some coding tweek and testing can't fix it here. If you wish you can submit for a paid support on my website.

iadventure 01-27-2012 06:20 PM

can you give me any clue so I can try to fix it myself?

sailnet 01-28-2012 12:00 PM

1 Attachment(s)
I'd like to a blank line between these blocks.

Quote:

br between </li> and <li>
what template?


All times are GMT. The time now is 06:35 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.04638 seconds
  • Memory Usage 1,858KB
  • 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
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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