-
AuthorPosts
-
alain68 Friend
alain68
- Join date:
- November 2009
- Posts:
- 20
- Downloads:
- 132
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 24, 2012 at 11:07 am #174241Hi,
I would like to personnalize the info bull content (please see attachment), is it possible ?
Thanks,
Alain
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 26, 2012 at 5:55 am #440086You 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 want1 user says Thank You to khoand for this useful post
alain68 Friendalain68
- Join date:
- November 2009
- Posts:
- 20
- Downloads:
- 132
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 26, 2012 at 9:09 am #440102Hi,
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
1 user says Thank You to alain68 for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by alain68 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu – Personnalize info bull content
Viewing 3 posts - 1 through 3 (of 3 total)