08-26-2011, 07:29 AM
You must have wondered how to get the username and profile link automatically in themes.
Well here it is ( a member asked for it and i think i should spread it here too )
Many of you may not find is useful ( me too ) but yes its for tutorial purpose.
Well here it is ( a member asked for it and i think i should spread it here too )
Code:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>
Many of you may not find is useful ( me too ) but yes its for tutorial purpose.