New Show Headline Option: Page Title of a Menu Item
Proposed new features of merit and bugs to be fixed. Messages are moved here from the main forum by moderators.
Gold and Silver members can add posts here directly.
Gold and Silver members can add posts here directly.
New Show Headline Option: Page Title of a Menu Item
by speaking » Wed May 26, 2010 5:52 pm
Configuring JEvents (in JEvents > Configuration > Tab Component) there is a feature called Show Headline with the following options:
Show Headline
- Component name
- None
- Menu entry
I think it is necessary to include a new option that gives the ability to display the "Page Title" configurable in tab "Parameters (System)" during the creation/modification of a Menu Items. Of course, this function must work only if the option "Show the Page Title" is set to Yes.
Show Headline
- Component name
- None
- Menu entry
I think it is necessary to include a new option that gives the ability to display the "Page Title" configurable in tab "Parameters (System)" during the creation/modification of a Menu Items. Of course, this function must work only if the option "Show the Page Title" is set to Yes.
- speaking
- Posts: 61
- Joined: Sun Apr 18, 2010 6:59 pm
Re: New Show Headline Option: Page Title of a Menu Item
by Geraint » Thu May 27, 2010 9:47 am
You want to display something different than the menu item title?
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30507
- Joined: Fri Feb 15, 2008 6:14 pm
Re: New Show Headline Option: Page Title of a Menu Item
by speaking » Thu May 27, 2010 7:06 pm
Yes, the "Page Title" configurable in tab "Parameters (System)" during the creation/modification of a Menu Items.Geraint wrote:You want to display something different than the menu item title?
- jevents-page_title.jpg (26.45 KiB) Viewed 1758 times
- speaking
- Posts: 61
- Joined: Sun Apr 18, 2010 6:59 pm
Re: New Show Headline Option: Page Title of a Menu Item
by speaking » Sat Jun 26, 2010 1:59 am
I think the solution is a simple change code...
- speaking
- Posts: 61
- Joined: Sun Apr 18, 2010 6:59 pm
Re: New Show Headline Option: Page Title of a Menu Item
by Geraint » Sun Jun 27, 2010 2:08 pm
Can you add it to the Wishlists please
Thanks
Thanks
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30507
- Joined: Fri Feb 15, 2008 6:14 pm
Re: New Show Headline Option: Page Title of a Menu Item
by speaking » Thu Jul 29, 2010 9:40 pm
In the defaultviewhelperheader.php there is this code:
If I want to show the Alias of the Menu Item I can change the string name with alias, but if I want to show the "Page Title" (configurable in tab "Parameters (System)" during the creation/modification of a Menu Items), what I have to change?
I think it is a simple change that I don't know how to do because I have to get the parameters "Page Title" (params[page_title]).
- Code: Select all
[..]
case 'menu':
$menu2 =& JSite::getMenu();
$menu = $menu2->getActive();
if (isset($menu) && isset($menu->name)) {
$t_headline = $menu->name;
}
break;
[..]
If I want to show the Alias of the Menu Item I can change the string name with alias, but if I want to show the "Page Title" (configurable in tab "Parameters (System)" during the creation/modification of a Menu Items), what I have to change?
I think it is a simple change that I don't know how to do because I have to get the parameters "Page Title" (params[page_title]).
- speaking
- Posts: 61
- Joined: Sun Apr 18, 2010 6:59 pm
Re: New Show Headline Option: Page Title of a Menu Item
by speaking » Thu Jul 29, 2010 9:54 pm
- speaking
- Posts: 61
- Joined: Sun Apr 18, 2010 6:59 pm
7 posts
• Page 1 of 1
Return to Feature Requests/Suggestions
Who is online
Users browsing this forum: No registered users

