PDA

View Full Version : Header Help



Neo-Cloud
Fri 31st May '02, 11:02am
Hi ... i want to image map on a picture for my header. I know how to image map but i need the code so all i have to do is change the file name and the co-ordinates. I used to have this basic header code but it got lost :(

Does any of you pros know how to re-create the code :( please help !

thx

Nc

Floris
Fri 31st May '02, 11:06am
Originally posted by Neo-Cloud
Hi ... i want to image map on a picture for my header. I know how to image map but i need the code so all i have to do is change the file name and the co-ordinates. I used to have this basic header code but it got lost :(

Does any of you pros know how to re-create the code :( please help !

thx

Nc
Sure. Give me the image you want mapped and the URL's to link to. info@creations.nl
And don't call me a pro :)

Neo-Cloud
Fri 31st May '02, 11:14am
ok ill have to make one first lol ^__^ thx for ur help !!!

PRO ! lol

Nc

Floris
Fri 31st May '02, 11:19am
I mean.
You run a vBulletin board:
You have a header,
and instead of the normal buttons, you want an image,
linked to a image <map>
but dont know how to do this?

Did you try yourself already, by downloading shareware version of Macromedia(.com) dreamweaver. It is really easy in it, that will be what I use when I will do it for you. Then I just add the url's you gave.

Neo-Cloud
Fri 31st May '02, 11:20am
i jus dunno how to do it full stop.

nc

Floris
Fri 31st May '02, 11:22am
Originally posted by Neo-Cloud
i jus dunno how to do it full stop.

nc ok,
You put the time in the design of the header image, with the 'buttons' on them. And gather the links you want them to link to. Email me the .gif/jpg or .psd with the links, and I will try to make it work for vBulletin header; and mail it back at ya.

Floris
Fri 31st May '02, 12:03pm
________Installation Instructions:
Goto the Admin Control Panel
Goto Styles > Click on 'Modify'
Select [fonts/colors/etc] and goto Header: (Code that is placed just after the <body> tag)
Find:


<!-- toplinks -->
.. bunch of code here
<!-- /toplinks -->

Replace with:


<!-- toplinks -->
<img src="{imagesfolder}/yuy.jpg" width="753" height="100" name="x" usemap="#headermap" border="0">
<map name="headermap">
<area shape="rect" coords="16,30,73,40" href="usercp.php?s=$session[sessionhash]" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" title="Here you can view your subscribed threads, work with private messages and edit your profile and preferences">
<area shape="rect" coords="79,30,141,40" href="register.php?s=$session[sessionhash]&action=signup" alt="Registration is free!" title="Registration is free!">
<area shape="rect" coords="149,30,210,40" href="calendar.php?s=$session[sessionhash]" alt="Calendar" title="Calendar">
<area shape="rect" coords="218,30,275,40" href="memberlist.php?s=$session[sessionhash]" alt="Find other members" title="Find other members">
<area shape="rect" coords="280,30,308,40" href="misc.php?s=$session[sessionhash]&action=faq" alt="Frequently Asked Questions" title="Frequently Asked Questions">
<area shape="rect" coords="315,30,360,40" href="search.php?s=$session[sessionhash]" alt="Search" title="Search">
<area shape="rect" coords="368,30,397,40" href="index.php?s=$session[sessionhash]" alt="Jump back to the frontpage" title="Jump back to the frontpage">
<area shape="rect" coords="408,30,462,40" href="member.php?s=$session[sessionhash]&action=editavatar" alt="Edit your Avatar" title="Edit your Avatar">
<area shape="rect" coords="18,11,191,23" href="index.php?s=$session[sessionhash]" alt="[Home]" title="[Home]">
</map>
<!-- /toplinks -->

Click on 'Save Changes' at the bottom of the page
Upload the .jpg to your images/ directory

Done!
Test it out :)

Neo-Cloud
Fri 31st May '02, 12:24pm
THANKS FOR THE HELP !!!!

thats just what i was looking for :)

You have saved me ages of time !!!! thankies YEY

NC

Floris
Fri 31st May '02, 12:30pm
So, where is the URL to your board?

Neo-Cloud
Fri 31st May '02, 12:40pm
www.illicityellow.com/forums

should work , i've been getting loads of dns probs.

neo

Floris
Fri 31st May '02, 12:48pm
Looks nice :)

Neo-Cloud
Fri 31st May '02, 12:52pm
Im also experiencing this problem in the user cp ...

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/cloud/public_html/forums/member.php(293) : eval()'d code on line 2

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/cloud/public_html/forums/member.php(293) : eval()'d code on line 2

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/cloud/public_html/forums/member.php(293) : eval()'d code on line 2

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/cloud/public_html/forums/member.php(293) : eval()'d code on line 2

do u know what to do to make it better ....?

thx,

neo

Floris
Fri 31st May '02, 1:24pm
Did you apply a code hack that altered member.php ?
If so, undo that.
It looks like it used something="moo" while it should have been something=\"moo\"