Forum
Welcome, Guest
Please Login to access forum.
ordering articles (1 viewing) 
Go to bottom
TOPIC: ordering articles
#1766
beynet
Fresh Boarder
Posts: 3
User Offline
ordering articles Karma: 0  
hello,
how order articles in site map by date ?

Thanks
christian
 
Logged Logged  
  The administrator has disabled public write access.
#1768
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:ordering articles Karma: 79  
 
Logged Logged  
  The administrator has disabled public write access.
#1795
beynet
Fresh Boarder
Posts: 3
User Offline
Re:ordering articles Karma: 0  
thanks for your response.
Can you tell us how custom version ordering always by date ?

best regards
 
Logged Logged  
  The administrator has disabled public write access.
#1796
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:ordering articles Karma: 79  
Sure,

if you want to customize it just open the file joomlapath/components/com_jmap/models/sitemap.php

and at line 750 change from:

Code:

if($format == 'rss') { $dynamicOrdering = "created DESC,"; }
to
Code:

//if($format == 'rss') { $dynamicOrdering = "created DESC,"; //}
commenting lines at 750 and 752 best regards John
 
Logged Logged  
  The administrator has disabled public write access.
#1805
beynet
Fresh Boarder
Posts: 3
User Offline
Re:ordering articles Karma: 0  
thank you very much
 
Logged Logged  
  The administrator has disabled public write access.
Go to top