fblanchet
Newbie
Posts: 1
Registered: 5/7/2005
Location: Moncton NB
Member Is Offline
|
| posted on 5/7/2005 at 06:54 PM |
|
|
Xoops CMS & Tigra Menu pro
Hello everyone,
i once installed Tigra Menu bar when i was using Mambo open source and it was running great!, but now i'm with Xoops and i can't seem to make it
work. I have been searching for information on this issue, but no luck! Here is the situation:
---===THEME.HTML===---
<!-- styles for demo menu #1-->
<link rel="stylesheet" href="<{$xoops_url}>/templates/default/menu0.css">
</head>
...
<!-- menu script itself. you should not modify this file -->
<script language="JavaScript" src="<{$xoops_url}>/templates/default/menu.js"></script>
<!-- items structure. menu hierarchy and links are stored there -->
<script language="JavaScript" src="<{$xoops_url}>/templates/default/menu_items0.js"></script>
<!-- files with geometry and styles structures -->
<script language="JavaScript" src="<{$xoops_url}>/templates/default/menu_tpl0.js"></script>
<script language="JavaScript">
new menu (MENU_ITEMS0, MENU_POS0);
</script>
</body>
---===menu_tpl0.js, menu_items0.js, menu.js, menu0.css===---
These files are all on the server in the correct directory, and i did'nt do any modifications on them. (same as the demo version). I wanted to
position the menu first then personnalise the rest after.
I get a menu is 'undefined' error. What could be the problem?
Thanks in advance!
Frédéric Blanchet
|
|
|
|