The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change {vb:raw birthdays}
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! |
#2
|
||||
|
||||
open template forumhome_birthdaybit
replace all with: Code:
<li><!--rlm-->{vb:raw birthday.username}<vb:if condition="$birthday['age']"> <!--rlm-->({vb:raw birthday.age})</vb:if></li> The code for {vb:raw birthdays} is created after line 129 of forum.php (no need to edit it though) |
#3
|
|||
|
|||
Thanks a lot! That's what I searched for a long time.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|