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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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!?