Log in

View Full Version : Can you change an event text display in calendar?


GrandAmGuru
09-22-2006, 02:34 AM
I have the event attendance hack installed, which created a new plugin called

Event Attendance - Monthly view mark

here's the 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'];
}

What I'd like to do is have the event show up either bolded or in a different color if the person marks it as attended. Essentially bolding the text displayed by this code $event['title']="*".$event['title'];

man, I hate to be the guy that does this but...

*bump*

Would this be one of those parse things?