2015-12-22, 08:47 AM
(This post was last modified: 2015-12-23, 03:01 AM by ShadowMage.)
Thanks!
I've gotten it to add the text correctly, but removing it is the issue now. It'll process and uninstall but won't remove the $gradient stuff.
The templates are different because I figured the purpose of the plugin would be better suited for under the options area.
I've gotten it to add the text correctly, but removing it is the issue now. It'll process and uninstall but won't remove the $gradient stuff.
function gradient_deactivate()
{
global $gradient;
include MYBB_ROOT."/inc/adminfunctions_templates.php";
find_replace_templatesets("usercp_nav_profile", '#'.preg_quote($gradient).'#i', '');
}
The templates are different because I figured the purpose of the plugin would be better suited for under the options area.