The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
Your code shows this:
HTML Code:
<vb:if condition="$block_data['visitorcount'] > 0"> <div class="meta"> {vb:rawphrase last_x_visitors, {vb:raw block_data.visitorcount}} </div> <ol class="commalist"> {vb:raw block_data.visitorbits} </ol> </vb:if> HTML Code:
<vb:if condition="$block_data['visitorcount'] > 0"> <div class="meta"> {vb:rawphrase last_x_visitors, {vb:raw block_data.visitorcount}} </div> <ol class="commalist"> <vb:each from="block_data['visitorbits']" value="row"> <li><a class="username" href="{vb:link member,{vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.invisiblemark}{vb:raw row.buddymark}{vb:raw row.comma}</li> </vb:each> </ol> </vb:if> |
Благодарность от: | ||
MagicPID |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|