I am trying add a link directly to chat from the member menu.
I add "New Item" to the member menu.
I set the system name and language key to "chat"
I set default name to "Enter Chat..."
I set url to "/m/chat/home/"
I leave script blank
I set icon to "group"
The icon appears on the member menu, the link is correct, everything works except the description "Enter Chat..." is not displayed on mouseover.
I see no javascript errors at all, the div is set to onmouseover="membermenu.show_description('descr_20')" onmouseout="membermenu.hide_description('descr_20')" so it all looks great.... its just not showing....
Help?