Did you ever solve this? I'm wanting to do the same thing (customize the archive/index.php with a different message for guests than registered users near the top) but I don't know how to do this...
Any help would be greatly appreciated.
--------------- Added [DATE]1203058489[/DATE] at [TIME]1203058489[/TIME] ---------------
Figured it out:
Code:
if ($vbulletin->userinfo['userid'] == 0)
{
$output .= "
html here
";
}