vBulletin Mods

The Official vBulletin Modifications Site
http://www.vbulletin.org/forum/showthread.php?t=233871

iadventure 27 Jan 2012 15:44

I never got an answer to my question...



Quote:

Originally Posted by iadventure (Post 2292073)


almannai 27 Jan 2012 16:03

Quote:

Originally Posted by iadventure (Post 2293092)
I never got an answer to my question...

What is your vb version?

iadventure 27 Jan 2012 16:13

4.10

almannai 27 Jan 2012 16:16

Quote:

Originally Posted by almannai (Post 2292605)
Ok.

In order to the changes of #sidebar_container to take effects in your first post you need to make sure that "Store CSS Stylesheets as Files" is disabled.

To disable "Store CSS Stylesheets as Files" dothe following:
1. vbulletin settings->option
2. Go to "style & langauge settings"
3. Scroll down and set "Store CSS Stylesheets as Files" to No
4. Save

Now go to your style variable and set #sidebar_container value

Sorry I just found out that this value no longer exist in the newer vbulletin so your best bit is to edit the mod manually or get the gold version where you can edit this value easly from mod options as you can see it in this website.

You can see how the sidebar is aligned with the forum contents

Regards,

almannai 27 Jan 2012 16:19

Quote:

Originally Posted by iadventure (Post 2293103)
4.10

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

iadventure 27 Jan 2012 16:22

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 27 Jan 2012 16:29

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 27 Jan 2012 16:41

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 27 Jan 2012 17:00

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?


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

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 27 Jan 2012 17:16

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?


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

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 27 Jan 2012 17:34

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

iadventure 27 Jan 2012 17:41

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 27 Jan 2012 17:57

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 27 Jan 2012 18:20

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

sailnet 28 Jan 2012 12:00

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 13:08.

Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2001 - , vbulletin.org. All rights reserved.