PDA

View Full Version : Simple Question - But Not For Me :(


Heineken77
07-26-2002, 01:35 AM
Hi :)

I'm wondering how I could add a CHAT button in between my UserCP and Register Buttons so it appears on all the pages like those buttons do.

How would I go about doing that? I can't seem to find which template to edit, nor do I know how to enter the code :(

Thanks!
Heineken

Michelle69
07-26-2002, 05:44 AM
Well, you would make a chat.gif button and upload it to your /images directory.

Then you want to edit your Header. Mine looks something like this... you can see where I worked in the code to include the chat button (and how it looks here (http://parentingmiracles.com/board/index.php))

<a href="misc.php?s=$session[sessionhash]&action=faq"><img height=22 alt="F.A.Q" src="[imagesfolder]/head_faq.gif" width=98 border=0></a><a href="search.php?s=$session[sessionhash]"><img height=22 alt="Search" src="[imagesfolder]/head_search.gif" width=98 border=0></a><a href="http://parentingmiracles.com/chat/index.php3"><img height=22 alt="Chatrooms" src="[imagesfolder]/head_chat.gif" width=98 border=0></a>

Michelle69
07-26-2002, 05:54 AM
heh, I had to substitute { imagesfolder} with [imagesfolder] cos it was resolving the url to the vb.org forum, LOL.