• When I have a fresh install, click the ‘your gallery’ link and upload photos, it works just fine. However, they don’t display.

    It’s not a permission thing. The problem is it renames the images in this format:

    firstname lastname number.jpg

    Notice the spaces between those 3 things.

    Server is chocking on display.

    Is that a bug? Shouldn’t it be putting underscores in there or something?

    http://wordpress.org/extend/plugins/alkivia/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The plugin renames the image with the format: user_nicename{pictID}.jpg
    The field user_nicename should not have any space on it, as WordPress creates it by using the lowercase login name and replacing all spaces by dashes.

    I cannot see here why you’re getting spaces on it. And don’t see why you are getting an space just after lastname. The plugin does not use this fields and just reads the WordPress created nice_name as I mentioned above.

    In any case, I will introduce a check in the nice_name to trim all spaces and to change them to underscores, to see if this solves your problem.

    Will tell you when this is in the development version for you to check.

    I introduced this on the development version. Please, download it and check if this solves your problem.

    Just for you to now: If you download and use the development version, you will have to stay with it until next release tomorrow or past, as it changes some plugin settings names in the database.

    Please, tell me if this solves your issue. Thanks!

    Thread Starter cmlawson

    (@cmlawson)

    Sounds great. I’m on .5b-eta3.

    Where is the development download link again?

    cml

    By the way, thanks for your help! And, what a GREAT idea for the plugin. I’m super excited to see this take off.

    Development and all other versions, are here http://wordpress.org/extend/plugins/alkivia/download/

    The 0.5-rc1 is almost done and will be released really soon 😉

    Thread Starter cmlawson

    (@cmlawson)

    That did the trick.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: User Community] User gallery bug?’ is closed to new replies.