replace edit.gif from plugin?
Hello,
As an exercise I wanted to replace edit.gif from a plugin...
so I made a plugin with hook location: showthread_complete
and did:
$vbulletin->templatecache['SHOWTHREAD'] = str_replace('edit.gif', 'mynewimg.gif', $vbulletin->templatecache['SHOWTHREAD']);
but it doesn't replace the string...
The plug is being called, but its just not replacing the string for some reason.... any help?
|