The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
For some reason I can't seem to get this string replacement to work, and I thing it has something to do with the $session part of the string
This doesn't work: Code:
$vbulletin->templatecache['threadbit'] = str_replace('showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]','SOME REPLACMENT URL',$vbulletin->templatecache['threadbit']); Code:
$vbulletin->templatecache['threadbit'] = str_replace('showthread.php?','SOME REPLACMENT URL',$vbulletin->templatecache['threadbit']); Code:
$vbulletin->templatecache['threadbit'] = str_replace('t=$thread[threadid]$thread[highlight]','SOME REPLACMENT URL',$vbulletin->templatecache['threadbit']); Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|