help to better help you:

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

Make UK Only Available

Make UK Only Available

9 years 10 months ago
#17023
Hi

I would like to set up JEM with UK only in the country field. The idea will be for venues to add themselves and I would just like to simplify the process. I can remove the countries from within the database but each time I update the component they will all be added again.

Is there a way to achieve this?

Thanks

Dave B)

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

Re: Make UK Only Available

9 years 10 months ago
#17025
Hi Dave,

currently this is not possible (also there is a second table used directly in a php file so stripping db table wouldn't work).

The only way to simplify it a bit is to set a Default country (in backend JEM Settings - Global Parameters). So it will be preselected in venue form and there is no need to change it (but it's possible).

If this is not enough you could also use css rules to hide/remove the field, e.g.
Code:
div.jem_editvenue #jform_country-lbl, div.jem_editvenue #jform_country { display: none; }

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

Time to create page: 0.441 seconds