MyBB Community Forums

Full Version: if varticle postbit is the default postbit after the reg, it's not the default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.
try to set the default postbit view to be the vertical view.
it'll showen as the default for your guests but if the guest registered and became a member, the view postbit in vertical view (the option in th UCP)
is un checked, and the user well view your forum with the horizontal postbit.
Yes, I have this issue too. New users have all horizontal template enabled even if Classic layout is marked as default

Quote:Post Layout
Allows you to switch between the classic and new horizontal layout modes. Classic mode shows the author information to the left of the post, horizontal shows the author information above the post.

[ ] Display posts using the horizontal post layout
[x] Display posts using the classic layout




the solution to me is run this query in phpmyadmin to update them daily:
UPDATE mybb_users SET classicpostbit='1';
..
am not sure, I was think I posted this topic in mybb bugs section. so am not sure if I post it here by mistake, or it have been moved
http://community.mybboard.net/thread-36138.html

Please post on that thread if the fix I posted works.
thanx