Hi
I have the listings customised, but occasionally I need to be able to show the venue is closed and not display any further information.
Here is the code currently used to display the events list:
I know the logic will be something like "if Event_Name = CLOSED, don't show any more info". I'm just not sure how to put that into practice.
Would appreciate any help with this.
jEvents Team: Maybe this could be added as part of the module with a radio button?
Regards, David
I have the listings customised, but occasionally I need to be able to show the venue is closed and not display any further information.
Here is the code currently used to display the events list:
{{Event Name:Event_Name#%s | #}} Doors Open: {{Start Time:STARTTIME}} | Programme: {{Act 1 Start Time:Act_1_Start_Time#%s, #}}{{Act 1 Name:Act_1_Name#%s • #}}{{Act 2 Start Time:Act_2_Start_Time#%s, #}}{{Act 2 Name:Act_2_Name#%s • #}}{{Act 3 Start Time:Act_3_Start_Time#%s, #}}{{Act 3 Name:Act_3_Name#%s • #}}{{Act 4 Start Time:Act_4_Start_Time#%s, #}}{{Act 4 Name:Act_4_Name#%s • #}}{{Act 5 Start Time:Act_5_Start_Time#%s, #}}{{Act 5 Name:Act_5_Name#%s • #}}{{Act 6 Start Time:Act_6_Start_Time#%s, #}}{{Act 6 Name:Act_6_Name}} | {{Entry Fee Label:Entry_Fee_lbl}} {{Entry Fee:Entry_Fee}}; {{Entry Fee (Members) Label:Entry_Fee_Members_lbl}} {{Entry Fee (Members) Raw Value:Entry_Fee_Members_raw}} | @ {{Location:LOCATION}} |
{{Link Start:LINKSTART}}More Details ...{{Link end:LINKEND}}
{{People Summary:JEV_PEOPLE_SUMMARY}}
I know the logic will be something like "if Event_Name = CLOSED, don't show any more info". I'm just not sure how to put that into practice.
Would appreciate any help with this.
jEvents Team: Maybe this could be added as part of the module with a radio button?
Regards, David