I tried copying function.pnimg.php to config/plugins, but the following bit from pnRender.class.php will never allow it to execute because it's found in the system/pnRender path:
Code
// plugin paths are ordered so that we find the vast majority of plugins with as few path
// searches as possible
$pluginpaths = array('system/pnRender/plugins',
'system/Theme/plugins',
'config/plugins',
"themes/$theme/templates/modules/$module/plugins",
"themes/$theme/plugins",
"$modpath/" . $this->module[$module]['directory'] ."/pntemplates/plugins");
// searches as possible
$pluginpaths = array('system/pnRender/plugins',
'system/Theme/plugins',
'config/plugins',
"themes/$theme/templates/modules/$module/plugins",
"themes/$theme/plugins",
"$modpath/" . $this->module[$module]['directory'] ."/pntemplates/plugins");
Back in the PN days, I had to edit the version in pnRender directly.
--
Chris Stevens, CEO
OpenTaxi Systems LLC
866.OPENTAXI
www.opentaxi.com
On-Demand Air Taxi Reservations Platform, Flight Reservations, Consulting.
