help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Filtering and ordering day view when opening page
Re: Filtering and ordering day view when opening page
3 years 8 months ago
I think there must be something wrong with your configuration. I added these lines of code to my template (override).
I'm seeing header and footer text. Either by day view in the menu or via the calendar. Are you sure you have set the correct default itemid in the calendar module?
Code:
<?php if ($this->params->get('showintrotext')) : ?>
<div class="description no_space floattext">
<?php echo $this->params->get('introtext'); ?>
</div>
<?php endif; ?>
Code:
<?php if ($this->params->get('showfootertext')) : ?>
<div class="description no_space floattext">
<?php echo $this->params->get('footertext'); ?>
</div>
<?php endif; ?>
I'm seeing header and footer text. Either by day view in the menu or via the calendar. Are you sure you have set the correct default itemid in the calendar module?
Please Log in or Create an account to join the conversation.
Re: Filtering and ordering day view when opening page
3 years 8 months agoyes, I inserted in the JEM settings the right number.Are you sure you have set the correct default itemid in the calendar module?
I have added the same code, but I only see introtext and footertext with the today day view. when I click a day in calendar, I get a day view without intro and footer text
Please Log in or Create an account to join the conversation.
Re: Filtering and ordering day view when opening page
3 years 8 months ago
Strange. Is there a correct url with the itemid when you turn off sef url's?
Please Log in or Create an account to join the conversation.
Re: Filtering and ordering day view when opening page
3 years 8 months ago
Do you have it somewhere on your livesite?
Please Log in or Create an account to join the conversation.
Re: Filtering and ordering day view when opening page
3 years 8 months ago
Visit:
www.ugenda.nl/agenda
Go to the bottom of the list. There's a footer just above Powerd by JEM.
Select one of the dates in the calendar on the right. You'll see the same footer on all dates.
Go to the bottom of the list. There's a footer just above Powerd by JEM.
Select one of the dates in the calendar on the right. You'll see the same footer on all dates.
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: Filtering and ordering day view when opening page
3 years 8 months ago
Super, I learned a lot from you!
There is not only in JEM>Settings>Global Parameters>Default Menu ItemID, but in
the setting of the JEM-calendar-Module at the end too. There I had to set the Default Menu ItemID of simplelist too!
Then the simplelist of the chosen day with the intro- and footertext of the simplelist is show.
But when you choose a day in the calendar menu (not module), there is no intro- and footertext!
There is not only in JEM>Settings>Global Parameters>Default Menu ItemID, but in
the setting of the JEM-calendar-Module at the end too. There I had to set the Default Menu ItemID of simplelist too!
Then the simplelist of the chosen day with the intro- and footertext of the simplelist is show.
But when you choose a day in the calendar menu (not module), there is no intro- and footertext!
Please Log in or Create an account to join the conversation.
Time to create page: 0.486 seconds