Quote:
Originally Posted by GearTripper
ok; the way you worded your description... you said no file edits were necessary, but you clearly have to edit files. weather or not their source files or templates, you ARE making file edits. i just wanted to make sure i wasn't reading it wrong.
|
actually to tell the truth you can automate that
PHP Code:
$vbulletin->templatecache['TEMPLATENAME'] = str_replace('find','replace',$vbulletin->templatecache['TEMPLATENAME']);
but i've never used it before.