[Solved] Remove ability to sort images [Solved] Remove ability to sort images
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved] Remove ability to sort images

Started by groan, August 03, 2004, 04:08:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

groan

I want to get rid of the option for users to sort the images. I want them to only see them at the sort option set as default and no other.

i am using the classic theme and having no PHP skillz (and having tried to edit it out and crashed my gallery), i hope that someone can post here how to do this.

I find the sort options in this gallery to be a little lacking and i ahve had to resort to numbering my titles to get he order i want. I dont want visitors to view them out of order.

thanks for the help!

what i have tried is <!-- --> these TD's...

<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=ta" title="{SORT_TA}">&nbsp;+&nbsp;</a></span></td>

                               <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=td" title="{SORT_TD}">&nbsp;-&nbsp;</a></span></td>


I am assuming i did terribly wrong. maybe just removing the contents of the code?

help!?