MyBB Community Forums
[How To?] How to Move "edit by" into post column - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] How to Move "edit by" into post column (/thread-173812.html)



How to Move "edit by" into post column - noyes - 2015-08-01

[Image: dLCg91A.png]Hello all m friends, how can i move that "this post last modified by bla bla" to the 2nd red box?
can someone state how to do that? i need to learn and try by myself..

This is from my testing forum, not publish..


RE: How to Move "edit by" into post column - .m. - 2015-08-01

navigate to postbit_classic template of the theme (in Post Bit Templates) and find code like below
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
you can move it next to {$post['iplogged']}</div>


RE: How to Move "edit by" into post column - noyes - 2015-08-01

thanks mr .m.... i have done with it..
btw, i need some more help, how to move it to the bottom of the post
[Image: iGGlANX.png]


RE: How to Move "edit by" into post column - .m. - 2015-08-01

that cannot be easily achieved without experimenting.
instead, you can add below style property at the bottom of theme's global.css and check if it helps
.post_body {min-height: 160px;}