CaptainMorgan
Active member
In the member_list_item template, there is the following line:
This allows for something like the following:
I'm trying to duplicate this feature on a page, within an addon, yet the code is identical:
The problem is that instead of saying ", from <location>", it is missing entirely. So you have the following:
Any ideas where I'm going wrong?
Thanks!
Code:
<div class="userBlurb dimmed">{xen:helper userBlurb, $user}</div>
This allows for something like the following:
Website Manager, Male, from North Texas
I'm trying to duplicate this feature on a page, within an addon, yet the code is identical:
Code:
<div class="userBlurb dimmed">{xen:helper userBlurb, $user}</div>
The problem is that instead of saying ", from <location>", it is missing entirely. So you have the following:
Website Manager, Male
Any ideas where I'm going wrong?
Thanks!