By skullmonkey on Tuesday, 30 May 2023
Replies 2
Likes 0
Views 480
Votes 0
Hi,
What is the syntax to hide time if "All day Event or Unspecified time" is checked but for JEvents - Latest Events Module?

I use this syntax to hide it in Custom Layouts for the Monthly Calendar Cell but that is not working for module due to different syntax format.


<span style="display:{{Start Time:STARTTIME#block#none}};">from {{Event Time:EVTTIME}} hours</span>



Thanks!
Gorast
Try this

<span style="display:${STARTTIME#block#none};">from ${STARTTIME} hours</span>
·
Monday, 05 June 2023 12:07
·
0 Likes
·
1 Votes
·
0 Comments
·
That worked! Thanks
S@
·
Sunday, 11 June 2023 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post