1
Hi everyone,
I want to put a reminder in the install script for the module I'm updating that will put a gentle reminder that the user needs to confiure some options before the module will work.
I'm thinking it would be something like this, but it outputs before the headers. I need the appropriate smarty tag to output to, I think.
function xoops_module_install_xoopsgallery(&$module){
echo "Important! Don't forget this!";
}
(Specifically I'm talking about setting up the NetPBM / ImageMagick settings in XoopsGallery).
Any help is appreciated.