2012-08-28, 04:54 PM
2012-08-28, 04:59 PM
2012-08-28, 04:59 PM
There is a plugin for this but I don't think you can select certain users to exclude.
You could run this query:
You could then set it for the users you want to have the horizontal postbit:
X would be the user id that you want to not have the classic postbit. You would also want to edit the user cp template to remove the checkbox option to get rid of the postbit.
Hope this helps! .
EDIT: ninja'd by yaldaram
You could run this query:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
You could then set it for the users you want to have the horizontal postbit:
UPDATE `mybb_users` SET `classicpostbit` = '0' WHERE `uid` = 'X'
X would be the user id that you want to not have the classic postbit. You would also want to edit the user cp template to remove the checkbox option to get rid of the postbit.
Hope this helps! .
EDIT: ninja'd by yaldaram
2012-08-28, 05:19 PM
Ok, thanks.
I was going to take away that option anyway.
I was going to take away that option anyway.
2013-01-07, 04:51 PM
I tried this but it does not show for guests, only members. My forums: http://www.xronize.com
2013-01-07, 04:57 PM
Have you changed the setting in the Admin CP, the default post layout style?