Custom PHP, URL matches Not working

Search
Other Bug Reports questions
Forum

Custom PHP, URL matches Not working

Michael Altman's Avatar Michael Altman
Hi, the advanced module manager is set to:
Same as other module- NO
Matching Method- Any

URL: 911garagedoors.com/m-garage-door-repair/?qwe=222

Modules are displayed in both articles using {module title="phone2048"}, and in pre-set positions.

EXCLUDE URL match: 222
Custom PHP:
if (isset($_GET["qwe"]) || isset($_COOKIE["qwe"])){
return;
}

index.php sets cooke
if (isset($_GET["qwe"]) && !isset($_COOKIE["qwe"])) {
setcookie("qwe", $_GET["qwe"], time()+3600*24*180, "/");
}
Caching is off, module caching is off, system gzip is off.
Cookies are set and the landing URL has the value, but the module is being displayed.


Please advise what needs to be done.
Thank you
Peter van Westen's Avatar Peter van Westen ADMIN
Not a bug.

Please uncheck the "Ignore Module Assignments" in the Modules Anywhere system plugin settings.
See: docs3.regularlabs.com/modulesanywhere/ge...tarted/configuration
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in