The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
3.8 Sliding Side Column To List Modules or even Ads
I recently saw a modification that was sent to the graveyard regarding a sliding side column so I was curious if anyone had designed a copy of something similar that can be distributed for 3.8? Its perfect for what I'm looking for and I haven't see any other mods for side columns that were as detailed or was it just me in my search?
|
#2
|
||||
|
||||
Even though it's graveyarded if you could give a link I'll check it out and know to keep an eye out.
|
#3
|
|||
|
|||
Thanks: https://vborg.vbsupport.ru/showthrea...hlight=sliding I think it would work if it didn't have an issue with why its in the graveyard, I am not sure.
I did find another one that I like but the user has been around to help and it creates 4 columns on the homepage messing up my website but yet it allows me to have it on the forum and post bit pages. If only I could turn it off from show off on the homepage. Here's the one I'm talking about: https://vborg.vbsupport.ru/showthread.php?t=204773 |
#4
|
||||
|
||||
Ahh, yeah that first was was removed because the author was re-distributing copyrighted vBulletin files in violation of the license.
The 2nd one however can easily be fixed so it doesn't display on the forumhome (index) page... In Admin CP go to Plugin Manager, scroll down to the Sidebar mod and edit the plugin: [+++++++.VN] - Sidebar Column Parse Templates Find the line: Code:
elseif ($vbulletin->options['sc_lor'] == 2 ) Code:
elseif ($vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'index') |
#5
|
|||
|
|||
Ah I tried that but it still shows it on the home page.....I change that setting and set it to all right? I mean if its easier just to get to post to the index (being the forum home and post bit sections) instead of setting all the limits for where I dont want it to post like homepage njstangers @org or the member garage page?
I appreciate your help. Thanks |
#6
|
||||
|
||||
Yes you'd set it to show on all.
If your "homepage" the forum index site? (the original index.php file)? AKA FORUMHOME? Or do you have someone else as your homepage? Can I get a link to your site? |
#7
|
|||
|
|||
sure, here's the link to my home: njstangers.org and my forum is njstangers.org/forum
Does that make sense? |
#8
|
||||
|
||||
AH ok your homepage is VBAdvanced...
Make the line: Code:
elseif ($vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'adv_index') |
#9
|
|||
|
|||
ok perfect, I changed it but its still spacing out the home page....any ideas?
|
#10
|
||||
|
||||
Hmmm... there's one more line in the same plugin:
Code:
elseif (THIS_SCRIPT=='index' AND $vbulletin->options['sc_lor'] == 2) Code:
elseif (THIS_SCRIPT=='index' AND $vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'adv_index') |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|