Keyword

Sort Featured Items randomly

  • Neal Barnett
  • Neal Barnett's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 days ago #100164 by Neal Barnett
Sort Featured Items randomly was created by Neal Barnett
Hi -

 

I have a list of hotels in the category listing, some of which are paid "Featured" hotels.  Though I have all Featured listings sorted to be first, some of those paid hotels are complaining that their listing is shown too low on the page.  Thus, I was thinking it would be nice to randomly sort these listings.

 

The non-featured hotels below the featured ones are sorted by city, then alphabetically, which is fine.

 

Is there a way to randomly sort only the Featured listings at the top, then have all remaining listings remain sorted as they are?

 

Thanks,

Neal

Please Log in or Create an account to join the conversation.

  • Neal Barnett
  • Neal Barnett's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 days ago #100165 by Neal Barnett
Replied by Neal Barnett on topic Sort Featured Items randomly
Ok, figured it out.

 

In \components\com_k2\models\itemlist.php, around line 249, change:

 

case 'rand':$orderby = 'RAND()';break;

to

case 'rand': $orderby = 'i.featured desc, case i.featured when 1 then RAND() else 1 end, i.title' break;

 

 

 

 

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum