• Resolved pvwij

    (@pvwij)


    Is there a way to hide the events, in the event list, where the logged in user already has booked for? I use a template with the following:

    <li>#_STARTDATE - #_LINKEDNAME- #_TOWN [eme_if tag='#_PAIDSEATS' eq='1']<font size="2">(#_PAIDSEATS inschrijving)</font>[/eme_if][eme_if tag='#_PAIDSEATS' ge='2']<font size="2">(#_PAIDSEATS inschrijvingen)</font>[/eme_if]<font size="2"><BR>[eme_if tag='#_IS_RSVP_ENDED' value='0'](Inschrijving sluit: #_RSVPEND)[/eme_if] [eme_if tag='#_IS_RSVP_ENDED' value='1']<strong>(Inschrijving GESLOTEN)</strong>[/eme_if]</font></li>

    On the page where the event list is showed I use the following shortcode: [eme_events template_id=11 scope=today–future paging=0 limit=0]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Franky

    (@liedekef)

    Enclose your whole li-statement in another eme_if (but since you use eme_if inside it, you need to use eme_if2, wordpress does not support nested shortcodes with the same name):
    [eme_if2 tag='#_IS_REGISTERED' value='0']....[/eme_if2]

    Thread Starter pvwij

    (@pvwij)

    Thanks a lot, that did the trick.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide specific events in event list’ is closed to new replies.