Hi Logician,
Thanks for your reply, but omehow I still getting the same error.
Quote:
03-19-03 at 04:05 PM Logician said this in Post #160
I say check step 1.. After you applied it, the line should look like this:
PHP Code:
//Logician Advanced Templates Hack
if (substr_count($template,'[[/(')>=1) {$template = advanced_templates($template);}
//Logician Advanced Templates Hack
if ($gethtmlcomments and $addtemplatename) {
Not like this:
PHP Code:
//Logician Advanced Templates Hack
if (substr_count($template,'[[/(')>=1) {$template = advanced_templates($template);}
//Logician Advanced Templates Hack if ($gethtmlcomments and $addtemplatename) {
More info here
|
Thats exactly what I did.