PDA

View Full Version : Nav Bar


Graham
09-18-2004, 07:34 AM
I´ve just installed v3Articles on my site, I´ve edited the nav bar to place a link, this is fine but my articles is in the forum/ file so I edited the code in the nav bar to match this which works.

But say I am in my forum I click on "articles" tab it place forum/article.php in front of forum/ so now I have this twice and won´t find the page....

e.g. http://villasolrealestate.com/forum/forum/article.php?

note the extra /forum

how can I fix this?

Zachery
09-18-2004, 10:27 AM
Wouldnt this question be abit better suited for v3arcade.com ? I've got no expirence with v3 articles so I am not able to help much.

Our Sponsors
 

Graham
09-18-2004, 11:43 AM
True, I´ll post it there.

Regards

tomshawk
09-18-2004, 10:12 PM
Your best bet would be to hard code the link with the complete url like this


<td id="Articles" class="vbmenu_control"><a href="http://villasolrealestate.com/forum/article.php?">Articles</a></td>


I'm not sure why, but I've noticed this alot with vBadvanced CMPS when the index.php file is outside the forums folder.

Good luck

Our Sponsors
 

Graham
09-19-2004, 06:33 AM
Thanks, that worked perfectly!