PEAK XOOPS - Re: default category sort in englishin japanese

Re: default category sort

List posts in the topic

question Re: default category sort

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2004/7/9 18:02
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi ukandrewf.

It's an easy hack.
line 33 of viewcat.php
// Orders
$myalbum_orders = array(
	"titleA" => array( "title ASC" , _ALBM_TITLEATOZ ) ,
	"dateA" => array( "date ASC" , _ALBM_DATEOLD ) ,
	"hitsA" => array( "hits ASC" , _ALBM_POPULARITYLTOM ) ,
	"ratingA" => array( "rating ASC" , _ALBM_RATINGLTOH ) ,
	"titleD" => array( "title DESC" , _ALBM_TITLEZTOA ) ,
	"dateD" => array( "date DESC" , _ALBM_DATENEW ) ,
	"hitsD" => array( "hits DESC" , _ALBM_POPULARITYMTOL ) ,
	"ratingD" => array( "rating DESC" , _ALBM_RATINGHTOL ) ,
) ;
if( isset( $_GET['orderby'] ) && isset( $myalbum_orders[ $_GET['orderby'] ] ) ) $orderby = $_GET['orderby'] ;
else $orderby = 'titleA' 'hitsD' ;
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!