help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
showing different date format, and showing ALL events
- transcendent
- Topic Author
- Offline
- New Member
- Posts: 6
- Thanks: 0
showing different date format, and showing ALL events
6 years 2 months ago - 6 years 2 months ago
hi Everybody,
i have problems with some jem modules, especially the JEM - Module-Banner
drives me crazy, but others too...
the module shows the date of the events only in this format:
"from.....until..." or
Until 29.11.18
i would like to show it
with the real date:
29.09.2018
or
21.09.2018-28.09.2018
(even if it already began, i would like the past date to be shown )#
another question,which concerns other jem modules is: in the backend i can only choose one from these:
unfinished events,upcoming events, today´s events,archived events....
but i would like to show ALL events in my modules
i hope someone can help me, i would be very grateful
thanks in advance.
i have problems with some jem modules, especially the JEM - Module-Banner
drives me crazy, but others too...
the module shows the date of the events only in this format:
"from.....until..." or
Until 29.11.18
i would like to show it
with the real date:
29.09.2018
or
21.09.2018-28.09.2018
(even if it already began, i would like the past date to be shown )#
another question,which concerns other jem modules is: in the backend i can only choose one from these:
unfinished events,upcoming events, today´s events,archived events....
but i would like to show ALL events in my modules
i hope someone can help me, i would be very grateful
thanks in advance.
Last edit: 6 years 2 months ago by transcendent.
Please Log in or Create an account to join the conversation.
Re: showing different date format, and showing ALL events
6 years 2 months ago
Hey,
first problem: Go to <JoomlaRoot>//modules/mod_jem_banner/tmpl/defaultphp on line 130 and change $item->date to $item->dateinfo this produces the full date as you want. If you use JEM-Responsive go to <Joomlaroot>/templates/<yourtemplate>/html/mod_jem_banner/default.php on line 163 and 170 and change the same text.
second question:
all your events in future are shown using unfinished events. For me there is no reason to show archived events in a module... But you are right, archived and current events can not be shown at the same time.
first problem: Go to <JoomlaRoot>//modules/mod_jem_banner/tmpl/defaultphp on line 130 and change $item->date to $item->dateinfo this produces the full date as you want. If you use JEM-Responsive go to <Joomlaroot>/templates/<yourtemplate>/html/mod_jem_banner/default.php on line 163 and 170 and change the same text.
second question:
all your events in future are shown using unfinished events. For me there is no reason to show archived events in a module... But you are right, archived and current events can not be shown at the same time.
The following user(s) said Thank You: transcendent
Please Log in or Create an account to join the conversation.
- transcendent
- Topic Author
- Offline
- New Member
- Posts: 6
- Thanks: 0
Re: showing different date format, and showing ALL events
6 years 2 months ago - 6 years 2 months ago
i changed it but nothing happened
but then i played around and changed it in line 117:
<?php echo $item->dateinfo; ?>
and it works great ! Thank you !
the other problem which concerns showing all events; i guess i have to make another seperate module, with only "archived events"...
thank you very much !
but then i played around and changed it in line 117:
<?php echo $item->dateinfo; ?>
and it works great ! Thank you !
the other problem which concerns showing all events; i guess i have to make another seperate module, with only "archived events"...
thank you very much !
Last edit: 6 years 2 months ago by transcendent. Reason: grammar wrong
Please Log in or Create an account to join the conversation.
Time to create page: 0.643 seconds