Remove Menu Tooltips

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 04, 2013 3:50 pm
Reply with quote
Report this post
Any easy way to remove menu tooltips?
User avatar
Junior Boarder

GK User
Thu Apr 04, 2013 4:57 pm
Reply with quote
Report this post
Hi, not so easy because you had to modify one .php in our framework, so you can not just click in template settings to disable it. So you have to remember about that each time you update Gavern framework.
Do you want to know in which file?

p.s.
Good news is that that title=".." tooltips in menu helps your SEO.
User avatar
Platinum Boarder

GK User
Thu Apr 04, 2013 5:02 pm
Reply with quote
Report this post
p.s.
gk_startup\lib\menu\GKBase.class.php
Change from
Code: Select all
$title = "title=\"$tmpname\"";

and change it to:
Code: Select all
$title = "";
User avatar
Platinum Boarder

GK User
Thu Apr 04, 2013 5:55 pm
Reply with quote
Report this post
Thanks- works well.
User avatar
Junior Boarder


cron