PDA

View Full Version : Today's Birthdays


Irishnotsane
12-23-2020, 02:45 PM
Hi

Is there a way I can make peoples username show up in their HTML markup?

Normally you just add musername - However this doesn't work?

<vb:if condition="$show['birthdays']">
<!-- today's birthdays -->
<div id="wgo_birthdays" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
<ol class="commalist">
<vb:each from="birthdays" value="row">
<li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
</vb:each>
</ol>
</div>
<!-- end today's birthdays -->

Irishnotsane
12-26-2020, 08:45 PM
Anyone?

snakes1100
12-27-2020, 12:37 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=290368" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=290368</a>

Irishnotsane
12-27-2020, 08:00 AM
I don't want it everywhere, only Today's Birthdays, but thank you

snakes1100
12-27-2020, 03:12 PM
Then disable the options you dont want it to use.