Hi guys..
Trying to add some content to my articles without template edits
using plugins.. and it usually works for all forum pages
like register, forumhome etc..
But i can get it to replace proberly for "article display"
Any ideas ?
Hook location : Process_template_complete
PHP Code:
$replacement = '<div class="title">';
$placement = '<br />-------<br />TEST<br />-------<br />' . $replacement ;
$vbulletin->templatecache['vbcms_content_article_page'] = str_replace($replacement, $placement, $vbulletin->templatecache['vbcms_content_article_page']);