greven
Results 1 - 1 of 1
bygreven, August 22, 2008
1 of 2 people found this review helpful
I really liked this extension. It's very simple to setup and rather flexible. I also wanted to have my months names in my local language so I made a small adjustment myself. Hope I'm not breaking any rules by showing it in here:
In the file mod_latestnewsplusdate/tpml/default.php I changed line 132 (the one under case 1:) to the following:
echo strftime("%d %B %Y", strtotime(date($item->created)));
This worked very well. Of course you can make similar changes elsewhere in the file. Note that I'm not a PHP guru so there might be cleaner ways to achieve the same thing but this works for me.
In the file mod_latestnewsplusdate/tpml/default.php I changed line 132 (the one under case 1:) to the following:
echo strftime("%d %B %Y", strtotime(date($item->created)));
This worked very well. Of course you can make similar changes elsewhere in the file. Note that I'm not a PHP guru so there might be cleaner ways to achieve the same thing but this works for me.

