MyBB Community Forums

Full Version: Sidebar username link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<div class="float_left"><b>Newest Member:</b></div>    <div class="float_center">{$stats['lastusername']}</div>



The username for the newest member is not linked it's just a text.
Is there a way to make the text a link, linking to there profile page?

Thanks.
(2015-12-20, 11:47 AM)Ashley S Wrote: [ -> ]
<div class="float_left"><b>Newest Member:</b></div>    <div class="float_center">{$stats['lastusername']}</div>



The username for the newest member is not linked it's just a text.
Is there a way to make the text a link, linking to there profile page?

Thanks.

replace by this:
<div class="float_left"><b>Newest Member:</b></div>    <div class="float_center">$newestmember</div>
 this way it will show you the last registered member
Cheers
SubzR