Quote:
Originally Posted by Dark Riku
This has been posted many times... but kind of hidden...
PHP Code:
if ($vbulletin->userinfo['usergroupid'] == 9) { echo "What you want here"; }
Change the 9 with the usergroup you want using it.
|
I have that part fine.... What I am having trouble with is the conditional to only Show the events box IF an event is upcoming within next 7 days.