help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Change Front End 'Submit Event' UI
Change Front End 'Submit Event' UI
4 years 4 months ago - 4 years 4 months ago
Hi
Our installation of Submit Event in the back end appears the same as in the JEM demo (image attcahed). However our Submit Event window in the front end is different. I am assuming this a CSS override in our site template.
Question 1: Do you have any suggestions as to how I can revert the appearance of our Front End Event Submission before I add the task to the list for a developer?
I would like to offer our Front End Event submitters a simple version of the form. I would like to show them only the first Event Tab only (as depicted in yellow in the attachment).
Question 2: Is there somewhere that I can delete the code of these three windows to achieve this – again before I ask a developer to do this?Thank you in advance for any assistance.
Our installation of Submit Event in the back end appears the same as in the JEM demo (image attcahed). However our Submit Event window in the front end is different. I am assuming this a CSS override in our site template.
Question 1: Do you have any suggestions as to how I can revert the appearance of our Front End Event Submission before I add the task to the list for a developer?
I would like to offer our Front End Event submitters a simple version of the form. I would like to show them only the first Event Tab only (as depicted in yellow in the attachment).
Question 2: Is there somewhere that I can delete the code of these three windows to achieve this – again before I ask a developer to do this?Thank you in advance for any assistance.
Last edit: 4 years 4 months ago by Andano. Reason: Formatting
Please Log in or Create an account to join the conversation.
Re: Change Front End 'Submit Event' UI
4 years 4 months ago
If you have access to ftp, you open components/jem/views/tmp/responsive/editevent.php. you can omit the other tabs.
Please Log in or Create an account to join the conversation.
Re: Change Front End 'Submit Event' UI
4 years 4 months ago
Sorry, I was not on ftp
components/com_jem/views/editevent/tmpl/responsive/edit.php
nearby at the end there are some
<?php echo $this->loadTemplate('...'); ?>
best is you create a template override for this, then it will not be overwritten by a next update
components/com_jem/views/editevent/tmpl/responsive/edit.php
nearby at the end there are some
<?php echo $this->loadTemplate('...'); ?>
best is you create a template override for this, then it will not be overwritten by a next update
Please Log in or Create an account to join the conversation.
Re: Change Front End 'Submit Event' UI
4 years 4 months ago
Yes, that did the trick (removing the unwanted tabs). Thank you.
I couldn't save a test Event Submission afterwards but I may have been sloppy removing code.
I couldn't save a test Event Submission afterwards but I may have been sloppy removing code.
Please Log in or Create an account to join the conversation.
Time to create page: 0.401 seconds