Post by Amer on Feb 21, 2014 20:16:36 GMT -8
Hi guys,
I can't seem to get the mini profile to display the monetary system plugin. When you click on the profile you see the Bank Account: $0 but on all users mini-profile you don't see the Bank Account field.
Visit the link and click on any users and you'll see what I mean: eurotopian.com/thread/461/hello-monterey-park
Below is my mini-profile layout:
<div class="$[miniprofile_class]">
$[user]<br />
{if $[user.is_guest]}Guest<br />{/if}
{if $[user.group]}
$[user.group.name]<br />$[user.group.stars]<br />
{elseif $[user.rank]}
$[user.rank.name]<br />
{if $[user.rank.stars]}
$[user.rank.stars]<br />
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br />{/if}
$[user.warning.bar]
<br />
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br />
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br />
{/if}
{if $[user.is_member]}
<span class="post_act">$[user.registered_on]</span><br />
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}
{if $[user.location]}<br />Location: $[user.location]{/if}
{foreach $[user.mini_custom_field]}
<br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
{if $[user.is_online]}<br /><span class="bold">Member is Online</span>
{else}<br /><span class="bold">Member is Offline</span>{/if}
{if $[user.is_staff]} <center><div class="staff_plugin">Staff Member</div></center> {/if}
</div><br />
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>
I can't seem to get the mini profile to display the monetary system plugin. When you click on the profile you see the Bank Account: $0 but on all users mini-profile you don't see the Bank Account field.
Visit the link and click on any users and you'll see what I mean: eurotopian.com/thread/461/hello-monterey-park
Below is my mini-profile layout:
<div class="$[miniprofile_class]">
$[user]<br />
{if $[user.is_guest]}Guest<br />{/if}
{if $[user.group]}
$[user.group.name]<br />$[user.group.stars]<br />
{elseif $[user.rank]}
$[user.rank.name]<br />
{if $[user.rank.stars]}
$[user.rank.stars]<br />
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br />{/if}
$[user.warning.bar]
<br />
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br />
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br />
{/if}
{if $[user.is_member]}
<span class="post_act">$[user.registered_on]</span><br />
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}
{if $[user.location]}<br />Location: $[user.location]{/if}
{foreach $[user.mini_custom_field]}
<br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
{if $[user.is_online]}<br /><span class="bold">Member is Online</span>
{else}<br /><span class="bold">Member is Offline</span>{/if}
{if $[user.is_staff]} <center><div class="staff_plugin">Staff Member</div></center> {/if}
</div><br />
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>