By Guest on Tuesday, 30 May 2017
Replies 3
Likes 0
Views 1K
Votes 0
I am working on an RSVP Event registration workflow and having some issues cleaning up the event detail.

Using RSVP Templating and Custom Layouts I'm able to get almost where I'd like to be. A few things linger though:

- How do I get rid of the "Event Calendar" heading on the event detail? Where is that defined?
- How can I let my users upload an image to there event registration?
- How can I customize the "Attendee Form" portion? Where is the layout of that block defined?

TIA.
Hello TIA,

This is defined within the JEvents components -> Heading

I have replied to your other post re image

You can implement all the fields via the templates, what are you wanting to customise?

Many thanks
Tony
·
Tuesday, 30 May 2017 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Tony -

Thanks for the reply, but.....

- Where in the Events components do I find "Heading"?
- I have added many fields using Template. That works fine, but I want to customize the "JEV_ATTENDFORM" which I've used in the Custom Layout->Event Detail area.
- With regards to your answer regarding the Upload Image, I don't want to include an image in the event detail or list, I want my users to include an image in their registration. The user needs to upload an image. Is that possible using the Plug In you pointed me to? I don't see how.

Thanks
·
Tuesday, 30 May 2017 14:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

JEvents -> Configuration -> Component -> Show Headline -> No (Note this is only shown to Intermediate and Advanced setings, set in the top of the component).

You will need to do a template override of:

/plugins/jevents/jevrsvppro/rsvppro/tmpl/default/attendee_attendanceform.php

to:

/templates/your_Template/html/plg_jevrsvppro/default/attendee_attendanceform.php

Many thanks
Tony
·
Thursday, 01 June 2017 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post