A couple of further customizations by me

vallimar

Joined: 2002-08-15
Posts: 487
Posted: Fri, 2002-08-16 05:31

Hey, I made a couple small changes that I figured someone else may like
as well. Basically I changed the 'Highlight Photo' option so that it just does
it (no prompt). I got tired of confirming it, it's simple enough to fix if you
get it wrong somehow. I moved the command into do_command.php so
the highlight_photo.php just sits there and can safely be deleted if you like.

The second thing it does is split the 'Move Photo/Album' command into two
seperate commands. When you have a large album (mine is 7000 currently)
it really really bogs way the hell down when loading up the databases for
moving into different albums.

So, what I have done is create a 'Change Order' option that only moves the
photo/albums position within the current album, and is generally a lot faster
then waiting.. The 'Move Photo/Album' option now only pops up the cross-album
move dialog. I also added a 'You will have to wait...' message so people don't
get too impatient and think it broke :wink:

Anyhow, here they are:

<!-- BBCode Start --><A HREF="http://sexorcisto.net/gallery-patch/gallery-1.3-high-move.zip" TARGET="_blank">Highlight-Move Patch (zipped)</A><!-- BBCode End -->
<!-- BBCode Start --><A HREF="http://sexorcisto.net/gallery-patch/gallery-1.3-high-move.patch" TARGET="_blank">Highlight-Move Patch</A><!-- BBCode End -->

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Mon, 2002-08-19 23:23

Oh, something I forgot that is included in this patch is the ability to rename
an album while inside it. There is a link on the top admin bar if you have
the right to rename. After the rename, you will be placed back inside the album.

The rename function from the drop-down list works as before.