Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#4091 Editing State field entries

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Monday, 26 July 2021 06:06 UTC

ypcountrytimes

Hi,

I am setting up a new site and having trouble when ordering to get the Country and State fields right.

I don't want the Country field showing as we only ship to Australia but I DO want the State field active with Australian states only.

Currently the only States showing up are USA and Spain!

I know how to stop the Country field showing (in the config section) but I can't find out how to get only Australian states showing.

Can you help please.

Thanks.

sbluege

Hi, 

for a reason, the states for Australia are not published. If you edit the table #__eventgallery_state, you can simply publish those elements.

This SQL-Statement might help, too:

U PDATE #__eventgallery_state set published=1 where countrycode='AU';

Please replace #__ with your table prefix and remove the space in "U pdate". 

ypcountrytimes

Thanks for the help.

sbluege

You're welcome.