vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   NavBar (https://vborg.vbsupport.ru/showthread.php?t=128145)

Hel_Sir 10-03-2006 05:13 AM

NavBar
 
I am useing the ambience_x theme for vbulletin 3.6.1. How can I chane whats on the nav bar? I would like to remove User CP and add Downloads which would point to /forum/downloads.php. Found some tips on google, but never got what file to edit, and when I found something similar to the example code found on google, it never fit with what I have.

Ntfu2 10-03-2006 06:35 AM

you dont need to edit any file

You need to login to admincp -> Style manager -> Edit nav bar template

Thats the rough break down, but it should get you there

Hel_Sir 10-03-2006 08:22 AM

Ok, thanks for the info there, cleared up a lot (where to find MEMBERINFO and such).
Anyway, in default I find Navbar under Navigation /Breadcump Templates.

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

now I tried to change $vbphrase[cndar] just to see if there was a change at all, but it wasnt for some reason. Am I at the wrong place? Added downloads line also:

<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">$vbphrase[ecdownloads_downloads]</a></td>

But that either is nowhere to be seen.. Any thaughts of where I am going wrong?

GH84 10-03-2006 10:14 AM

Quote:

Originally Posted by Hel_Sir
<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">$vbphrase[ecdownloads_downloads]</a></td>

I think "$vbphrase[ecdownloads_downloads]" doesn?t exist. Just write "Downloads", or so.

For example:
Code:

<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">Downloads</a></td>

Hel_Sir 10-03-2006 12:48 PM

Hmm ok, I see now where I am going wrong. The changes are reflected on /forum/ part, not the portal where I actually want the link. Do I need to check vbportal forums, or are navbar in vbportal also controlled from within the same place?

Also, is there any external upload/download modules that can be fully integrated with vbportal/vbulletin? Like have last uploads on the portal, top downloads on the portal + (and most important) moderation, as in send e-mail to an specified address when a user uploads a file so admins know a new file is ready for approval.

These 2 things fixed, and everything is wonderfull :D


All times are GMT. The time now is 08:13 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.01053 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete