sorting the gbooky ranks (670 Views)
written by
skooli
on 10.01.08 01:57
after many requests regarding this we made the gbooky rankings sortable again and even enhanced it:
the ranking is default sorted by performance (desc); thats the "official ranking".
You can now sort it by any criterium by clicking it in the table head. When sorted by a specific field, you can now also reverse the sorting by clicking the field again.
hf with it
the ranking is default sorted by performance (desc); thats the "official ranking".
You can now sort it by any criterium by clicking it in the table head. When sorted by a specific field, you can now also reverse the sorting by clicking the field again.
hf with it
Comments
tactics
Thursday, 10th January 2008 02:10
Good stuff, now just fix the total/open bets bug. :)
hm, what do you pay?
0.9 GBooky money. ;)
hm, ill consider it
i'll take the money some time else when i need it
you should also mark it with an up or down arrow
if ( $_GET['sortOrder'] == 'desc' ) {
echo ' <img src="images/greendownarrow.gif" alt="" />';
} else {
echo ' <img src="images/greenuparrow.gif" alt="" />';
}
=)
echo ' <img src="images/greendownarrow.gif" alt="" />';
} else {
echo ' <img src="images/greenuparrow.gif" alt="" />';
}
=)
i wish i were that skilled :´(
that was to motivate you!
nice templateless crapcode :p
:> pwnd
if i knew the code i would write it correctly. btw, i was only backing up otter's opinion =)
instead of echo you can create a variable and then customize it to your templates :)
instead of echo you can create a variable and then customize it to your templates :)

