We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22574
    • 181 Posts
    Hey Guys,

    What I am trying to achieve is once logged in the user has 5 or more places to upload images, and these images are displayed in a smoothgallery on the users page where the [!WebLoginPE? &type=`users`!] call is made.

    I have added extra DB areas for more images, [!WebLoginPE? &type=`profile` &customTable=`my_web_users` &customFields=`companyname,street,suburb,city,link,photo2,photo3,photo4`!].

    And I have added the Smoothgallery code to the sites template and to the webloginpe.templates.php file.

    I just need away to save each new image as [+user.photo2+], [+user.photo3+] and so on, so that when I call [+user.photo2+] it shows up on the users page.

    Ideas?