I have a custom page (custom_affiliate) and I'm trying to create a plugin but it's not working. This is what I have:
PHP Code:
$search_text = '<!-- links -->';
$vbulletin->templatecache['custom_affiliate'] = str_replace($search_text,
$search_text.fetch_template('affiliate_sites'),$vbulletin->templatecache['custom_affiliate']);
I'm almost certain that code should work but I'm not sure what the hook location should be set to. Can I get some help?