• I’m creating foto discussion/review galleries for my fotoclub
    A clubmember must be logged-in before they can see restricted albums, upload fotos to it, and comment on other fotos in the album.
    This all works fine! (incl showing EXIF data!)
    GREAT PLUGIN!!!

    But now I have the need to show an album on the public (not logged in) part, without comment option, whithout EXIF data, without download options, etc.
    I can do this by showing each foto indivudually via [wppa type=”photo” photo=”4257″][/wppa]
    But I would like to pass/overrule (all? admin) restrictions with the [wppa type=”album” album=”5″] tag?
    Is this possible?

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

    (@opajaap)

    What you can do is overrule the linktype on the thumbnails on that particular shortcode by using the ín-line settings feature.

    Example:
    change:
    [wppa type=”album” album=”5″]

    into:

    [wppa_set name="wppa_thumb_linktype" value="lightbox"]
    [wppa type=”album” album=”5″]
    [wppa_set]

    This changes the standard linktype (default to fully featured slideshow) to lightbox.
    You can prevent displaying description, rating etc. by configuring lightbox not to display these things in Table II-G.

    To get the inline settings feature to work, enable it in Table IX-A7 and either add wppa_thumb_linktype to the list or replace the entire list by all.

    More info on inline settings is here:
    https://wppa.nl/docs-by-subject/in-line-settings/

    Note:
    This method works only on the current display, so you can change the linktype, but you can not keep the same linktype and affect the display that will be generated by clicking the link. So, you can not have the slideshow and suppress the supporting boxes, because the content that is generated by clicking the link does not know about the [wppa_set] shortcode setting(s).

Viewing 1 replies (of 1 total)
  • The topic ‘wppa type=”album” restictions possible?’ is closed to new replies.