Quote:
Originally Posted by PoetJA-1975
PHP Code:
<td class="vbmenu_control"><a href="http://jpicforum.info/calendar.php">Calendar</a></td>
you wanna find something like that above code and add the below code below or above one of those circled links AND/OR replace it with your forum url:
PHP Code:
<td class="vbmenu_control"><a href="yourforumurl.php">Forum</a></td>
Hopes that helps
Jacquii.
|
it was a little different then that but i was able to find it and figure it out from that.
it was
PHP Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
and i made it
PHP Code:
<td class="vbmenu_control"><a href="http://www.cryo-laboratory.com/forums/">FORUM</a></td>
hopefully it has no ill effects on anything else.
So thanks for the help and i will also check out the multi hack for futrue use optrex