PDA

View Full Version : $nav_url (please help)


The Prostitute
04-19-2003, 05:59 AM
I need to know where ($nav_url) is defined. It is used to make the links that are at the top of forumdisplay.php. On my board it displays the following ( Fitness Health and Beauty Concepts Discussion Boards > Regional Discussion > Arizona > Fitness ).

I need to edit the url of the links so it does not point to forumdisplay.php but another page that I have created. I have looked long and hard and only found that the (navbar) template calls up the varible ($navbits) and that nav bits uses ($nav_url).

Please help...

Tony G
04-19-2003, 06:21 AM
From the top of my head, the navbar template?

It's not in a group though..

The Prostitute
04-19-2003, 06:46 AM
From the top of my head, the navbar template?

It's not in a group though..


Nope...

Here is the contents of my navbar template

<img src="{imagesfolder}/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion">
<normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> &gt; $navbits</b></normalfont>

I was unable to located ($navbits) anywhere... But did find navlinkon which contains nav_url.... But where is nav_url defined?

Black Vivi
04-19-2003, 01:33 PM
admin/functions.php
in the makenav function (starts around line 456 (in vB 2.3))

filburt1
04-19-2003, 03:54 PM
admin/functions.php
in the makenav function (starts around line 456 (in vB 2.3))
Please don't discuss hacking here.