• Resolved alexandraka

    (@alexandraka)


    Hello,
    We are à dive club.
    I create an album per post (a post is a dive trip)
    I wish user to upload their photo in the album i have created for the trip.
    Here is my shortcode

    [upg-list perrow=”5″ perpage=”20″ album=”PalaFrugel2021″ popup=”on” ]

    But when upload pictural, the user can still choose another album.
    How can i remove the choice of the album to use (it shall be only the one in the shortcode).

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author odude

    (@odude)

    [upg-list album="PalaFrugel2021"] shortcode is to display gallery of PalaFrugel2021

    Note: PalaFrugel2021 is the category slug name, it is case sensitive.

    If you want to create a form where you want all submitted post should go in specific album then you can create a form where category field is hidden and

    Check documents at
    https://odude.com/upg-user-post-gallery/upg-form/

    Quick eg.
    [upg-form-tag type="other" new_type="hidden" name="cat" value="PalaFrugel2021"]

    Thread Starter alexandraka

    (@alexandraka)

    Thanks for the support !

    So i replace my code by the 2 pièce of code, but the form code still asks for the album to use

    Thread Starter alexandraka

    (@alexandraka)

    if you like a screenshot, i can send it to you

    Thread Starter alexandraka

    (@alexandraka)

    here is a suggestion ;
    in the shortcode
    I have the album displayed and the buttons to “add picture” and video

    It would be nice to add an option like “add_picture_to_this_album” to this shortcode.
    Then, clicking on the “add picture” button would provide (with a GET or POST method) the name of the album to use.

    then on the Add Picture page,
    if the variable album exists, the album is selected.
    if the variable album does not exists, the dropdown album list is shown.

    what do you think of ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to fix the album sélection for user upload ?’ is closed to new replies.