2014-12-01, 11:51 PM
(This post was last modified: 2014-12-02, 06:55 AM by runonthebuns.)
(2014-12-01, 02:58 PM)NomanProdhan Wrote:(2014-12-01, 01:50 AM)runonthebuns Wrote: Can someone please explain how to move post_author from the top to the left of the of the post?
And how to change the img limit for signatures?
Thanks in advance,
EDIT: I found the option to put the post_author to the left, but when you login it's horizontal again.
EDIT2: Nevermind, accidentally found it, but I think this has to be configured manually in user CP, I wonder if there's a force method.
I think there is a plugin called force Force Postbit Layout . You can use that by changing the compatibility line.
Thanks.
(2014-12-01, 02:58 PM)[email protected] Wrote: You can use a sql query to force the classic post bit to existing users:
To force the Classic Postbit (requires template changes to remove option to change again):
PHP Code:
UPDATEmybb_users
SETclassicpostbit
= '1' WHEREclassicpostbit
= '0'
Please see http://community.mybb.com/thread-44380.html for further info.
I was able to get them to show by default in the settings. No need for additional plugins.
Now another small problem is ordering the user group so that the group images are in order.
Such as this problem: http://i.hizliresim.com/2YmMl0.png
I've entered the database, but not too sure what to edit to put that list in order.
EDIT: I was able to order the list by adding numbers beside the group names, but does anyone know a proper way to fix this?
EDIT: Another problem arised! Wow, so much work hahaha...the views and posts are missing. How do I fix this? I've been searching all over.