Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #1  
Old 03-24-2011, 02:55 AM
Edgespeeder06 Edgespeeder06 is offline
 
Join Date: Nov 2009
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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?
Reply With Quote
  #2  
Old 03-25-2011, 09:37 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Even though it's graveyarded if you could give a link I'll check it out and know to keep an eye out.
Reply With Quote
  #3  
Old 03-26-2011, 01:51 AM
Edgespeeder06 Edgespeeder06 is offline
 
Join Date: Nov 2009
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 03-26-2011, 03:01 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 03-26-2011, 03:32 PM
Edgespeeder06 Edgespeeder06 is offline
 
Join Date: Nov 2009
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 03-26-2011, 03:48 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #7  
Old 03-26-2011, 03:54 PM
Edgespeeder06 Edgespeeder06 is offline
 
Join Date: Nov 2009
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Does that make sense?
Reply With Quote
  #8  
Old 03-26-2011, 04:08 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #9  
Old 03-26-2011, 04:19 PM
Edgespeeder06 Edgespeeder06 is offline
 
Join Date: Nov 2009
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok perfect, I changed it but its still spacing out the home page....any ideas?
Reply With Quote
  #10  
Old 03-26-2011, 05:07 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04016 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete