forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: groan on August 03, 2004, 04:08:56 am

Title: [Solved] Remove ability to sort images
Post by: groan on August 03, 2004, 04:08:56 am
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...

Code: [Select]
<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!?
Title: Re: Remove ability to sort images
Post by: groan on August 03, 2004, 04:20:37 am
nevermind, found it

http://forum.coppermine-gallery.net/index.php?topic=4229.0