Fabio Nobre
Hello Peter, thanks for the fast response.
We bought your extension to migrate from J3 to J4. Regarding disabling cache, I just checked and it was already completely disabled. In J4 this is possible: global configuration>system>cache = off. (in J3 there was a minimum 1 minute cache that we cannot disable).
regarding result of this URL regularlabs.com/geoip.php it is correct from my PC based in Brazil I get:
GeoIP Location Results for IP [177.21.104.15]
Continent Code SA
Continent South America
Country Code BR
Country Brazil
Region Codes CE
Regions Ceará
Postal Code 62580
and from my phone using a VPN connected to the netherlands, I get:
GeoIP Location Results for IP [217.23.3.92]
Continent Code EU
Continent Europe
Country Code NL
Country The Netherlands
Region Codes ZH
Regions South Holland
Postal Code 2671
I have created a test page at my J4 instance
dev01.jeri.com/club/b/en/rl
with the content:
==================
{show continents="South America"}this is a conditional test for //show continents="South America"//{/show}
{show continents="North America"}this is a conditional test for //show continents="North America"//{/show}
{show continents="Europe"}this is a conditional test for //show continents="Europe"//{/show}
{show countries="Brazil"}this is a conditional test for //show countries="Brazil"//{/show}
{show countries="Netherlands"}this is a conditional test for //show countries="Netherlands"//{/show}
{show countries="France"}this is a conditional test for //show countries="France"//{/show}
{show countries="Germany"}this is a conditional test for //show countries="Germany"//{/show}
{show months="june"}this is a conditional test for //show months="june"//{/show}
{show months="july"}this is a conditional test for //show months="july"//{/show}
==================
and I get continent and month correct, but no country. Both from my local and my vpn-dutch-ip.
thanks,