Quote:
Originally Posted by z3r0
Just examine the headers sent by the page.
|
Sorry if this sounds stupid but I don't know anything about that, what should I look for that would prove the page is cached or not cached.
Quote:
Originally Posted by z3r0
I always need to lookup the plugin syntax, after a quick search it looks like this is what you need for multiple groups.
Code:
if (is_member_of($vbulletin->userinfo, x,y))
|
Thank, I will give it a try as soon as I know how to verify if it works.