this plugin adds Inactive Reminders By Icora Web Design to the forum footer and is only visible to guests ! why is that ?
PHP Code:
<phpcode><![CDATA[if(!$show['member']){
$vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '<div align=\"center\" class=\"smallfont\">Inactive Reminders By <a href=\"http://www.icora.co.uk\"/>Icora</a> <a href=\"http://www.icora.co.uk\"/>Web Design</a></div>',$vbulletin->templatecache['footer']);
}]]></phpcode>