I haven’t looked into the appropriate code but I think it wouldn’t be all that difficult to add the limitation that you cannot raise your own or anyone else’s permissions (using roles) beyond your own role.

, I guess we could end up with a few (if not a lot) of support request...I agree, I wonder how many people testing the betas have already installed it without realising.
In terms of the DisableCache plugin, the main reason it has been included is so that the TemplateSwitcher plugin functions correctly - so, can the DisableCache plugin not be merged in with the TemplateSwitcher plugin? The two plugins run off the same event and it’s only a one-line addition.

And then, either remove the DisableCache plugin altogether or offer it in the install but have it disabled by default (could be explained in the plugin summary that it needs to be manually activated)
if($type == "reference") {
if(is_numeric($content)) {
$content = $modx->makeUrl($content);
}
}
This discussion is closed to further replies. Keep calm and carry on.