-
AuthorPosts
-
August 17, 2013 at 8:40 am #189809
Front page featured articles are showing same dates, even for the demo site, no matter what we select, published date, created date or modified date. :((
August 17, 2013 at 12:37 pm #502555Not only that, it is not arranging according to the order we have specified. It just goes by the oldest to be the first.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 19, 2013 at 3:08 am #502622Hi jigmetobden,
It should show the created date, could you post url of our demo site where problem can be seen here?
August 19, 2013 at 3:21 am #502623yes. http://www.livetolove.org – it shows the created date of the oldest article for every article. And also, it didn’t follow the order that we have selected the main menu. We noticed that demo site is showing the same problem.
And, we also just out that the map module is also giving problem. If we open the site again, all the bubbles pop up and cannot be closed.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 20, 2013 at 4:50 am #502786Hi
You can pm me admin account of your site, I will check it further.
August 21, 2013 at 7:23 pm #503045Did you get the details already? PM you last night. Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 22, 2013 at 2:30 am #503074Hi
Yes, I got it and also saw the problem. The strange thing here is that it displays the created date correctly in the details page of these feature articles. I tried to use the default file of com_content of Joomla but the problem still persists, there maybe a bug in Joomla. Give me more time, I will try to debug on this and be back to you asap 🙂
August 23, 2013 at 3:38 am #503205Thank you so much.
August 26, 2013 at 5:15 pm #503503The articles won’t list as we want them to be. It’s really strange.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 6, 2013 at 9:26 am #504851Hi
The order of featured article should follow the ordering settings in Home menu item. When your site is loaded, it will take the setting from menu item in priority then global setting and item setting.
September 15, 2013 at 6:09 pm #505867The dates are still capturing the first article date and we cannot do anything. Have you checked our home menu setting?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 20, 2013 at 8:58 am #506460Dear
For this same created date issue, you can open file: templatesja_beranishtmlcom_contentfeatureddefault_links.php
At line 22:
[PHP]<?php echo JText::sprintf(‘TPL_COM_CONTENT_CREATED_DATE_ON’, ‘<span>’.JHtml::_(‘date’,$this->item->created, JText::_(‘DATE_FORMAT_LC3′)).'</span>’); ?>[/PHP]
change it to:
[PHP]<?php echo JText::sprintf(‘TPL_COM_CONTENT_CREATED_DATE_ON’, ‘<span>’.JHtml::_(‘date’,$item->created, JText::_(‘DATE_FORMAT_LC3′)).'</span>’); ?>[/PHP]
-
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by Saguaros 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum