How do i get this thing to work ?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
john1000
Advanced
Advanced
Posts: 18
Joined: Mon Aug 25, 2003 12:20 am

How do i get this thing to work ?

Post by john1000 »

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]
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: How do i get this thing to work ?

Post by John »

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: Select all

<SCRIPT language="Javascript" src="milonic_src.js" type="text/javascript"></SCRIPT>
<SCRIPT language="Javascript" src="menu_data.js" type="text/javascript"></SCRIPT>
John
john1000
Advanced
Advanced
Posts: 18
Joined: Mon Aug 25, 2003 12:20 am

Post by john1000 »

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 ?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

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?
John
john1000
Advanced
Advanced
Posts: 18
Joined: Mon Aug 25, 2003 12:20 am

Post by john1000 »

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.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

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: Select all

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.
John
Post Reply