So the owner of this theme has his theme set so that all of the users information shows up on the left like this:[url]http://gyazo.com/b05cb343aec3fab6694672e2676b4c15[/url]
I want it to be like that too, but when i put the theme its like this :[url]http://gyazo.com/ff8717b75360280249fe605daf8b9632[/url]
I really need help, and please dont ban me if this is the wrong forum to do this in, i didnt know what other section to do this at
Looks like mybb. Then change the postbit layout template to:
[code]<input type="hidden" name="classicpostbit" id="classicpostbit" value="0" />[/code]
And force all user to use the horizontal layout on your mysql:
[sql]UPDATE `mybb_users` SET `classicpostbit` = '0' WHERE `classicpostbit` = '1' [/sql]
Sorry, you need to Log In to post a reply to this thread.