-
AuthorPosts
-
tifa29 Friend
tifa29
- Join date:
- April 2007
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 5 times in 2 posts
February 25, 2008 at 1:27 am #125983Hi, i wish to disable the menu description. How can i do it?
1 user says Thank You to tifa29 for this useful post
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
February 25, 2008 at 5:04 am #240028Please open the file ja_vars_1.5.php in the template folder and edit the line 71 as follows:
//Main navigation
$ja_menutype = $tmpTools->getParam(JA_TOOL_MENU);
include_once( dirname(__FILE__).DS.'ja_menus/Base.class.php' );
$japarams = JA_Base::createParameterObject('');
$japarams->set( 'menutype', $tmpTools->getParam('menutype', 'mainmenu') );
$japarams->set( 'menu_images_align', 'left' );
$japarams->set( 'menupath', $tmpTools->templateurl() .'/ja_menus');
$japarams->set('menu_title', 1);change to
//Main navigation
$ja_menutype = $tmpTools->getParam(JA_TOOL_MENU);
include_once( dirname(__FILE__).DS.'ja_menus/Base.class.php' );
$japarams = JA_Base::createParameterObject('');
$japarams->set( 'menutype', $tmpTools->getParam('menutype', 'mainmenu') );
$japarams->set( 'menu_images_align', 'left' );
$japarams->set( 'menupath', $tmpTools->templateurl() .'/ja_menus');
$japarams->set('menu_title', 0);Slide Menu Parameters
Step 1: Select the slide menu option in Extentions >> Template Manger >> JA Corona
Step 2: Change the menu title as you wish in Page title
PS: You can disable the menu title by following steps:
Step 1: Open the Open the ja_vars_1.5.php file in template package
Step 2: Change the value from 1 to 0 in the line 71. (More details)
Thread is stickied.
tifa29 Friendtifa29
- Join date:
- April 2007
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 5 times in 2 posts
February 25, 2008 at 12:52 pm #240063That was very easy. Thank You very much. 🙂
March 17, 2008 at 2:00 pm #2423911. What if you see “The Parameter-File /templates/ja_corona/params.ini is Unwritable!”? I checked System Info and everything is set to Writeable.
2. When I try to maximize the “Parameters – System”, there is nothing under it. ???
Are these two problems related?
April 8, 2008 at 4:33 am #244786For sites being created in Joomla 1.0x, the option to change/modify menu item parameters (i.e the Title for the menu description) does not seem to be present when adding menu links to Static Content (or other content for that matter).
If the site is installed using the quicklaunch, the parameters are available for the default menu items, but every item created thereafter lacks an option to change the page title.
Any insight would be appreciated – I would have wrote this off to a 1.0 vs 1.5 difference, but the fact that the launcher includes these features confuses me.
Thanks,
-Greg
April 8, 2008 at 5:36 pm #244840Ditto the last post. It would be extremely usefull to be able to add a description to menu items in Joomla 1.0.x Any ideas guys. Please reply with a solution – it must be possible!
June 20, 2008 at 9:43 am #254926Anyone know how to add description to external link menu?
Currently the title parameter system (show/hide) is not available.
BTW I am using version 1.5.3
vwrmic Friendvwrmic
- Join date:
- October 2008
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
November 2, 2008 at 8:23 pm #277806I would also like to know how this would be accomplished on external links if possible. It would allow the link to my forums to have a description.
Any ideas?
-
AuthorPosts
This topic contains 8 replies, has 7 voices, and was last updated by vwrmic 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum