MyBB Support

PostBit Editing

Submitted by Kenroytk, , Thread ID: 115131

Thread Closed
Kenroytk
Novice
Level:
0
Reputation:
0
Posts:
38
Likes:
1
Credits:
84
04-01-2019, 02:51 AM
This post was last modified: 04-01-2019, 02:55 AM by Kenroytk
#1
Does anyone know how to make MyBB postbit look like this or a plugin to customize postbit limit-less

http://prntscr.com/m2sryl

To be more clear what i really need is to align text to left and values to right.

RE: PostBit Editing

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
04-01-2019, 02:52 AM
#2
You could easily do it with floats. The name float:left and the actual users stat float:right.
You'll need to edit each individual template such as postbitreputation etc.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: PostBit Editing

Cuddles
The Robot <3
Level:
0
Reputation:
66
Posts:
1.87K
Likes:
43
Credits:
-109
04-01-2019, 02:53 AM
#3
This thread has been moved to MyBB Support by a Staff member. Please use the right section next time.

RE: PostBit Editing

Kenroytk
Novice
Level:
0
Reputation:
0
Posts:
38
Likes:
1
Credits:
84
OP
04-01-2019, 03:02 AM
#4
04-01-2019, 02:52 AM
Nasyr Wrote:
You could easily do it with floats. The name float:left and the actual users stat float:right.
You'll need to edit each individual template such as postbitreputation etc.

I've been looking and i found it but how do i go about adding it with float
http://prntscr.com/m2svh3

RE: PostBit Editing

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
04-01-2019, 03:09 AM
#5
Code:
<span class="float:left">classhere</span>

Same again but change left to right.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: PostBit Editing

mohachet
Active Member
Prime
Level:
0
Reputation:
23
Posts:
456
Likes:
86
Credits:
159
04-01-2019, 03:14 AM
#6
try editing it using Browser inspector ,ex: in firefox, mouse right click ==> Inspect Element, edit the code there until it fits your need , then apply the code in mybb

RE: PostBit Editing

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
04-01-2019, 03:17 AM
#7
Kenroytk I edited the code in the tags, use span as opposed to divs. Not sure why I put divs there to begin with.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: PostBit Editing

Kenroytk
Novice
Level:
0
Reputation:
0
Posts:
38
Likes:
1
Credits:
84
OP
04-01-2019, 03:02 PM
This post was last modified: 04-01-2019, 03:50 PM by Kenroytk
#8
04-01-2019, 03:14 AM
mohachet Wrote:
try editing it using Browser inspector ,ex: in firefox, mouse right click ==> Inspect Element, edit the code there until it fits your need , then apply the code in mybb

Thats what i've been doing the whole time lol.

04-01-2019, 03:17 AM
Nasyr Wrote:
Kenroytk I edited the code in the tags, use span as opposed to divs. Not sure why I put divs there to begin with.

I love your work and effort man Smile

04-01-2019, 03:17 AM
Nasyr Wrote:
Kenroytk I edited the code in the tags, use span as opposed to divs. Not sure why I put divs there to begin with.

So for mybb it would float_left or float_right i found those classes in global.css

RE: PostBit Editing

Nasyr
Forum Janitor
Administrators
Level:
54
Reputation:
284
Posts:
8.05K
Likes:
959
Credits:
80
04-01-2019, 07:01 PM
#9
04-01-2019, 03:02 PM
Kenroytk Wrote:
Thats what i've been doing the whole time lol.


I love your work and effort man Smile


So for mybb it would float_left or float_right i found those classes in global.css

you can do <span style="float:left">variable</span> as the one in the globalk css might be different.
Please read the award requirements here before applying for them.
Rules and Regulations | Support Section | How to use Hide Tags
Don't message me to join a group, simply request to join one here.

RE: PostBit Editing

Kenroytk
Novice
Level:
0
Reputation:
0
Posts:
38
Likes:
1
Credits:
84
OP
04-01-2019, 10:50 PM
This post was last modified: 04-01-2019, 10:50 PM by Kenroytk
#10
Idek what am doing wrong but i still haven't fixed this i have failed to make values align right in all attempts. @Nasyr

Users browsing this thread: 1 Guest(s)