MyBB Community Forums

Full Version: Edit forumdisplay_thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
May i know how can i adjust the subject  to beside the avatar ?
Currently is on to of avatar , just want to move it to beside the avatar so it not look so blank on the page .

[attachment=37894]
          <span class="goto">
		  {$prefix} {$gotounread}{$thread['threadprefix']}
		  </span>
		  <span class="threadsubject {$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">
			  <a class="tsubject" href="{$thread['threadlink']}">{$thread['subject']}</a>
		  </span>
		  {$thread['multipage']}
			<div class="col-sm-3 author" style="padding-left: 5px;">{$avatarep_avatar['avatarep']}{$thread['owner']}</div>
	</td>	
Strange mix of Bootstrap and tables you're using. Anyway the Lastposter Avatar is adjusted with CSS, in that plugin's CSS - avatarep.css
(2016-11-28, 12:05 AM)Ashley1 Wrote: [ -> ]Strange mix of Bootstrap and tables you're using. Anyway the Lastposter Avatar is adjusted with CSS, in that plugin's CSS - avatarep.css

No , i not want to adjusted the avatar ...
By now subject topic is at top of avatar , and now i want to become one line .
The topic move to beside the author avatar .

How you feel that is strange mix Big Grin
It would help if you can post a link to your site.
At the moment i cant give you the link , because i not the owner of the forum .
I just helping to do some editing .

Actually is nothings special , the forum still under develop .

Every things is remain the original theme from netpen ,
i just move the position of the font to make it clear and easy to click .

For example , the last post link is on top the avatar .
Some time will accidentally click on the avatar , so i move it to beside the last post date .

So the same , now i want to move the subject to beside the avatar and make it not
so blank at the middle .

The code above i only can move up or down , but how can i mix it on one roll ?
( move the subject topic beside the avatar)

This is my question .
Hope you can answer me .
____________________________________________________________________________________

Edit : I have solve the problem by myself Big Grin