You know how the Last Post is aligned to the right, I want to align it to the left, can someone tell me how.
um, set it to classic in your usercp, or
run this query:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
Not postbit, Last Post
I already figured out how to do that
And I just figured it out myself, thanks.