MyBB Community Forums

Full Version: Move to Below avatar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway I can move the Post Count, Join date, etc. to below the avatar?

I want to move whats above the text on the right to go under the avatar.
[Image: screenshot20101024at454.png]

And turn into a collumn like this. I know its not mybb, just an example.

[Image: screenshot20101024at457.png]
I think this is what you're after - http://community.mybb.com/thread-40093.html
(2010-10-24, 08:59 PM)AJS Wrote: [ -> ]I think this is what you're after - http://community.mybb.com/thread-40093.html

Will it work? Im using 1.6 that says 1.4....
Yes, it will work. You can revert the template back to default if it doesn't work. And the SQL query works fine too.
Added 1.6 to the first sentence, it's exactly the same though.
Im confused though

Do I replace this entire code


<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="classicpostbit" id="classicpostbit" value="1" {$classicpostbitcheck} /></td>
<td><span class="smalltext"><label for="classicpostbit">{$lang->show_classic_postbit}</label></span></td>
</tr>

with
<input type="hidden" name="classicpostbit" id="classicpostbit" value="1" />

And which one would I use, Horizontal or Classic?
Yes, that's what it says to do, replace that code.

Since the postbit you don't want is the one that's horizontal, you want classic...