The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I get a plugin to work that contains quotes in the replace string?
For example, say I have this:
Code:
$stuff="<a href="showthread.php">test</a>"; $lookfor='$thread[highlight]'; $replace='$stuff'; $vbulletin->templatecache['threadbit'] = str_replace($lookfor, $replace, $vbulletin->templatecache['threadbit']); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|