1
i want
this menu insterted in my theme.html file instead of the one that is displayed now (on
this one), but only for registered members.
right now, i've got this in my theme.html file that represents that menu:
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<{if $xoops_isuser}>
<tr align="right">
<td id="headmenu" bgcolor="#6b6b6b">
<script language="JavaScript" src="menu.js">script>
td>
tr>
<{else}>
<tr align="center">
<td id="headmenu" width="288" bgcolor="#6b6b6b">
<td id="headmenu"><a class="menuHead" href="http://www.sednax.ws/">HOMEtd>
<td id="headmenu"><a class="menuHead" href="http://www.sednax.ws/modules/AMS">ARTICLEStd>
<td id="headmenu"><a class="menuHead" href="http://www.sednax.ws/modules/newbb">FORUMtd>
<td id="headmenu"><a class="menuHead" href="http://www.sednax.ws/modules/contact">CONTACTtd>
td>
tr>
<{/if}>
table>
the menu.js script file is this one:
menu.jsmy problem is that i don't get the menu, but nothing. of course, you need to register in order to see it, so i've created an account for you

(spamming = ip ban)
username = drull
pass = qwerty
i believe it has something to do with the theme css file and the menu css that conflict, but i'm not sure.. i'm busy with this for 2 days now and i can't see the problem... help
thanks
sednax