Dolphin 6.1.4.
In Events Calendar, how can I set it to United Kingdom instead of 'All'?
Many thanks,
Stuart
Dolphin 6.1.4. In Events Calendar, how can I set it to United Kingdom instead of 'All'? Many thanks, Stuart There are none so blind as those that will not see. |
anyone? There are none so blind as those that will not see. |
Most of my country drop downs are set to UK, but I cannot find the file I need to edit for Events Calendar drop down selector to automatically set UK. Any help would be appreciated! Stuart There are none so blind as those that will not see. |
Anyone? There are none so blind as those that will not see. |
do you have UK set as your home country in basic settings? otherwise..this may help but not tried it...its just a suggestion. in inc/classes/BxDolEvents.php it shows // queries for showing 'by country' ------------------------------------------------------------------------------ which to my eyes means its being sorted numerically by the database. in phpmyadmin if you browse to the table 'countries' in your database select all and click browse...then click on the ISOno at the top it will list the countries numericaly for you. You could try setting the 'united kingdom' to a lower number...that may make it the first country in the list. |