Sure, I don't use birthdays there myself but you can put something like this which I use elsewhere on the top of the page:
<vb:if condition="$show['birthdays']">
<ol class="commalist" id="wgo_onlineusers_list">
<img src="images/smilies/birthday.gif"> Happy Birthday to{vb:raw birthdays}!
</vb:if>
You might have to check the image path but that's close.
Basically you can take anything from WGO and paste it in there and by using <ol class="commalist" id="wgo_onlineusers_list"> you make it into a comma list instead vertical like in WGO to save space.
|