Another Request!

I noticed on Neowin, in a thread. Usernames are displayed in colors according to their usergroup settings. How is this done? Please! :)

#534850

I figured it out. I replaced:

<a href='{parse url="showuser={$post['author']['member_id']}" base="public" template="showuser" seotitle="{$post['author']['members_seo_name']}"}'>{$post['author']['members_display_name']}</a>

With:

<a class="url fn" href='{parse url="showuser={$post['author']['member_id']}" base="public" template="showuser" seotitle="{$post['author']['members_seo_name']}"}'>{IPSLib::makeNameFormatted($post['author']['members_display_name'],$post['author']['member_group_id'])}</a>{parse template="user_popup" group="global" params="$post['author']['member_id'], $post['author']['members_seo_name']"}

#534851

Ha nice find, I'll add this in the next version.

#534853

Ha nice find, I'll add this in the next version.

Good to know that one of my requests will actually make it into a next release. :D

#534855