NG, I found something interesting when I tried to install your autolinker, after installing the GAS-articles.
admincp/index.php - after the articles mod was complete, it looks like this -
PHP Code:
$printhr = false;
// === GAS step 400 ===
construct_nav_option($vbphrase['GAS_settings'], 'GAS_admin.php');
construct_nav_group($vbphrase['GAS_CP']);
$printhr = true;
// === /GAS step 400 ===
if (can_administer('canadminstyles'))
Now when autolinker looks for the area to mod, it looks for -
PHP Code:
$printhr = false;
if (can_administer('canadminstyles'))
Needless to say, it errors out. And the mod for that has to be done by hand.