Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:17

How do i get this thing to work ?


Poster: john1000
Dated: Monday August 25 2003 - 0:33:41 BST

Well when i downloaded the menu that goes for the phpnuke everything went smoothly but now for some reson the thing wont work.
im stupid ,i know,but why doesnt the system generates a readme file how to install the bloody thing into nuke.
ive done it before but now it wont work.
after some reading on the forum i found a simular problem and the code was...
<SCRIPT language=JavaScript src="menu_data.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="milonic_src.js" type=text/javascript></SCRIPT>

and i thought i had to be put in to the header so ive tried that.
errors i got was ..
_startM
mm style not defined

now why isnt this working..
[/quote]

Re: How do i get this thing to work ?


Poster: John
Dated: Monday August 25 2003 - 0:50:07 BST

john1000 wrote:
<SCRIPT language=JavaScript src="menu_data.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="milonic_src.js" type=text/javascript></SCRIPT>

You haven't really given us anything to look at (and you didn't read far enough in that post you found), but those calls are backwards. Should be...
Code:
<SCRIPT language="Javascript" src="milonic_src.js" type="text/javascript"></SCRIPT>
<SCRIPT language="Javascript" src="menu_data.js" type="text/javascript"></SCRIPT>


Poster: john1000
Dated: Monday August 25 2003 - 1:10:30 BST

oh yes your right about that,got it backwards also,well i said i was stupid....lol
but last question..whats the best file to alter the images path ?


Poster: John
Dated: Monday August 25 2003 - 1:14:47 BST

john1000 wrote:
oh yes your right about that,got it backwards also,well i said i was stupid....lol

Nope, sorry - "stupid" doesn't fly here. "New with the menu" is much better :D
john1000 wrote:
but last question..whats the best file to alter the images path ?

I don't follow exactly what you're asking. What images?


Poster: john1000
Dated: Monday August 25 2003 - 1:18:59 BST

well the menu i use...number 17 comes with some images and the now they are not showing.
i know that but if i look at the resource it shows that they will have to be put in the root so they will show.
but some part of the images path has to be changed.


Poster: John
Dated: Monday August 25 2003 - 5:01:53 BST

Actually the menu code does not show the images in the root, but rather in their own directory, as per this snip from 17...
Code:
aI("text=Milonic;showmenu=Milonic;image=menuimages/penfold.gif;overimage=menuimages/penfold_over.gif;");

Just change the image parameter to conform to where you place your images on your server.