Hi All.
I am helping out a local group that wants to be able to have an alternative link, based on flag in the event fields list.
If it's an event that requires registration, they want to go right to the sign up page, from any direct event link. Otherwise, the link would take them to the page in Calendar Script.
What I found in SSI_Max_Events was this line
code:
<%= $EVENT->{'details'}->{'title'} %>
Does anyone know where this is generated? I assume this deconstructs to the Event name and it's href.
What I would want do at the point where this event name link is created is check for NULL (you go to the page) or an entered value for "RegistrationURL" (a custom event field) and if a value is present, construct the HREF to be that value.
If anyone knows of a hack, mod or already posted method that may help, I would be much obliged.
Thanks for reading.
Pete