help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Delete unnamed custom fields in "Add Venue"
Delete unnamed custom fields in "Add Venue"
4 years 3 weeks ago
hi, I need to delete 5 entries ... how can I do? .. See image ... Thanks.
Please Log in or Create an account to join the conversation.
Re: Delete unnamed custom fields in "Add Venue"
4 years 3 weeks ago
Sorry, currently that is not possible out of the box.
With good knowledge of CSS you could set these rows in a custom CSS to:
With good knowledge of CSS you could set these rows in a custom CSS to:
Code:
display: none;
Please Log in or Create an account to join the conversation.
Re: Delete unnamed custom fields in "Add Venue"
4 years 3 weeks ago
It is better to use jem settings>global params
Number of custom fields!
Number of custom fields!
The following user(s) said Thank You: Wolfgang
Please Log in or Create an account to join the conversation.
Re: Delete unnamed custom fields in "Add Venue"
4 years 3 weeks ago
Oh yes, indeed. Out of the box!
Of cause that does only work if one uses only the consecutive first x custom fields.
If you change your mind and want to delete one of the custom fields in the middle at position y, you will have to change at least all open events for a reuse of the custom field y with the value of custom field x, then rename custom field y with the name of custom field x and finally reset the number of custom fields in jem settings>global params to x-1. Even more work might come up, if you want to preserve the sequence and y < x - 1.
Of cause that does only work if one uses only the consecutive first x custom fields.
If you change your mind and want to delete one of the custom fields in the middle at position y, you will have to change at least all open events for a reuse of the custom field y with the value of custom field x, then rename custom field y with the name of custom field x and finally reset the number of custom fields in jem settings>global params to x-1. Even more work might come up, if you want to preserve the sequence and y < x - 1.
Please Log in or Create an account to join the conversation.
Time to create page: 0.593 seconds