Order K2 Items by Featured Ordering

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Sep 23, 2015 11:14 pm
Hi, today needed to order a featured only list of K2 items but there's no option for that in current NSP, so I decided to add it, here are the changes needed
In lang file, add new key
Code: Select all
MOD_NEWS_PRO_GK5_FEATURED_ORDER="By featured order"


In config json file add new sort value (see last array item)
Code: Select all
      "sort_values": {
         "MOD_NEWS_PRO_GK5_DATE": "created",
         "MOD_NEWS_PRO_GK5_PUBLISH_UP": "publish_up",
         "MOD_NEWS_PRO_GK5_PUBLISH_DOWN": "publish_down",
         "MOD_NEWS_PRO_GK5_MODIFIED": "modified",
         "MOD_NEWS_PRO_GK5_TITLE": "title",
         "MOD_NEWS_PRO_GK5_ORDER": "ordering",
         "MOD_NEWS_PRO_GK5_RANDOM": "random",
         "MOD_NEWS_PRO_GK5_HITS": "hits",
         "MOD_NEWS_PRO_GK5_RATING": "rating",
         "MOD_NEWS_PRO_GK5_USER_INPUT": "user",
          "MOD_NEWS_PRO_GK5_FEATURED_ORDER": "featured_ordering"
      },


Hope this get's implemented in newer versions.

Regards!
User avatar
Expert Boarder

teitbite
Sat Sep 26, 2015 1:03 pm
HI

Thank You for this post. I will show this to our programmers. Hopefully they will find some time to add it to packages.
User avatar
Moderator


cron