Adding # attendees to upcoming events email
-
Hi,
I’m able to setup RSVPmailer to send an email listing the upcoming events, and I get the events included as they should. However, the content displayed for the events doesn’t include the “Number of attendees” currently signed up, or X of Y places if there’s a limitation of places set. So, I’ve been trying to find out where I can modify the script files so this gets included.
The content displayed in the email is tied to the [rsvpmaker_email_content] placeholder, and although I can locate this in the rsvpmaker-email.php, which in turn refers to rsvpmaker-email-template.php, I’m not sure where I can actually make a change that will a) not break rsvpmaker/rsvpmailer, and b) persist even when rsvpmaker/rsvpmailer is updated.
Essentially what I want to show for each event in the upcoming events email should be:
Number of attendees currently signed up to each of the upcoming events, and the limitation of spots (if set).If possible, I’d like that change to survive the updating of rsvpmaker/rsvpmailer plugin.
Anyone that could offer some guidance on how/where to put the needed code (and if I can re-use the code already counting/checking attendees when you sign up)?
Thanks
- The topic ‘Adding # attendees to upcoming events email’ is closed to new replies.