Quote:
Originally Posted by alexhirurg
I think that using preg_replace() and other string funcs will help to do it automatically 
but i've asked - is this possible to transfer changing templates to the plugin that will hook entry named "parse_templates" ?
I did it in mine 2 plugins w/o any hard work... but your have many changes, of course...
|
$vbulletin->templatecache[] = str_replace() ...... and so on BUT you have to "give" a comment string on where to insert the changes.Because this system contains many changes this is something you have todo by hand.I think you have to first insert a comment into the template(s) that need to be modified then vBulletin can "parse" them through that hook.I've seen it done in other mods
HTML Code:
<!-- this is a comment -->
or a "unique" part of the code will do to