• Resolved kepenner

    (@kepenner)


    Hi,
    My guys are dealing with a huge number of albums (600+) and are very happy with WP Photo Album. However, after uploading photos (to a central album) they usually move them to the correct album. They would really like a feature where the entry box to the right of ‘Target album for copy/move’ is populated automatically with the # and name of the albums that presently exist. Not sure if you can do that easily or not.
    Thanks for all your work.
    Ken Penner, Winnipeg, Manitoba

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Currently, when there are less than 200 albums, you will get a fully populated selectionbox, this is to prevent slowing down the page too much.

    In the next version i will add an option so that you can set this limit to your choice.

    In the mean time, if you can’t wait a few days, you may edit wppa-photo-admin-autosave.php, line 1071 where it reads:
    if ( wppa_get_total_album_count() < '200' ) {
    change it into:
    if ( wppa_get_total_album_count() < '1000' ) {

    Thread Starter kepenner

    (@kepenner)

    Thanks Jacob!
    That’s great. Made the change and it works fine. It’s even alphabetized! The guys want the # of the album tacked on the front … but they tend to whine a lot, so I wouldn’t worry about it! Thanks again!
    Ken

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you really want the #’s, pls tell me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Population for Move Photo’ is closed to new replies.