The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I have the event attendance hack installed, which created a new plugin called
Event Attendance - Monthly view mark here's the code Code:
$event['attending']=iif($event['roll'] && $event['useroll'] && array_key_exists($vbulletin->userinfo['userid'],unserialize($event['roll'])),true,false);
if (($event['attending']) and ($vbulletin->options['roll_temp']))
{
$event['title']="*".$event['title'];
}
man, I hate to be the guy that does this but... *bump* Would this be one of those parse things? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|