Events Made Easy › Forums › How do I … › disable TIME from some events
Tagged: change date, disable time
- This topic has 4 replies, 2 voices, and was last updated 13 years ago by Anonymous.
-
AuthorPosts
-
Fri 4 Nov 2011 at 13:24 #43600AnonymousInactive
Hello, thank you for the amazing plugin! I have two issues/questions and I thank anyone in advance for any help:
1) Some of my “events” are all-day, or multiple-day affairs and there is no set start time. Is there any way to disable the time from showing with just those particular times?
2) I have an event that starts on March 2 and ends on March 4 – My sidebar widget currently shows:
Kids Artistic Revue
• Mar. 2, 2012 at 12:00 AM
• Patchogue Theatre
• Patchogue, NY
Is there any way to change this and some of my future entries to something that would show the 2 day span:
• Mar. 2 to Mar. 4, 2012
The website is right here: http://www.vspac.com/events/
Thank you!
Fri 4 Nov 2011 at 15:46 #49020FrankyKeymasterUse conditional tags, search the forum for it and read about it here:
Fri 4 Nov 2011 at 22:28 #49021AnonymousInactiveGreat – thank you! It worked for my sidebar widget, which is now perfect as far as the “from-to”. However, for the time issue, I was hoping to be able to choose (in addition to the possibility of displaying it in a standard format), words and phrases such as “All Day”, “Evening”, “Morning”, etc. Guess that would be not possible the database structure? thank you!
Fri 4 Nov 2011 at 22:42 #49022FrankyKeymasterNot using the database, no. But using conditional tags can help you there as well, just compare the value of e.g. #h:#i to “00:00” (for start and end) and you can then show “all day”, and stuff like that.
Sat 5 Nov 2011 at 15:57 #49023AnonymousInactiveThank you again for your tip. However, after numerous trial and error struggles over night I am still nowhere with this and I’ll just have to accept that it’s beyond me 🙂 My current code for the single event is below, if you feel that it’s something you can help me with, I’ll appreciate it greatly. All I need is to be able to replace the time with “ALL DAY” if, let’s say I set the time to 12:00am (by the way, there is no way to input 00:00 into the time field). All other times I need it to show the regular time, as it’s doing right now. If this is too much to ask for I understand and I am grateful for your help and a great plugin anyway!
DATE & TIME:
#M. #j, #Y #@_{ – M. j, Y}, at
#_12HSTARTTIME</br>
DETAILS:
#_EVENTIMAGE
#_NOTES
LOCATION:
#_LOCATIONLINK
#_LOCATIONADDRESS
#_LOCATIONTOWN, #_LOCATIONSTATE #_LOCATIONPOSTCODE<p>
#_MAP</br>
<p>
EVENT CATEGORY:
#_CATEGORIES
</p>
{has_bookings}
<h3>Bookings</h3>
#_BOOKINGFORM
{/has_bookings}
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.