MyBB Community Forums

Full Version: Few things I need help with.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thank you for your proof of purchase you sent me. Go to the theme css - you will find a theme stylesheet called star rating or something like that. Open that style sheet in Advanced mode and make sure the url to the star_rating image is correct.

For the memberlist - look in the memberlist_user_avatar - it should be :

<img src="{$user['avatar']}" alt="" {$avatar_width_height} />
I got the announcements working now but the member's list is still the same. The snippet you posted was already in the template.

Thanks.

Edit: Got member's list to work. I had to change a line of code I had to
<td class="{$alt_bg}" align="center">{$user['avatar']}</td>
in memberlist_user.
Awesome, glad you could get that working. If you have any more troubles with that theme you can PM me if you like. Please mark as solved.
Pages: 1 2