Loading...
 
Features / Usability

Features / Usability


Re: Re: Default Directory Sorting

posts: 3665 United States

>
> I actually want the DEFAULT search method for all users to be asc, as it is desc now. This way the lesser visited businesses will show on top unless otherwise specified.
>

As I said, the easiest way is to simply change your incoming link. However, if you want to modify the code:

  1. Edit the tiki-directory_ranking.php file.
  2. Find this line:
    Copy to clipboard
    if (!isset($_REQUEST["sort_mode"])) { $sort_mode = 'created_desc';
  3. Change it to:
    Copy to clipboard
    if (!isset($_REQUEST["sort_mode"])) { $sort_mode = 'hits_asc';


HTH,

-Rick
Coming soon: TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((.

There are no comments at this time.