![]() |
|
#1
|
|||
|
|||
|
Hi,
I have these codes on my navbar template: Code:
<if condition="THIS_SCRIPT != 'adv_index'"> <td class="vbmenu_control"><a href="$vboptions[homeurl]?$session[sessionurl]">Home</a></td> </if> <if condition="THIS_SCRIPT != 'index'"> <td class="vbmenu_control"><a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]">Forums</a></td> </if> <if condition="THIS_SCRIPT != 'gallery'"> <td class="vbmenu_control"><a href="$vboptions[homeurl]/gallery/?$session[sessionurl]">Photo Gallery</a></td> </if> <if condition="THIS_SCRIPT != 'chat'"> <td class="vbmenu_control"><a href="$vboptions[bburl]/misc.php?do=flashchat&room=3">Chatbox</a></td> </if> http://www.mysite.com/forums/http://www.mysite.com/links/index.php? instead of http://www.mysite.com/forums/? How can I fix this issue? thanks |
|
#2
|
||||
|
||||
|
Try linking to "/forums/$vboptions[forumhome].php$session[sessionurl_q]" instead.
|
|
#3
|
|||
|
|||
|
No luck, it keeps pointing to:
http://www.mysite.com/forums/http://www.mysite.com/links/index.php? I'm curious why repeating address twice...
|
|
#4
|
||||
|
||||
|
I'm sorry, I must not have been thinking... It's the $vboptions[forumhome] variable that's likely causing the issue. Assuming you haven't renamed your vBulletin index.php file, either of these links should work (if you have renamed the file, of curse just replace 'index' in the link).
/forums/index.php$session[sessionurl_q] $vboptions[bburl]/index.php$session[sessionurl_q] |
|
#5
|
|||
|
|||
|
Once again, Thanks Brian!
I love vBadvanced
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| navbar question | Lionel | Troubleshooting / "How do I..." Questions | 4 | 06-26-2006 05:41 PM |
| Navbar Question | azntfl | "How Do I..." Questions | 2 | 05-02-2006 02:07 AM |
| Navbar question | alex4473 | Troubleshooting / "How do I..." Questions | 7 | 02-01-2005 12:36 PM |
| Navbar question | wirewolf | Troubleshooting & Problems | 5 | 12-28-2004 12:28 PM |