help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Hide fields in the event creation form

Hide fields in the event creation form

5 years 7 months ago
#26075
Hello in the event creation form, I want to hide the fields:
- title
- alias
- in the spotlight
- situation
- access

Is this possible and how can it be done?

Thank you to you.

Christophe

Please Log in or Create an account to join the conversation.

Re: Hide fields in the event creation form

5 years 7 months ago
#26077
Do you want to hide that in the fronend or backend?
I think hiding the title is not good, because it is required for creating an event.

What do you mean with "in the spotlight" and "situation".

Why do you want those fields?

Please Log in or Create an account to join the conversation.

Re: Hide fields in the event creation form

5 years 7 months ago
#26078
Sorry, I don't understand: Can you use the official names please!

Normally you need for an event: WHO offers WHAT, WHEN, WHERE, for WHOOM, HOW MUCH costs.
Title = WHO
in the placeholder for ALIAS there should be written: is generated automatically

what do you mean with: in the spotlight, situation, access?

Please Log in or Create an account to join the conversation.

Re: Hide fields in the event creation form

5 years 7 months ago
#26080
Hello and thank you for answering me.

1. it is in the "public" part, in the Front End, when a user wants to create an event
2. after reflection I would only like to hide the fields "status", "access" and "star" and assign default values:
- featured = no
- Status = published
- access = public

I would like to know where to intervene, on which file?

Thank you, very cordially

Christophe

Attachments:

Please Log in or Create an account to join the conversation.

Re: Hide fields in the event creation form

5 years 7 months ago
#26084
you can do this with a template override – just delete these fields there
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: Hide fields in the event creation form

5 years 7 months ago - 5 years 7 months ago
#26086
Copy the file <JoomlaRoot>/components/com_jem/views/editevent/tmpl/edit.php to <JoomlaRoot>/templates/<YourTemplate>/html/com_jem/editevent/edit.php and uncomment the following lines:
137 (featured)
138 (published)
139-143 (access)
Last edit: 5 years 7 months ago by jojo12.

Please Log in or Create an account to join the conversation.

Time to create page: 1.277 seconds