Quote:
Originally Posted by mOdEtWo
I'm not really sure how this whole plugin stuff works.
What you are saying is that all plugin xml is pasted into the same spot? Yes, then it would work to just wrap an if-statement around it. I'll try and let you know the results!
Cheers.
|
In the plugin manager modify the plugin wrapping it with:
PHP Code:
if ($vbulletin->userinfo['userid'] == <insert id no. here>)
{
//plugin here
}