PDA

View Full Version : Can somebody teach me How to Automatic Template Changes System


vuiveclub
01-22-2008, 10:31 AM
hello,
can someone teach me, how to Automatic Template Changes System ??
I created new hook forumdisplay_complete and with Plugin PHP Code:
if ($foruminfo['my_custom'] == 1)
{
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace(('<!-- show threads -->'),('<!-- show threads -->').$vbulletin->templatecache['my_custom_temp_to_change'],$vbulletin->templatecache['FORUMDISPLAY']);
}

But it didn't work, what did i do wrong?

Dismounted
01-22-2008, 11:10 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=151254" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=151254</a>