The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? Code:
<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 -->
|
|
#2
|
|||
|
|||
|
Anyone?
|
|
#3
|
|||
|
|||
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=290368" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=290368</a>
|
|
#4
|
|||
|
|||
|
I don't want it everywhere, only Today's Birthdays, but thank you
|
|
#5
|
|||
|
|||
|
Then disable the options you dont want it to use.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|