Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • alain68 Friend
    #174241

    Hi,

    I would like to personnalize the info bull content (please see attachment), is it possible ?

    Thanks,

    Alain


    1. exemple
    khoand Friend
    #440086

    You add the code into /plugins/system/jat3/core/params/params.xml

    <param name="mega_tooltip" type="text" size="30" default="" label="Tooltip" description="Tooltip" />
    before

    <param name="mega_desc" type="textarea" rows="5" cols="40" default="" label="Description" description="Description Desc" />
    You replace the code from /plugins/system/jat3/core/menu/base.class.php

    $title = "title="$tmpname"";
    with

    $tooltip = $tmp->megaparams->get('tooltip');
    $title = "title="$tooltip"";

    Finally, you edit menu item, in Parameters (JA Extended), you change Tooltip field as you want

    alain68 Friend
    #440102

    Hi,

    It’s ok.Thanks.

    A few changes (for anion version 2.5):

    You add the code into /plugins/system/jat3/jat3/core/params/params.xml

    Code

    [PHP]<field name=”mega_tooltip” type=”text” size=”30″ default=”” label=”Tooltip” description=”Tooltip” />[/PHP]

    Before

    [PHP]<field name=”mega_desc” type=”textarea” rows=”5″ cols=”30″ default=”” label=”Description” description=”DESCRIPTION_DESC” />[/PHP]

    Alain

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

This topic contains 3 replies, has 2 voices, and was last updated by  alain68 12 years, 3 months ago.

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