The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
|
#12
|
||||
|
||||
No, I can't see that better. Images are resized here. But, try what you wrote on your test site and see if it is what you want.
|
#13
|
|||
|
|||
Quote:
Original Code: Code:
<dt>{vb:rawphrase total_messages}</dt> <dd> {vb:raw prepared.vm_total}</dd> </dl> <dl class="blockrow stats"> <dt>{vb:rawphrase most_recent_message}</dt> <dd>{vb:raw prepared.lastvm_date}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw prepared.lastvm_time}</span></vb:if></dd> </dl> <ul class="group"> <li><a href="javascript://" onclick="return tabViewPicker(document.getElementById('visitor_messaging-tab'));">{vb:rawphrase visitor_messages_for_x, {vb:raw prepared.username}}</a></li> Code:
<vb:if condition="$prepared['vm_total']"><dt>{vb:rawphrase total_messages}</dt></vb:if> <vb:if condition="$prepared['vm_total']"><dd> {vb:raw prepared.vm_total}</dd></vb:if> </dl> <dl class="blockrow stats"> <vb:if condition="$prepared['vm_total']"><dt>{vb:rawphrase most_recent_message}</dt></vb:if> <vb:if condition="$prepared['vm_total']"><dd>{vb:raw prepared.lastvm_date}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw prepared.lastvm_time}</span></vb:if></dd></vb:if> </dl> <ul class="group"> <vb:if condition="$prepared['vm_total']"><li><a href="javascript://" onclick="return tabViewPicker(document.getElementById('visitor_messaging-tab'));">{vb:rawphrase visitor_messages_for_x, {vb:raw prepared.username}}</a></li></vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|