View Full Version : how to put a link to forum in the top of site?
rhino56
10-19-2006, 05:40 AM
like where i have circled i want it to say forums and be a link there. where can i find this?
http://cryo-laboratory.com/upload/userfiles/rhino56/forumslink.JPG
rhino56
10-20-2006, 12:27 PM
anyone?
optrex
10-20-2006, 12:37 PM
Take a look at the multiple menu hack (in my sig), that will give you a starting point.
PoetJA-1975
10-21-2006, 07:21 AM
<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:
<td class="vbmenu_control"><a href="yourforumurl.php">Forum</a></td>
Hopes that helps :)
Jacquii.
rhino56
10-23-2006, 02:03 AM
<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:
<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 <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
and i made it
<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
PoetJA-1975
10-23-2006, 04:34 AM
Great that the suggestion helped - Don't think it should have any adverse reaction on anything, it is JUST A LINK afterall :P
Jacquii.
btw - your welcome!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.