vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   3.8 Sliding Side Column To List Modules or even Ads (https://vborg.vbsupport.ru/showthread.php?t=260864)

Edgespeeder06 03-24-2011 02:55 AM

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?

BirdOPrey5 03-25-2011 09:37 PM

Even though it's graveyarded if you could give a link I'll check it out and know to keep an eye out.

Edgespeeder06 03-26-2011 01:51 AM

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

BirdOPrey5 03-26-2011 03:01 AM

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 )
and change it to:
Code:

elseif ($vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'index')
And save your changes. It should stop showing on your forum homepage now.

Edgespeeder06 03-26-2011 03:32 PM

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

BirdOPrey5 03-26-2011 03:48 PM

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?

Edgespeeder06 03-26-2011 03:54 PM

sure, here's the link to my home: njstangers.org and my forum is njstangers.org/forum

Does that make sense?

BirdOPrey5 03-26-2011 04:08 PM

AH ok your homepage is VBAdvanced...

Make the line:

Code:

elseif ($vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'adv_index')
See if that works.

Edgespeeder06 03-26-2011 04:19 PM

ok perfect, I changed it but its still spacing out the home page....any ideas?

BirdOPrey5 03-26-2011 05:07 PM

Hmmm... there's one more line in the same plugin:

Code:

elseif (THIS_SCRIPT=='index' AND $vbulletin->options['sc_lor'] == 2)
Make it:
Code:

elseif (THIS_SCRIPT=='index' AND $vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'adv_index')
Sorry I don't have VBAdvanced on my test site else I'd have tested it first.


All times are GMT. The time now is 04:05 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.01148 seconds
  • Memory Usage 1,733KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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