This modification has a bug in it that prevents any other modification with a higher (or equal) Execution Order than this mod's
admin_global plugin from functioning, because you are using
PHP Code:
print_cp_footer();
which is stopping the code from executing. Your
PHP Code:
if ($_GET['__PAGE']!='issw_check')return;
check does
not work and does
not produce the expected results, causing interference with other products.
Please fix this A.S.A.P. as it is causing myself and other plugin authors a needless amount of support requests. I believe it also affects your vBulletin 3.8 version of this modification.
Thank you
Fillip