Adding Link to Event
-
This question is basic, so please forgive me for asking. I’ve tried to find answer via google but have not.
I am trying to do two things:
1) On an event listing, I want to add a link to a band’s website, if they have one.
2) If there are EVENT NOTES, I want to have a header that reads, “Event Details.” If there are EVENT NOTES, I don’t want that header to appear.
I know that I can call a function to do this, but I don’t know how to call that function from Event Manager, and I’m not sure what that function should be. I’m very lost.
This is what I’ve entered into the Single Event Page Format:
<div class="event"> <table class="eventtable"><tr><td class="eventcols" id="eventleft"> <strong>Event Date</strong> <p> <ul>#_EVENTDATES</ul> <p> <strong>Event Time</strong> <p> <ul><i>#_EVENTTIMES</i></ul> </td><td class="eventcols" id="eventright"> <strong>Event Details</strong> <p> <ul>#_EVENTNOTES</ul> #_ATT{band_link} </td></tr></table> </div>
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Adding Link to Event’ is closed to new replies.