Run Plugins in own context
I have a plugin that I wish to use that has functions declared that overlap with some vbulletin functions. Is it possible to run my plugins within their own context so that i dont error out with re-declare errors or must I rename all my functions?
In doing this, I would still like my plugin to be able to access things like $vbulletin->userinfo.
|