Menu parameters are missing in the template

More
11 years 9 months ago #33235 by coerter
After Update Flexicontent to 2.0.0 RC9b r1601 the menu parameters are missing in the template. The Page Title is no longer displayed, although it is set in the menu parameters.

Can sombody help.

with regards

coweb

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #33236 by ggppdk
Hello
Menu parameters in the template?

The description is a little confusing , i am not sure what you mean

Can you provide more details?

Maybe posting a picture of the configuration of (?) would help


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #33237 by coerter
Hello,

I mean the Params of acvtive Menu Entry see screenshot. There is "show page heading" set to yes. But no page title displayed in the frontend. The Code in the Template is like this.
Code:
<?php if ($this->params->get('show_page_heading', 1)) : ?> <h1 class="componentheading"> <?php echo $this->params->get( 'page_heading' ) ?> </h1> <?php endif; ?>
When i chage the Code like this:
Code:
<?php $menu = &JSite::getMenu(); $active = $menu->getActive(); if ($active->params->get('show_page_heading', 1)) : ?> <h1 class="componentheading"> <?php echo $active->params->get( 'page_heading' ) ?> </h1> <?php endif; ?>
it works.

with regards

coweb
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #33250 by ggppdk
I see now,

The menu item parameter are never used, unless you enable the parameter "Override Configuration" in Basic Parameters,

so you can enable category parameter configuration override , and leave all parameters to "Use Global" and enable the parameter that you need


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #33306 by coerter
ok. Thanks.

with regards

coweb

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.321 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline