MyBB Community Forums

Full Version: Customizing Postbit_author_user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
As you can guys know and see that in the default theme of mybb the postbit_author_user shows up like this.

[Image: Capture22.jpg]



But what if I want to show it like this.



[Image: Capture33.jpg]



As it is in the 'Square' theme. Everything, the post count, reputation is shown in the left side in a separate column. Is this even doable? If yes then how?
This is user option: "display posts in classic mode" in your user cp
as Crazycat said, basically it is a user set option

forum admin panel has relevant option at below location

forum admin panel >> configuration [settings] >> show thread options
>> Post Layout --> Display posts using the classic layout

to make it as default setting for all the users, above setting can be
used along with force postbit style plugin [changing plugin compatibility]
(2020-04-14, 08:31 AM).m. Wrote: [ -> ]as Crazycat said, basically it is a user set option

forum admin panel has relevant option at below location

forum admin panel >> configuration [settings] >> show thread options
>> Post Layout --> Display posts using the classic layout

to make it as default setting for all the users, above setting can be
used along with force postbit style plugin [changing plugin compatibility]

Okay, so I can set it to classic layout and if they want to change it then they can do via their user CP, right?

And also changing it to the classic layout through ACP, will make the classic layout appear for the guests, right?
^ yes to both of above.

if you want all users to stay on classic postbit (profile at left side)
then basically there are 2 methods. a plugin is suggested in above reply.

there is a manual method => force postbit layout
above method was provided for a old version of MyBB.
however logic is same / similar for recent versions of MyBB

(one of related discussions)
You have a setting to set this as default in "Home » Board Settings » Show Thread Options".
This is the first option.

Note that you'll have to force that for already registered users, using an sql query: update mybb_users set classicpostbit=1
(2020-04-14, 09:35 AM).m. Wrote: [ -> ]^ yes to both of above.

if you want all users to stay on classic postbit (profile at left side)
then basically there are 2 methods. a plugin is suggested in above reply.

there is a manual method => force postbit layout
above method was provided for a old version of MyBB.
however logic is same / similar for recent versions of MyBB

(one of related discussions)

(2020-04-14, 09:41 AM)Crazycat Wrote: [ -> ]You have a setting to set this as default in "Home » Board Settings » Show Thread Options".
This is the first option.

Note that you'll have to force that for already registered users, using an sql query: update mybb_users set classicpostbit=1

Okay, so if I use the manual method then I have to run the mysql query, otherwise if I have use the plugin then mysql action is not needed?!
^ yes (for both).
(2020-04-14, 01:59 PM).m. Wrote: [ -> ]^ yes (for both).

So, basically there is no way to change the already registered users without running a mysql query?!
^ have you tried the plugin ? it should be taking care of already registered users.
Pages: 1 2