MyBB Community Forums

Full Version: show user avatar and started by in left side of thread title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i wanna show user avatar and started by in left side of thread title. and totall view in right side . 
like the picture

[Image: d34bf5b72f3f63b63fdf82fb6b6a33ac.png]

i just wanna code for it. style i will do.
(2020-11-25, 04:38 PM)priyanka1 Wrote: [ -> ]i wanna show user avatar and started by in left side of thread title. and totall view in right side . 
like the picture

[Image: d34bf5b72f3f63b63fdf82fb6b6a33ac.png]

i just wanna code for it. style i will do.


First, you need this plugin:
https://community.mybb.com/mods.php?action=view&pid=646
	<div class="showthread_titlle wrapped" style="font-size:18px;">
		{+}forumdisplay_thread_firstpost|{$thread['uid']}{-}
    	<div style="font-size:18px;margin:auto 0;">
			{$thread['displayprefix']}{$thread['subject']}
			</br><span class="small">Posted {$thread['threaddate']}, {$thread['threadtime']} by {$thread['username']}</span>
		</div>
		<div class="marginmid marginleft showhide">
			<div class="flexone">
				<i class="fas fa-eye fa-fw"></i>&nbsp;{$thread['views']}
			</div>
			<div class="flexone">
				<i class="fas fa-comment fa-fw"></i>&nbsp;{$thread['replies']}
			</div>
		</div>
	</div>
let me try it thanks
There are two plugins for this job.
Last poster avatar by Whiteneo - has errors need fixing

LightAVATARS by Niespecjalny needs css editing and noesnt show on portal page
thanks its worked