Quote:
Originally Posted by shabbirbhimani
It does not work for me and I see that the replacement variable is not getting replaced with the code. I have followed everything in the install file.
|
Assuming you have not changed the replacement variable in the options:
Code:
<!--@vbbanners:%d@-->
The placeholders must look like:
Code:
<!--@vbbanners:0@-->
or
Code:
<!--@vbbanners:1@-->
...
If they do look like this, your PHP may have disabled str_replace, but unlikely because then even vBulletin would not work. I guess you have misspelled a placeholder, instead ...