Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Chantelle Goldstraw Friend
    #137853

    When I hover over the tab title it displays the TAB numerical joomla ID instead of the TAB alternative text.

    Can anybody direct me as to where I can change this?

    neurdenburg Friend
    #297425

    Have the same problem. Rolling over the tabs shows “mod_custom”.

    splifen Friend
    #300502

    Anyone found a solution to this problem?
    Regards Kenneth

    fabiomartelli Friend
    #300668

    can u link the url?

    splifen Friend
    fabiomartelli Friend
    #300820

    i don’ see the bug. I see thath there are some problem with layout opening in firefox, (the layout is ok for IE7)… but i see the correct titl of te tab.
    ??

    plieka Friend
    #301004

    When I hover over the TAB i get the same issue

    I would like it not to show or be the same as the name of the module it shows (the title of the module and not the module name)

    if you check the demo site for ja-tabs you will see the same issue
    using images will shows [ image]
    using articles will show article number(ID) here is a pic

    fabiomartelli Friend
    #301227

    ok … try this:

    u have to make a littke change in the file: yourhome->plugin->jatabs.php.
    IMPORTANT ALWAYS MAKE A BACKUP OF THE ORIGINAL FILE BEFORE MAKE ANY CHANGE.

    for modules find

    function parseTabModules
    and change:

    $lis .= “<li title=””.$module->module.””><h3><span>”.$module->title.”</span></h3></li>”;

    into:
    $lis .= “<li title=””.$module->title.””><h3><span>”.$module->title.”</span></h3></li>”;

    and for articles:

    function parseTabArticle

    find
    $lis .= “<li title=””.$row->id.””><h3><span>”.$row->title.”</span></h3></li>”;

    and replace

    $lis .= “<li title=””.$row->title.””><h3><span>”.$row->title.”</span></h3></li>”;

    let me know.

    plieka Friend
    #301420

    Hi fabiomartelli,

    tried it but it did not change anything. it might be in the java script that it needs to be changed

    thnks

    fabiomartelli Friend
    #301425

    ok solved. This time i’ve checked!!!
    same consideration and same file,
    find function:

    function parseTabModules($params)

    and change:

    $lis .= “<li title=””.$list[$j]->module.””><h3><span>”.$list[$j]->title.”</span></h3></li>”;

    into this

    $lis .= “<li title=””.$list[$j]->title.””><h3><span>”.$list[$j]->title.”</span></h3></li>”;

    Ciao

    malestorm Friend
    #301727

    Joomlart —

    Will you correct this bug in the downloadable module? This is a fairly apparent bug that manifest itself a little differently depending upon the selection of the source for the tab content. So, the above solution only works if you are displaying a module in the tab. When you display an article (either through a list of articles or display of a category) then the hover tool tip over the tab is the article number. So it would be best if the developer could fix the module in all the different places so it could be re-installed.

    Please advise.

    Saguaros Moderator
    #311603

    hello every body!

    please checkout http://www.joomlart.com/forums/topic/ja-tabs-menue-mouse-over-id/,

    that is the solution for all problems with hoverover tootip.

    splifen Friend
    #312549

    I have an homepage where its the tabs version for joomla 1.0.15, where do i make these changes ?
    Regards Kenneth

    Saguaros Moderator
    #312637

    Hello splifen!

    now, you open file: mambotscontentja_tabsja_tabs.class.php, you find following code section:
    + At line 232:
    [PHP]$lis .= “<li title=””.$module->id.””><h3><span>”.$module->title.”</span></h3></li>”;[/PHP]
    => change:
    [PHP]$lis .= “<li title=””.strip_tags($module->title).””><h3><span>”.$module->title.”</span></h3></li>”;[/PHP]
    + At line 276:
    [PHP]$lis .= “<li title=””.$row->id.””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]
    => change:
    [PHP]$lis .= “<li title=””.strip_tags($row->title).””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]

    That’s all.

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

This topic contains 14 replies, has 7 voices, and was last updated by  Saguaros 15 years, 3 months ago.

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