MyBB Community Forums

Full Version: Postbit no author
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i am pretty new to MyBB and I took over a forum and noticed that all the threads are not showing the author's username but all the other info of the author is showing.

I am using a customed theme/template and when i switch back to the default theme it shows the username.

I have also upgraded to the latest version

any help would be much appreciated.


thx
jay
Can you paste the contents of the postbit and postbit_classic template from the template set that this theme uses??
thanks for pointing me in the right direction, postbit_classic was missing some code, once i added it, usernames are now working.

here is the code i added incase someone else runs into the same issue as me.

		
		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}<br />
Yep, that'd do it, glad it's sorted Smile