• Resolved bokou

    (@bokou)


    I love this plugin… hands down one of the most impressive and thorough plugins I’ve come across…

    two things I want to do though is change the “Default Photo Album For John Smith” or whatever to “Default Photo Album For Jsmith22” or whatever the users username is, not their full name. I poked around in wppa-common-functions.php but didn’t know what to change anything to.

    the other is I don’t necessarily want people poking around in the admin to be able to add/remove their photos. Is there a way they can do this from the front end?

    Edit: I figured out the front end uploading.

    https://www.ads-software.com/extend/plugins/wp-photo-album-plus/

Viewing 1 replies (of 1 total)
  • Thread Starter bokou

    (@bokou)

    figured out my answer to the first question too…

    in file wppa-common-functions.php on line 1243 there’s

    $user = wppa_get_user('display');

    I simply changed it to read:

    $user = wppa_get_user('login');

    that will display “caveman2” or whatever the user’s login is instead of “John Smith” or whatever they have their name listed as.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change "default photo album for…" and add frontend upload’ is closed to new replies.