hide a menu according to the country

This forum is for general questions about extensions for Joomla! 3.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
Phil75
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Feb 16, 2018 8:59 pm

hide a menu according to the country

Post by Phil75 » Fri Feb 16, 2018 9:15 pm

Hello everyone,

I am looking for a solution / extension, to hide a menu according to the country. I would like the menu not to be displayed when the user is outside France.

Aside from the Joomla language management system, would anyone know an extension, or have an idea to do that?

Thank you in advance.
Regards

User avatar
effrit
Joomla! Guru
Joomla! Guru
Posts: 846
Joined: Sun Nov 12, 2017 2:21 pm
Location: middle of Russia
Contact:

Re: hide a menu according to the country

Post by effrit » Fri Feb 16, 2018 9:59 pm


KianWilliam
Joomla! Guru
Joomla! Guru
Posts: 565
Joined: Thu Jan 12, 2017 10:13 am

Re: hide a menu according to the country

Post by KianWilliam » Sat Feb 17, 2018 12:34 pm

This just came into my mind, there are other ways or better logical ways if we get deep into it.
If $remoteAddr for people of each country has some shared parts (in the start or end or both),
with a simple condition in default.php you may hide or show your menu.
e.g if($remoteAddr==/you may use a regex for numbers here in remote address belong to france/)
display your menu, using jquery , class or id of menu
else
hide it
you may use addScriptDeclaration() to add this script.
This works on condition that my understanding about $remoteAddr is right and each country has some
special parts for itself
Good luck
Kian William

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30936
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: hide a menu according to the country

Post by Per Yngve Berg » Sat Feb 17, 2018 5:03 pm

https://extensions.joomla.org/extension ... eoblocker/

Not quite what you are looking for, but have the Geo IP lookup.


Locked

Return to “Extensions for Joomla! 3.x”