With V 5.712 get unlicened Milonic DHTML menu Dialog Box

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

With V 5.712 get unlicened Milonic DHTML menu Dialog Box

Post by jimsohn »

I just installed Version 5.712 and to my amazement when I checked into my site I got a dialog box advising that I was using an unlicened copy of the menu. I checked and did in fact have a licensed copy installed:
License Details:
Number: 186030
URL: http://www.gbgm-umc.org/wesley-va/
Type: Free
Dated: Friday November 12 2004

I have now reverted back to Version 5.711 and all nominal again. I tried the menu with NS 7 and Firefox and received the alert with both browsers.

Jim
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi Jim,
There was a change with that version. You can see the information HERE about LINK BACK about why and how to fix that.


Ruth
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

So that you can better help me with this, please look at the test folder that I created with ONLY my index page (no graphics). I put the version 7.12 in this folder. You can see the resulting alert box. FYI the 'exact' Milonic linkback tag is included on this page.
Please look at: http://www.gbgm-umc.org/wesley-va/test/

My site is actually at: http://www.gbgm-umc.org/wesley-va/ and on this site I reverted back to V 7.11

I saw the notice with regards to 7.11. I had and have 7.11 installed with the link back to Milonic that I have always had on my site without getting the dialog box. That is why I was suprised to see the notice when I went up to 7.12 and dont see it with 7.11.

Thank You.
Jim
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Hi Jim -

Very strange. I downloaded your test code to my site. Made no changes at all except to add a full URL to pick up the menu code from your site (5.712). So far I do not get the popup, although I did see it on your link.

Tied up with some fire inspections, but I will dig into this further when I get back this afternoon.
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Just for further information, I don't get the popup on IE5.5, Opera 7.11, but it does happen on Netscape 7.11. Is the menu getting loaded and the function being triggered before the link on the page is fully there? The menu codes are in the head also, maybe putting them right after the body tag? I have no clue about how the browsers load pages and files.

Ruth
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

Thanks Ruth. I moved the script from the head to the body. I still get the dialog box with Netscape 7.2 and Firefox V 1. I DID NOT get the dialog box with Internet Explorer 6.

http://www.gbgm-umc.org/wesley-va/test/

Jim
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

Just to eliminate any thought that some of the other javascript on my page could be causing the problem. - I eliminated all code on the page except for the menu calls and the milonic linkback.

This new test page is at: http://www.gbgm-umc.org/wesley-va/test/index1.html
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

For clarification, I'm not seeing the popup on Safari (local code). Later I'll (gulp - grimace) fire up Windoze and see what happens there.
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 »

Hi Jim,
jimsohn wrote:...FYI the 'exact' Milonic linkback tag is included on this page....
Well.... it turns out that it isn't exactly exact ;) . The code on your test page is:

Code: Select all

	 <P ALIGN="RIGHT"><A href="http://websites.milonic.com/milonic.com/">JavaScript Menu Courtesy
		of Milonic.com</A></P>
Notice that the text in the link ("JavaScript Menu Courtesy of Milonic.com") is split across two lines. That split includes a carriage return and two tabs. It seems that IE6 is forgiving of the discrepancy, but NS7 and Firefox are not.

Try putting the code all one one line. That should fix it.

Cheers,

Kevin
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

Kevin that did it. I went into my source code using notepad and hand edited the code so that it was all on one line:
[code<P><A HREF="http://milonic.com/">JavaScript Menu Courtesy of Milonic.com</A> </P>]

Originally I copied the code from the Milonic page and pasted it into my Softquad html editor. The editor must have wrapped the sentence on a separtate line, however there was no code break showing in the code, just the wraparound.

Boy is this going to be a PAIN. I have the Milonic link on every page of my website but its inside a table and the html editor may have wrapped the line. I guess I shouldnt complain but this will mean that all of the pages will have to be hand edited so that no wraparound occurs with the code.

This is the code I have on all of my current webpages:


[/code<TABLE WIDTH="100%">
<TR>
<TD ALIGN="LEFT">
<P ALIGN="LEFT"><A HREF="http://milonic.com/">JavaScript Menu
Courtesy of Milonic.com</A></P></TD>
<TD ALIGN="RIGHT">
<P ALIGN="RIGHT"><FONT SIZE="-2" FACE="arial"><A
HREF="gbgmform.html"><IMG SRC="emailwebmaster_s.gif" WIDTH="88" HEIGHT="20"
BORDER="0" ALT="eMail Jim Sohn"></A></FONT></P></TD>
</TR>
</TABLE>]
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

First...Sorry I got the CODE tag wrong in my prior comment.
As I said before I have a link back to milonic on every page of my website but the text wraps. (not a hard break in the code, just a wraparound put in by my html editor) This wraparound apparently is not acceptable to the milonic validity check with the Netscape 7.2 or Firefox browsers.

I will certainly go through and hand edit every page on my site if necessary to eliminate the wrap put in by my html editor. But before I do this I want to make sure that the code check in v 5.712 will continue to be the standard for validity checking. I personally believe it too constraining. Having the text and associated link is necessary to protect milonic but forcing the current wrap constraint may not be necessary to accomplish the goal.
As a FREE user I feel privileged to use the milonic menu. I will continue using V 5.711 which works great with my backlinks until I hear that I must hand edit the backlink code throught my site to ensure no wraparounds.
http://www.gbgm-umc.org/wesley-va/
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Well, then that leaves me very confused (which isn't too hard to do these days...). :?

I took the code I had downloaded earlier, with the wrap still in place, and uploaded it to my server. Looked at it in Safari again and also IE6 (shiver). I still did not get the popup that showed up on your site.
John
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Also look at Tooltip

Post by jimsohn »

John, I hesitate to cloud this with something else unusual. I have V 5.712 installed on http://www.gbgm-umc.org/wesley-va/test/index1.html
where we have been looking at the unlicensed menu dialog box.

Well there is another thing that you might want to investigate. I use the tooltips.js Version 1.1 installed which is for use with Menu Version 5.16 or higher.

There is a 'shadow' tooltip bar occuring. If you open the above test url then put your cursor over "Pastor Tony" you will see a tooltip bar appear that says "Walton C. Forstall, AKA Pastor Tony" and go away when you move your cursor off the button (what should happen). Now move your cursor straight down from the "pastor tony' button, then to the right or left. You will again see the tooltip bar appear where you moved the cursor. It stays there until you move your cursor again and click. This interesting event only started happening with the new tooltip.js module and the 5.xx menu.

No big deal but something to look at.

Jim
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

Well we can close this problem for me. This morning I applied for and received a professional license for my Wesley United Methodist Church website. I downloaded the code with the professional status, installed it and all is well.

Of course I will continue to proudly display the Milonic back links. There have been some other church website friends who have visited http://www.gbgm-umc.org/wesley-va/ and decided to use the Andy's exceptional menu capability.

Thanks for all those who have helped me with this.

Jim
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

There is a new tooltips file (v1.3) required for menu 5.7 and above. See http://milonic.com/forum/viewtopic.php?t=3108. You might want to subscribe to that topic so you can easily keep track of updates.
jimsohn wrote:Of course I will continue to proudly display the Milonic back links. There have been some other church website friends who have visited http://www.gbgm-umc.org/wesley-va/ and decided to use the Andy's exceptional menu capability.
Many thanks for the kind words, support, and 'salesmanship'. It is most appreciated.

Let us know how the new tooltips file works out.
John
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

Thanks John. Yes I was remiss in not keeping up with the tooltip version level. I downloaded V 1.3 and uploaded to my server. The 'shadow tooltip' still appears on my page when you follow the instructions I provided in my prior msg. The new tooltip V 1.3 is on both my regular site (with the professional license):
http://www.gbgm-umc.org/wesley-va/

and the site where I still have my free license
http://www.gbgm-umc.org/wesley-va/test/index1.html
Thanks John,

Jim
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Jim, I'm not seeing a shadow on both Safari and Firefox/Mac. Unable to try anything on Windoze right now.
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Just for information, I tried to test for the 'second' tip. I have IE5.5. Going down and then right to left I got nothing, I moved the mouse back and forth, up and down, but still nothing. Then, I moved my mouse from about the center left of the page in a kind of half cirlce motion to go up to the right side of my browser to links I have there and suddenly a tooltip appeared in the middle of the screen. I wasn't anywhere near the menu when it showed. My cursor was just about under the little browser logo that twirls when a page is being loaded.


Ruth
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

Ruth, thank you for running the test. Yes the tooltip phantom appears for me with IE, NS and Firefox. I find the occurrence is most consistently reproducted by holding my cursor over the button until the tip appears then bringing the mouse downward, stop, then to the right or left. But as you experienced, the tooltip will just sometimes appear in the most unexpected places.

Ruth do you think that this tooltip phantom rates a note on its own on the forum or is this place (buried deep within other comments) sufficient?

Thanks Ruth,
Jim
jimsohn
Super Advanced
Super Advanced
Posts: 46
Joined: Sun May 19, 2002 8:23 pm
Location: Alexandria, Va

Post by jimsohn »

I saw that there was a pre-release of 5.713 and downloaded it with my FREE license vs my professional license. I uploaded the files to my test folder and now with this pre-release of 5.713 I no longer get the Unlicensed dialog box that was present with release 5.712 on the test folder at:
http://www.gbgm-umc.org/wesley-va/test/index1.html
&
http://www.gbgm-umc.org/wesley-va/test/
Post Reply