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
  #92  
Old 01-28-2009, 04:20 PM
HaS?R HaS?R is offline
 
Join Date: Nov 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.
Reply With Quote
  #93  
Old 01-28-2009, 06:08 PM
dmknights dmknights is offline
 
Join Date: Jul 2007
Location: UK
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

now this looks good.
will try this later
Reply With Quote
  #94  
Old 01-29-2009, 07:54 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow. soooo gunna try this out!

anyone know if it works with 3.8.x?
Reply With Quote
  #95  
Old 01-29-2009, 10:43 AM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works great on 3.8.0 and even CMPS module does

May be you'll have to change Forums width to look as you wish but it does work good.
Reply With Quote
  #96  
Old 02-02-2009, 03:02 AM
Azonaco Azonaco is offline
 
Join Date: Aug 2008
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I exclude this from being shown on forum home and user cp?
Reply With Quote
  #97  
Old 04-02-2009, 11:19 AM
MindFixxer MindFixxer is offline
 
Join Date: Aug 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and functional in less than two minutes!

Much thanks!
Reply With Quote
  #98  
Old 04-29-2009, 09:51 AM
MTGDarkness MTGDarkness is offline
 
Join Date: Dec 2008
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Say I want to make this collapsible (see this theme for details). Any idea how I would do that?
Reply With Quote
  #99  
Old 05-27-2009, 12:24 PM
MindFixxer MindFixxer is offline
 
Join Date: Aug 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just in case anyone wants to use this with 3.8.2, I just went through a few frustrating hours trying to get it to work with a certain theme. After doing some reading through the last 7 pages, and some experimenting, I got it to work nicely. (Which is no surprise, since the author of the product did a great job of making it.)

I just wanted the extra space on the front page. And after reading some of the posts in this thread, I went and read the advice offered here: https://vborg.vbsupport.ru/showpost....7&postcount=32

Problem was, he wasn't very clear on just how he did it. So, hopefully, this will help out someone else if they are ever stuck.

First, I made sure that all instructions for a normal install were followed, with one exception noted below. Then, as suggested in the above post, I went to the style manager and began to edit the template: Footer >> FORUMHOME

The only variation from the original instructions was that, instead of placing $navbar4 in the Navbar template (as said in the instructions) I placed it only in the FORUMHOME template.

The part where I placed it looks like this:
HTML Code:
</head>
<body>
$header
$navbar
$navbar4
<if condition="$show['guest']">
End result: It works and looks great on just the front page.


Many thanks to the author of the code! :up:
Reply With Quote
  #100  
Old 02-22-2010, 05:31 PM
doubleclick doubleclick is offline
 
Join Date: Jul 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bgodbout View Post
Thank you for the quick responses.

I finally found a solution. I was unable to get the sidebar to display correctly in the threads BUT I moved the sidebar to the FORUMHOME template to only be showed on the forums home page which works out quite nice and displays perfectly. We have decided to use it as a extra area instead of a navigation replacement.

**NOTE** if you decide to do this as well you need to add a </table> tag at the beginning of the footer so it doesn't knock it out of line.
I tried this on my forum, adding navbar2 to just FORUMHOME and adding the </table> tag at the beginning of the footer. It looks great on Internet Explorer 6 and 8, but in Firefox 3.6 the right colum is too wide, as is the footer.

Can't where to control this so the whole right side aligns correctly. Any clues?
Reply With Quote
  #101  
Old 11-07-2015, 03:11 PM
webnsn webnsn is offline
 
Join Date: Oct 2009
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how to do this step

6. Upload the following file into your forum/images/misc/ directory
navbits_dash.gif
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 08:37 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.08801 seconds
  • Memory Usage 2,308KB
  • Queries Executed 27 (?)
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)bbcode_html
  • (4)bbcode_php
  • (1)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
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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