AzzidReign
08-20-2007, 04:08 PM
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:
$search_text = '<!-- links -->';
$vbulletin->templatecache['custom_affiliate'] = str_replace($search_text,
$search_text.fetch_template('affiliate_sites'),$vb ulletin->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? :confused:
$search_text = '<!-- links -->';
$vbulletin->templatecache['custom_affiliate'] = str_replace($search_text,
$search_text.fetch_template('affiliate_sites'),$vb ulletin->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? :confused: