Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications

Reply
 
Thread Tools
Additional side navbar Details »»
Additional side navbar
Version: 1.01, by attroll attroll is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.5 Rating:
Released: 03-20-2008 Last Update: 03-20-2008 Installs: 74
Uses Plugins Template Edits
Additional Files  
No support by the author.

I am using this post for a test writeup for a modification I am creating on another site.

Despite what category this is in it works with vBulletin 3.0 up to the most recent version of 3.7.
What this does is create another navbar bar as a left column ny inserting $navbar3 in your navbar template.
With very little modifications you can add to, remove or move items around in this additional navbar.

To install the this
1. Download the zipped file.
2. Unzip the file.
3. Import the product-navbar3.xml into your Plugins & Products Manage Plugins.
4. In the footer template find:
PHP Code:
$spacer_close
<!-- /content area table --> 
Below that add;
PHP Code:
<!-- leftside column -->
</
td>
</
tr>
</
table>
<!-- / 
leftside column --> 
5. In the navbar template find:
PHP Code:
<!-- / PAGENAV POPUP -->
</if> 
Below that add:
PHP Code:
$navbar3 
6. Upload the following file into your forum/images/misc/ directory
navbits_dash.gif
7. go into you Admincp and edit the template navbar3 to include the link you want to include in it.

Using this with CMPS
This xml file will work only on CMPS 3.0.0 it will not work on any of the previous RC versions.

If you would like to include this navbar3 on the front page of your CMPS you can import the following file "cmps_navbar3" through your Admincp--> vBa CMPS--> Download/Upload Module.

In adminCP - vBA CMPS Settings - Main Settings - Portal Output Global Variables type navbar3

You'll need to disable the original Navigation mudule or you're gonna have two of them on the page.

Thanks go out to Leo Brazil for creating the CMPS module.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 06-25-2008, 05:15 PM
woodysfj40 woodysfj40 is offline
 
Join Date: Jun 2004
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to work with alignment and height adjustments...

have tried a few things, unable to get the menu to align with the top of the thread list and below the ad banners, rather than immediately below the navbar

also, trying to get it to display at 100% height, and not be cut-off partway down the page...

have it inactive at the moment until I get some resolution on these....kewl mod tho!
Reply With Quote
  #63  
Old 06-26-2008, 03:49 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave-Initial View Post
Curious how i would display this on all pages except for usercp?
I tried the following but only seems to work for the first page.. any ideas?
Code:
<if condition="THIS_SCRIPT != 'USERCP'">
That was what I was going to suggest. I have ever tried it because when I saw how it looked in the usercp I thought it was just not right.
Code:
 
<if condition="THIS_SCRIPT != 'usercp'">
Reply With Quote
  #64  
Old 06-26-2008, 04:25 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by woodysfj40 View Post
I'm trying to work with alignment and height adjustments...

have tried a few things, unable to get the menu to align with the top of the thread list and below the ad banners, rather than immediately below the navbar

also, trying to get it to display at 100% height, and not be cut-off partway down the page...

have it inactive at the moment until I get some resolution on these....kewl mod tho!
It is interfering with another hack you have in the site. That is why it is getting cut-off partway down the page. The side navbar is inside the original navbar template and that is probably why you can not get it to display below the banners. This could probably be done but I would have to set up a test site with all the hacks you have in your site to figure out how to get it to work. I am sorry but I do not have time to do something like that.
Reply With Quote
  #65  
Old 06-26-2008, 05:04 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by indie2industry View Post
tried that :-(.

I even tried this...

https://vborg.vbsupport.ru/showpost....7&postcount=32

it DID fix my footer & tables but my forums continue to fall outside of the borders.
I installed the same style you are using in my test site tonight and everything worked fine with the side navbar. So that rules out the style being the problem.

I noticed when I logged into you forums tonight under the test account you gave me and you have a bunch of hacks installed in your site. I saw the following hacks installed in the top part of you forums:
My Profile Url
Hideout XSPF Music Player
Donation Goal
LCD (Liquid Crystal Display)

I have a very good feeling that it is one of these hacks that is causing the problem you are having. I am leaning towards the Donation Goal or the LCD (Liquid Crystal Display) hack that is doing it. If you can you might want to disable those two in your plugins if they are plugins and then see if the sidebar works properly. I am not trying to come of rude when I say, I can not spend a whole bunch of time installing a bunch of hacks in my test site to try to figure out which hack you have installed that is interfering with this mod.
Reply With Quote
  #66  
Old 06-26-2008, 08:43 AM
indie2industry's Avatar
indie2industry indie2industry is offline
 
Join Date: Jan 2008
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by attroll View Post
I installed the same style you are using in my test site tonight and everything worked fine with the side navbar. So that rules out the style being the problem.

I noticed when I logged into you forums tonight under the test account you gave me and you have a bunch of hacks installed in your site. I saw the following hacks installed in the top part of you forums:
My Profile Url
Hideout XSPF Music Player
Donation Goal
LCD (Liquid Crystal Display)

I have a very good feeling that it is one of these hacks that is causing the problem you are having. I am leaning towards the Donation Goal or the LCD (Liquid Crystal Display) hack that is doing it. If you can you might want to disable those two in your plugins if they are plugins and then see if the sidebar works properly. I am not trying to come of rude when I say, I can not spend a whole bunch of time installing a bunch of hacks in my test site to try to figure out which hack you have installed that is interfering with this mod.
no, I totally understand... I'll give it a shot and THANK YOU!!!!

Once I get this working, you'll be receiving a donation from me :-)
Reply With Quote
  #67  
Old 06-26-2008, 09:44 AM
indie2industry's Avatar
indie2industry indie2industry is offline
 
Join Date: Jan 2008
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found it!!!!!!!!!!!!!!!!

Anyone with this mod is going to have a SERIOUS PROBLEM!!!

https://vborg.vbsupport.ru/showthread.php?t=177778
Reply With Quote
  #68  
Old 06-26-2008, 03:38 PM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by indie2industry View Post
Found it!!!!!!!!!!!!!!!!

Anyone with this mod is going to have a SERIOUS PROBLEM!!!

https://vborg.vbsupport.ru/showthread.php?t=177778
Looks like you figured out what was causing the problem. I have to admit though I did not think that was the one that was causing it.
Reply With Quote
  #69  
Old 07-02-2008, 06:37 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Thanks!
Reply With Quote
  #70  
Old 07-05-2008, 05:09 PM
edfig edfig is offline
 
Join Date: Oct 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why in my vBadvanced portal page do I have the menu shown twice... side by side... But in the FORUMS themselves.... it looks just fine?
Reply With Quote
  #71  
Old 07-06-2008, 03:28 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by edfig View Post
Why in my vBadvanced portal page do I have the menu shown twice... side by side... But in the FORUMS themselves.... it looks just fine?
I don't know. Maybe another hack you have installed is interferring with it.
Reply With Quote
Reply

Thread Tools

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 06:06 AM.


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.05506 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (4)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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