Quote:
Originally Posted by vbFreelancers
- Open your vB index file (usally index.php)
Search for:
Add above:
Code:
if($vbulletin->options['siteteam_active'] == '1')
{
require_once('vbF_Functions.php');
$teambits = meet_our_team();
eval('$siteteam = "' . fetch_template('siteteam_main') . '";');
}
|
Couldn't this be used as a plugin using the forumhome_complete hook?