Event Registration - replace "Nobody" ...
When an event is enabled, but no one has yet registered, change the default from "nobody" to "Be the first".
Eve-Marie
-
Matthew Thomure commented
Hi Charles,
My apologies! I wasn't aware that it also appeared on the other page as we don't use that view on our sites.
Here you go:
https://github.com/matticustard/wild-apricot-replace-event-nobodyIt's a little more complicated than the single event version since the IDs auto-increment for multiple events. Copy everything out of globaljavascript.inc and add it to your Global JavaScript in Wild Apricot.
Remove the old code if you're still using it. I'll delete the original post to prevent confusion.
Good luck!
-
[Deleted User] commented
Thanks *******, I got the change to work but only on the specific event page. I would like it to work on the event summary page too. I'm a pretty good self taught programmer and I see the key element here is the this:
$("#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventInfoBox_alreadyRegisteredLink");I need to find the replacement for "eventPageViewBase" is there a place I can find a listing of all the "official page names'?