MyBB Community Forums

Full Version: portal last threads - styled usernames HOW?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi how can i change last post by fma965

to the styled version of fma965 e.g usergroups styling

on proportal it uses the styled version but i gone back to mybb portal and i cant workout how to change it to be styled instead of plain thanks

[Image: nIaB9.png]

<tr>
<td class="{$altbg}">
<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />
{$lastpostdate} {$lastposttime}<br />
</span>
</td>
</tr>

i believe i need to change this variable to another variable but i do not know what the other variable is
</a> {$lastposterlink}<br />

i installed the username style plugin all working now Big Grin