Troubleshooter

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
pbowers
Advanced
Advanced
Posts: 27
Joined: Wed Jun 05, 2002 8:15 am

Troubleshooter

Post by pbowers »

For some unexplained reason, my Milonic menu implementation (which had been working fine for months) is now dead. Aside from going through each line of code in the menu_array.js file individually, is there any sort of automated way to check for potential problem areas?

Paul
http://www.pipingdesign.com
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

As far as I can see there is a blank gap just before the first menu-item !

Code: Select all

,	// Reserved for future use

,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
Move it up and ...!

Cheers,
Trytrix
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
pbowers
Advanced
Advanced
Posts: 27
Joined: Wed Jun 05, 2002 8:15 am

Post by pbowers »

I'm not sure I follow your meaning.

Thanks,

Paul
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

I mean the blank line ...
Try this ..

Code: Select all

,   // Reserved for future use 
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
instead off:

Code: Select all

,   // Reserved for future use 

,"SEARCH","show-menu=search",,"Search Options",1 // "Description 
Text", "URL", "Alternate URL", "Status", "Separator Bar"
Cheers,
Trytrix
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Post Reply