MyBB Community Forums

Full Version: Users title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need the user titles to be above the avatar, not below.
Post Bit Templates -> postbit_classic
place {$post['usertitle']} above {$post['useravatar']}
(2021-04-20, 02:57 PM)Kieria Wrote: [ -> ]Post Bit Templates -> postbit_classic
place {$post['usertitle']} above {$post['useravatar']}
I could not do it, but I leave you the code to see if you can.

	<center><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</center>
   {$post['useravatar']}<br>
	<div class="author_information">
			
               <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
(2021-04-20, 03:07 PM)AlertMachine Wrote: [ -> ]
(2021-04-20, 02:57 PM)Kieria Wrote: [ -> ]Post Bit Templates -> postbit_classic
place {$post['usertitle']} above {$post['useravatar']}
I could not do it, but I leave you the code to see if you can.

 <center><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</center>
   {$post['useravatar']}<br>
 <div class="author_information">
 
               <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}

 <center><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</center>
{$post['usertitle']}
   {$post['useravatar']}<br>
 <div class="author_information">
 
               <span class="smalltext">
                {$post['userstars']}<br />
                {$post['groupimage']}