That would explain a lot. Just tried adding it to the template and it looks like this:
PHP Code:
".(($show['edit_profile']) ? ("
<li class=\"thead\"><a href=\"moderator.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "do=useroptions&u=$userinfo[userid]\">$vbphrase[edit_user_profile]</a></li>
<li class=\"thead\"><a href=\"admincp/user.php?do=remove&u=$userinfo[userid]\" style=\"color:red; font-face:bold\">Delete User Profile</a></li>
") : (""))."
I'm not familiar with finding matches with variables in them. What's the syntax for that, as I get a parse error if I try it as is?