PDA

View Full Version : Java Menu in Header Template


Meje
02-21-2009, 10:29 AM
ok, Ive been searching this one for tooo long now so have to ask....!

I have an html page ( here (http://www.intuitiveparenting.info/images/menu.html) ) that I want to sit where my title image currently sits in the header template. Its basically a background image with a basic java menu.

I have tried just about everything to get it to show up... but I don't know enough about java to know what m really doing here...!

I have tried to call the external html page by creating a plug in.... but cant seem to get it to show up... maybe Im just not putting the $header_menu in the correct place in the header template??

If someone know an easy way for me to just call that file (or just put it directly in there??) into the header template I would be forever grateful....!

This is my current header template.

<table width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
<!-- /logo -->
</table>

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]

mmoore5553
02-21-2009, 11:18 PM
you could just replace your header with and iframe and then put that code in the table and it should work. i have done something similair in the past. You just have are calling another page in it. There are other ways to do it but more complicated but that is a quick work around i have done in the past.

Meje
02-21-2009, 11:59 PM
Thanks mmoore, I really appreciate your input. Ill have another look at iframe, but Id rather avoid having to go down that path.

mmoore5553
02-22-2009, 12:05 AM
well if you want to PM me your site and the template you are using i can test antoher way on my test board but doing it is php way which will call the javascript .... or if you have a test forum to test i will be glad to take a look

Meje
02-22-2009, 03:06 AM
That sounds great, I would love some more help with it - thank you!

I will PM you with more details :)

mmoore5553
02-22-2009, 10:32 AM
okay that works just waiting on your PM ..i also sent you one