Footman
10-18-2010, 01:55 PM
Would be great to have a little cake or something before the persons name so it would differentiate it from other events. I understand this was part of previous versions of vB... we lost it?
Now that I'm thinking it would be great to have icons for different events in the calendar.
--------------- Added 1287415225 at 1287415225 ---------------
ok - Trevor answered this for me. Pretty simple in case anyone else wants to know.
change the calendar_monthly_birthday template to:
<li>
<img src="{vb:stylevar imgdir_misc}/birthday_small.gif" alt="" /> <a class="birthday username" href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.username}</a> {vb:raw age}
</li>
Now that I'm thinking it would be great to have icons for different events in the calendar.
--------------- Added 1287415225 at 1287415225 ---------------
ok - Trevor answered this for me. Pretty simple in case anyone else wants to know.
change the calendar_monthly_birthday template to:
<li>
<img src="{vb:stylevar imgdir_misc}/birthday_small.gif" alt="" /> <a class="birthday username" href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.username}</a> {vb:raw age}
</li>