Unique Event ID?
-
I’m doing some testing with Simple Calendar and Easy Fancybox to get a pop-up of event information when the event title is clicked in list view (see https://www.sahmwebdesign.com/palcs/?page_id=353 for an example).
However, I need a unique event ID in order to accomplish this. Currently, the event id is in this format: [email protected] but that @ sign throws off the div id. So what I really want is what’s in front of the @ sign.
Can you suggest either another field that could work as a unique identifier (I tried date and time but b/c of everything that comes with [start-date] when it’s translated to html, it didn’t work), or perhaps point me to where in the php code we derive the ID? Then perhaps I could chop off what’s after the @ sign?
Thanks for the help!
- The topic ‘Unique Event ID?’ is closed to new replies.