Quote:
Originally Posted by Lynne
Assuming you are using the postbit_legacy template, something like this:
HTML Code:
$template_hook['postbit_userinfo_start'] = str_replace("userinfo", "test", $this->registry->templatecache('postbit_legacy'));
|
I may be wrong but shouldn't be this
PHP Code:
$this->registry->templatecache['postbit_legacy'] = str_replace("userinfo", "test", $this->registry->templatecache['postbit_legacy']);
Btw that will be a lot harder when you will be finding and replacing template codes with variables and conditions i don't know if you get what i mean, i will post an easy function that i made with codes of boofo, kh99 and mine as soon as i'll be logged from my pc