I was trying to figure out why the [Edit] feature was not appearing for any of the phpfunction based autotags. A client asked me to install the plugin and create a custom autotag.
After ensuring I had enabled the feature (is enabled by default) but access is disabled. Added the autotags.PHP access right - but still no luck
Tracked down the issue was in functions.inc
Text Formatted Code
function plugin_getListField_autotags($fieldname, $fieldvalue, $A, $icon_arr) {
global $_CONF, $LANG_ADMIN, $LANG_ACCESS, $_TABLES,$_AUTO_CONF;
The global $_AUTO_CONF was not added as global so it always will not be able to get the autotag settings - like is PHP allowed.
After that - all was good.
Thanks Joe :chestslam:
Geeklog components by PortalParts -- www.portalparts.com