Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • linkid7 Friend
    #167082

    Hello friends!!

    Well that’s more or less the thing. I don’t like tooltips on menus. Sometimes I have disabled them modifying the file base.class.php but some other times I can’t.

    How can I disable them in JA Teline IV

    Thanks.

    TomC Moderator
    #404530

    I apologize for my initial confusion . . . . but exactly which element “tool tips” are you referring to? Can you post a screenshot?

    Not sure if you’re referring to the CPANEL “tool help/tips” or the pop-up “tool tips” when one hovers over a particular element.

    :confused:

    chavan Friend
    #404531

    Please check the attached image and confirm. If not post a screenshot and your site url


    1. error
    linkid7 Friend
    #404556

    Hi

    First of all thanx to tcraw1010 and Chavan for the support. 🙂 and sorry for not being more specific. Chavan nailed it! This type of tooltip that appears in almost (I guess) every template.

    Maybe I’m missing an easy way to disable them :-[

    Thanks again 🙂

    chavan Friend
    #404590

    Go to this File : pluginssystemjat3coremenubase.class.php

    Find this code and replace it

    if ($tmp->type == 'separator')
    {
    $data = '<a href="#" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
    } else {
    if ($tmp->url != null)
    {
    switch ($tmp->browserNav)
    {
    default:
    case 0:
    // _top
    $data = '<a href="'.$tmp->url.'" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
    break;
    case 1:
    // _blank
    $data = '<a href="'.$tmp->url.'" target="_blank" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
    break;
    case 2:
    // window.open
    $attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'.$this->getParam('window_open');

    // hrm...this is a bit dickey
    $link = str_replace('index.php', 'index2.php', $tmp->url);
    $data = '<a href="'.$link.'" onclick="window.open(this.href,'targetWindow',''.$attribs.'');return false;" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
    break;
    }
    } else {
    $data = '<a '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
    }
    }

    With

    if ($tmp->type == 'separator')
    {
    $data = '<a href="#" '.$active.' '.$id.' >'.$txt.'</a>';
    } else {
    if ($tmp->url != null)
    {
    switch ($tmp->browserNav)
    {
    default:
    case 0:
    // _top
    $data = '<a href="'.$tmp->url.'" '.$active.' '.$id.' >'.$txt.'</a>';
    break;
    case 1:
    // _blank
    $data = '<a href="'.$tmp->url.'" target="_blank" '.$active.' '.$id.' >'.$txt.'</a>';
    break;
    case 2:
    // window.open
    $attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'.$this->getParam('window_open');

    // hrm...this is a bit dickey
    $link = str_replace('index.php', 'index2.php', $tmp->url);
    $data = '<a href="'.$link.'" onclick="window.open(this.href,'targetWindow',''.$attribs.'');return false;" '.$active.' '.$id.' >'.$txt.'</a>';
    break;
    }
    } else {
    $data = '<a '.$active.' '.$id.' >'.$txt.'</a>';
    }
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    fdr77 Friend
    #404652

    Thanks a lot 🙂

    linkid7 Friend
    #404666

    Wow!!

    Thanks a lot!!!

    I wonder why are those tooltips enabled by default or why there isn’t a quick way to add useful info for them instead of repeating what is stated in the menu where letters instead of icons are displayed and no extra info comes from the tooltip :((

    Also there are tooltips like in the cases shown in the pictures that don’t add extra info and I (and I guess many users) would like to remove.

    Thank you for your work. I appreciate that lot.

    Regards.


    1. tooltip-1
    2. tooltip-2
    3. tooltip-3
    chavan Friend
    #404682

    For google Indexing these title are placed. I donno why you want to remove it. 🙂

    linkid7 Friend
    #404691

    Can’t they be used for indexing without popping up? (just asking) That’s the part I don’t like and to me is enough reason to remove’em 🙂

    linkid7 Friend
    #405097

    So… is impossible to remove the popup effect without affecting the indexing? :confused:

    chavan Friend
    #405270

    those are default properties of html in any browsers and we cannot stop that showing.

    If you need to remove the popup, you need to remove the title of those.

    Note: If you Find my Post useful please click on the Thanks Icon

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 4 voices, and was last updated by  chavan 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum