MyBB Support

Postbit stats in two columns?

Submitted by Tutti Frutti, , Thread ID: 62546

Thread Closed
Tutti Frutti
•̀_•́
Prime
Level:
6
Reputation:
50
Posts:
695
Likes:
100
Credits:
724
28-11-2017, 12:32 AM
This post was last modified: 28-11-2017, 12:32 AM by Tutti Frutti
#1
Does anybody know how I can add postbit stats in two columns like this??
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...642e706e67]

Any help would be appreciated.

Cheers!

RE: Postbit stats in two columns?

ShutUp
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
29-11-2017, 10:12 PM
#2
28-11-2017, 12:32 AM
TuttiFrutti Wrote:
Does anybody know how I can add postbit stats in two columns like this??
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...642e706e67]

Any help would be appreciated.

Cheers!

Open postbit_author_user template and replace all with this

Code:
<div>
<div style="float:right;max-width:190px;min-width:100px;text-align:left;padding:8px;">
{$lang->postbit_posts} {$post['postnum']}
{$post['replink']}<br />
{$post['profilefield']}
</div>
<div style="float:right;max-width:190px;min-width:100px;text-align:left;padding:8px;">
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['warninglevel']}
</div>
</div>

You can now customize the div container in the style tag.

I hope this helps.

Users browsing this thread: 1 Guest(s)