Changing "click to sort album" link

This is a question specific to my situation, I think: in Gallery view, there is an "click to sort album" option that links to an outside file--how do I change this? My problem is that because of a weird quirk with my host, I could not use the folder name "zen" (I changed it to "setup").

So, links that say for instance mydomain.com/zenphoto/zen/albumsort.php?...etc. need to be /zenphoto/SETUP/albumsort.php?... for my site. How can I change this?

Comments

  • find and replace is gonna have to be how you do it but watch what you are replacing.. my guess is zen may be in there more times than you want to change
  • rpkane Member
    I've found and replaced every instance of "zen" to "setup" (where appropriate) and this link still wants to go to "zenphoto/zen..." instead of "zenphoto/setup..."

    Any idea where the code for the links to "sortAlbum" and "Admin" is located?
  • Look in admin-functions.php for a function called printSortLink().
  • rpkane Member
    Alright, I've changed every single possible instance-- but I can't access "Sort Album" even in the admin panel. This is the only link that keeps the "zen" folder (which no longer exists on my server) instead of "setup", so I can't sort the album. I'm bewildered why this would be the case...
  • if you want, if you zip up the files and email them to me, i can check them out for you. You can mail me at daleus {@} yahoo {*} com
  • rpkane Member
    I upgraded to 1.0.3 like you suggested and it mysteriously works now! Thanks!
  • Cool! Glad to be of help. If you have any more questions (even about PHP) feel free to ask.
Sign In or Register to comment.