MyBB Community Forums

Full Version: Help editing memberlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the plugin My Awards (2.2) and want to add them to show on the memberlist section of the forums.

Below I've included a picture to better show what I would like.

[Image: zm4Qg9L.png]

I'd like the awards to be displayed under the user stars.

I had knowledge of adding the awards to the postbit template before so I figured I'd try this. Here's what I've tried:

I navigated to the 'memberlist' template in 'Member List Templates' and then from there, went to the 'memberlist_user' template in 'Member List Templates' and tried to add it under the star images.

So this...

<tr>
	<td class="{$alt_bg}" align="center">{$user['avatar']}</td>
	<td class="{$alt_bg}">{$user['profilelink']}<br />
<span class="smalltext">
	{$user['usertitle']}<br />
	{$usergroup['groupimage']}
	{$user['userstars']}<br>
</span></td>
	<td class="{$alt_bg}" align="center">{$user['regdate']}</td>
	<td class="{$alt_bg}" align="center">{$user['lastvisit']}</td>
	<td class="{$alt_bg}" align="center">{$user['postnum']}</td>
	{$referral_bit}
</tr>

became this....

<tr>
	<td class="{$alt_bg}" align="center">{$user['avatar']}</td>
	<td class="{$alt_bg}">{$user['profilelink']}<br />
<span class="smalltext">
	{$user['usertitle']}<br />
	{$usergroup['groupimage']}
	{$user['userstars']}<br>
        {$post['myawards']}
</span></td>
	<td class="{$alt_bg}" align="center">{$user['regdate']}</td>
	<td class="{$alt_bg}" align="center">{$user['lastvisit']}</td>
	<td class="{$alt_bg}" align="center">{$user['postnum']}</td>
	{$referral_bit}
</tr>

That didn't work. Anybody have any input?

Also, any one have suggestions on nice star images for dark themes?
you can try using {$user['myawards']} instead of {$post['myawards']} in the memberlist_user template
(2013-11-13, 06:02 AM).m. Wrote: [ -> ]you can try using {$user['myawards']} instead of {$post['myawards']} in the memberlist_user template

When I do that, nothing has changed. It still looks the same as the picture.
if it is a premium plugin from MyBBcentral then please seek support there