Quote:
Originally Posted by poromenos
hello,
I have the following problem:
I use Vbadvanced for the main page of my site (ninty.gr)
The link in the navigation bar goes to www.ninty.gr/video.php and not to www.ninty.gr/forum/video.php which is the correct adress
That happens only to the front page of my site ,in all other pages ,it has the correct link
I have added the video.php link to the list from vba panel but still nothing!
Any help??
Thanks in advance
ps. my site is www.ninty.gr
|
I've just got a fix for this, it helped for me.
Open
navbar_videolink template
Find:
Code:
<td class="vbmenu_control"><a href="video.php$session[sessionurl_q]">$vbphrase[video_directory]</a></td>
and replace to:
Code:
<td class="vbmenu_control"><a href="/forum/video.php$session[sessionurl_q]">$vbphrase[video_directory]</a></td>
were: /forum/ is the location of your forum in case you use a different one
It worked for me, I hope it may help you.