-
AuthorPosts
-
September 2, 2008 at 3:50 pm #132856
2 questions related to JAbulletin as implemented in JA Olivine.
1. It keeps using this date (29.11.99) even though those documents were created at a later date.
2. How do I change the format to 11.29.99 (MM.DD.YY) vs. DD.MM.YY
Thanks in advance –
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 3, 2008 at 2:42 am #268389Hi
In each article, you can config create date for itSeptember 3, 2008 at 10:35 am #268497So here’s my question. On my home page (http://www.zipsalumniband.com), you can see the articles in the Latest News section as follows…
29.11.99 Alumni Band 2004
29.11.99 Alumni Band 2005
29.11.99 Ohio’s Pride @. Kent St. 1990
29.11.99 Ohio’s Pride @ Navy 1990For example then if you go the Alumni Band 2004, (http://www.zipsalumniband.com/index.php/alumni-band/alumni-band-archive.html), you will see that arctilce has a date as follows…
Alumni Band 2004
Tuesday, 02 September 2008 20:47Where does 29.11.99 come from? I obviosuly want it to show the date that I set in the article…
Thanks for any advice.
InterFXSeptember 5, 2008 at 2:25 pm #268944any response or solution for this? I’ve tried other things, but is not working…
September 11, 2008 at 7:45 pm #270124Apparently this module automatically defaults to the “Override Created Date” on any content created after the module was installed. It is very annoying, but if you simply take the time to click the button next to that blank and click that current day then it solves the issue.
September 11, 2008 at 8:27 pm #270126Thanks, I figured it out…
Has anyone figured out how to reverse the date to read in a US/English style format? MM-DD-YY
September 11, 2008 at 8:49 pm #270128In the module at the very bottom just change
%d.%m.%y to %m – %d – %y
September 11, 2008 at 9:39 pm #270138All I see in the module is… Nothing about date format…
Module Parameters
Type Latest NewsMost read
Module Class Suffix——————————————————————————–
Front Page Articles Show Hide
Count
Category ID
Section ID
Show Image Show Hide
Image Width
Image Height
Show Date Show HideAdvanced Parameters
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 12, 2008 at 1:40 am #270149Hi
you can edit en-GB.ini (languageen-GB folder)
Search this line:
DATE_FORMAT_LC4=%d.%m.%y
add a line below like this:
DATE_FORMAT_LC4=%d.%m.%y
DATE_FORMAT_LC5=%m.%d.%ySherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 12, 2008 at 1:41 am #270150Then edit default.php(modulesmod_jabulletintmpl folder)
Search this line:
<br /><span><?php echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC4')); ?></span>
Change to
<br /><span><?php echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC5')); ?></span>
September 12, 2008 at 10:06 am #270193That did it. Thanks again. Next version it would be nice is provided that option as part of the module control panel…
Thanks again –
September 12, 2008 at 1:39 pm #270219That’s what you should see in JA Bulletin. If you don’t see that then you might want to reinstall to latest version.
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by interfx 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum