• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] how to sort keyword search results by views descending?

Started by dtiberio,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dtiberioTopic starter

I want my keyword search results to sort by views descending. I know where the code is, but don't understand it at all, com_search.php

how do I modify it to order by views desc?

I tried making changes ot the code but failed to get it to work.

thanks

  •  

dtiberioTopic starter

this is how I solved it:

          END, views desc ".this_limit();
          //END, title ".this_limit();


BTW you need to remove spaces before titles. you should not have entries in the database like this:

" title"

because then it sorts wrong, people don't see the spaces on the site.
  •  

PHPVibe A.


Similar topics (7)