Log in

View Full Version : How to change {vb:raw birthdays}


Hausgarten
07-13-2011, 11:11 AM
Hi there!

In Forumhome I find {vb:raw birthdays} which generates a list of todays birthdays with links to member profile and the age. I want to change this {vb:raw birthdays} that it generates a list without linked profiles.

Where can I find this {vb:raw birthdays} to edit it? I searched phrases and templates - no idea where to find it.

Thanks in advance!

LifesGreatestGift
07-13-2011, 12:44 PM
open template forumhome_birthdaybit

replace all with:
<li><!--rlm-->{vb:raw birthday.username}<vb:if condition="$birthday['age']"> <!--rlm-->({vb:raw birthday.age})</vb:if></li>

Revert template to go back to how it was originally.

The code for {vb:raw birthdays} is created after line 129 of forum.php (no need to edit it though)

Hausgarten
07-14-2011, 04:29 AM
Thanks a lot! :) That's what I searched for a long time.