Status Field Display

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
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Status Field Display

Post by bobwill »

"Description Text", "URL", "Alternate URL", "Status", "Separator Bar" is the syntax of the way a menu item is displayed.

How come the text that is put in the "Status" field is only displayed on the browser status bar when the menu item is defined as a "show-menu". When the main menu item is a direct link to a URL then the URL is displayed on the status bar. This also goes for sub-menu items, the "URL" is displayed not the text placed in the "Status" field.

The following menu code does not display status on browser
,"Home","http://www.baseball.legion.org/",,"Back to the home page",2

The following menu code does display status on browser
,"World Series","show-menu=series",,"World Series",2

Am on doing something wrong??
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Should work just fine.

From one of my sites...

,"ASU Sites","show-menu=asusites",,"ASU Sites",1
,"SAI Home","/sai/",,"Student Affairs Intranet Home Page",1
(see http://westcgi.west.asu.edu/sai/).

Both of those display in the status bar.

What version of the menu are you running? 3.5.15 is current.
John
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hey Bob,

I agree with John... it should work. Then again, you obviously don't see what you should. The question is "why?" Can you give us a specific URL where you don't see the status text that you should see? We'll have to be able to replicate the problem to try to figure it out. I looked at your site, and I do see "Back to the home page" in my status bar when I mouse over your Home main menu item. Your submenu items that have status text also seem to function properly for me; the status bar text shows up. I'm using IE6 under Win2k. What're you using?

Kevin
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

OK, that's the problem. I am using Opera 6.05. I checked it out using IE 6.0 and it worked. I also checked it out using Opera 7.1 and in this version I only get the URL displayed not the "Status" text.

Guess it is the Opera browser.

Thanks. Opera must have a problem with output info to the status bar.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Opera has a number of problems, many of which Andy has worked around. Try moving the JS calls up into the <head>, rather than in the <body>. Note, though, that this might do messy things to other browsers.

Seems to have something to do with wind direction... :roll:
John
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

....Opera must have a problem...
Agreed. ;)
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

kevin3442 wrote:
....Opera must have a problem...
Agreed. ;)
Disagree - Opera has many problems :D
John
Post Reply