By info@alkoto.com on Tuesday, 02 June 2020
Replies 7
Likes 0
Views 1.2K
Votes 0
Hello, i like to change some things in Event Create View in Frontend, how can i do this? Can you help me?
Can i also get a custom layout to change this view?
For Detail Event View i have changed it in Backend, it will work fine.

1) i like to disable the field "Further information"
2) disable or unpublish the field "access level"
3) disable or unpublish the field "description"


Thanks for you help, best regards Thomas
Hello,

You can use some CSS to hide the classes. Or you can customise the event edit screan with:

JEvents -> custom layouts -> Event edit page

And remove the fields.

Many thnaks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

thanks, i have done... But two problems i have also too:

- if i change this layout it wil change in backend and frontent, but i need only this changes in Frontend.
- How can i disable the configuration for repeat events?

- Can i get one layout for backend and one for frontend?

- in witch file can i disable the css class? What is the path to this file? Is this only for frontend?

Thanks best regards Thomas
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

To disable repeat events you can do this in:

JEvents -> Configuration -> Event Editing -> Hide repeating event options

set to: Yes for both admins and frontend users.. But for frontend only, add this to your CSS of your frontend template:


.jeveditrepeats {display:none;}


How do you mean about CSS?

Many thanks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

thanks, repeat events will work now.

I mean if i can disable description and rights only on frontent, with disable css class but the better solution will be if i can do seperate layouts for frontend and backend.
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You are welcome.

We don't allow that yet. But you could have CSS Applied only to the frontend?

Many thanks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

- you mean at this time you not allow separate layouts...

- ok than i will delete the code for the css class in frontent, can you help me here?
where can i find the right file, what filename? Can you tell me what code i should delete?

Thanks best regards Thomas
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Thomas,

I would suspect you have a custom.css in your themes template? Or a config option to ass some custom CSS?

You can place it in there.

Many thanks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post