Quote:
Originally Posted by TundraSoul
Bryan,
You simply need to add the "forums root" directory in front of the filename.
Like this:
<td class="vbmenu_control"><a href="tpahd-vb/local_links.php">Links</a></td>
and that should work.
Optionally, you may place the whole site URL in there, like you did with the other links in the nav bar.
<td class="vbmenu_control"><a href="http://www.tampahdtv.com/tpahd-vb/local_links.php">Links</a></td>
Either should work.
|
TundraSoul,
Thanks for the reply.
Quote:
<td class="vbmenu_control"><a href="tpahd-vb/local_links.php">Links</a></td>
|
I tried this prior to posting and this didn't exactly work. This produces the correct link when the person is located on the main page using vbadvanced. However going to the main forum produced this link and attempted to go to
http://www.tampahdtv.com/tpahd-vb/tp...ocal_links.php. Which of course don't exist.
Quote:
<td class="vbmenu_control"><a href="http://www.tampahdtv.com/tpahd-vb/local_links.php">Links</a></td>
|
I should have tried this. Stupid me. This works perfectly.
But shouldn't the other one worked also? Bug?
Thanks for your help!
-Bryan