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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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