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
- lafabriqueduweb
- Topic Author
- Offline
- New Member
- Posts: 5
- Thanks: 0
Hide fields in the event creation form
5 years 7 months ago
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
- 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
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?
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
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?
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.
- lafabriqueduweb
- Topic Author
- Offline
- New Member
- Posts: 5
- Thanks: 0
Re: Hide fields in the event creation form
5 years 7 months ago
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
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
Please Log in or Create an account to join the conversation.
Re: Hide fields in the event creation form
5 years 7 months ago
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
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)
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