The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
Ok, here's my memberinfo_block_ministats template where I'm trying to calling the custom field data too:
Code:
<div class="alt1 block_row"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td width="100%"> <dl class="smallfont list_no_decoration profilefield_list"> <if condition="$prepared['birthday']"> <dt class="shade">$vbphrase[birth_date]</dt> <dd>$prepared[birthday] <if condition="$prepared['age']">($prepared[age])</if></dd> <else /><if condition="$prepared['age']"> <dt class="shade">$vbphrase[age]</dt> <dd>$prepared[age]</dd> </if></if> <dt class="shade">$vbphrase[join_date]</dt> <dd>$prepared[joindate]</dd> <dt class="shade">$vbphrase[total_posts]</dt> <dd>$prepared[posts]</dd> $template_hook[profile_ministats_list] </dl> </td> <if condition="$prepared['avatarurl']"> <td><img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" /></td> </if> </tr> </table> </div> <div class="alt2 smallfont block_row block_footer"><a href="#stats" onclick="return vB_TabCtrls['profile_tabs'].switch_tab('stats')">$vbphrase[show_all_statistics]</a></div> Code:
$prepared[field24] Thanks for your help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|