Topic: Make hyperlink sortby
How to make a hyperlink sortby title asc/dec ?
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → Make hyperlink sortby
How to make a hyperlink sortby title asc/dec ?
Can no one help?
I want to sort a link by a additional field. If it is possible?
It is possible to sort by title, to do it you should insert
$sortby = 'title'; $dir = 'D';
(Descending) or
$sortby = 'title'; $dir = 'A';
(Ascending) before
include 'show_news.php'
.
Is it only possible to sort ny title? I wanted to sort by my "additional fiels"
Sadly, sorting by title isn't supported in the current version.
It is possible to sort by title, to do it you should insert
$sortby = 'title'; $dir = 'D';
(Descending) or
$sortby = 'title'; $dir = 'A';
(Ascending) before
include 'show_news.php'
.
PrepaidCardStatus
Thank you so much for the informative and interesting post I like your points which you have discussed over here, great job.
CutePHP Forums → Problem Solving / Help & Support → Make hyperlink sortby
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.