Latest News +

Hi,

I have a problem related to the time format. It does not matter which time format I am selecting in the backend of Joomla. The time format in module will not change.

URL is: www.hundefreunde-pegnitz.de

Background of my question is that I tried to modify the time format in the default.php with an override. My format I used was d.m.Y but I do not have any change. Same is when I select another case. This will not result in any change at the frontend.

Kind regards
Holger
10 years 3 months ago #1 by hotch

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

  • Posted by TemplatePlazza (5318) Offline
Hi, when you override it are you sure you have chosen the correct format from the backend?
www.dropbox.com/s/3w1o1hwrl9dcb92/e1a8r.jpg
10 years 3 months ago #2 by TemplatePlazza

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

I tried with all settings with no change. It does not matter which case I will select. There is simply no change in the frontend.
10 years 3 months ago #3 by hotch

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

  • Posted by TemplatePlazza (5318) Offline
Can you let me know what changes you have made through the default.php override?
10 years 3 months ago #4 by TemplatePlazza

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

I modified case 3:
case 3:
echo "<span class=\"lnd_introdate\">";
echo JHTML::_('date', htmlspecialchars( $item->created ),'d.m.Y', $offset); // Date Month Year
echo "<br/></span>";
10 years 3 months ago #5 by hotch

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

I found my mistake. I forgot to change the code in line 65. Now it works like a charm.
10 years 3 months ago #6 by hotch

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

Powered by Kunena Forum