The Arcive of vBulletin Modifications Site. |
|
split postbit_legacy buttons into a seperate cell Details »»
|
|||||||||||||||||||||||||||
|
split postbit_legacy buttons into a seperate cell
Developer Last Online: Feb 2019
As shown in the attached image:
Attachment 76740 Edit postbit_legacy template. Search for HTML Code:
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
$post[onlinestatus]
HTML Code:
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px">
$post[onlinestatus]
HTML Code:
<if condition="$show['moderated']"> <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> </if> HTML Code:
<if condition="$show['moderated']"> <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px"> </if> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
lol this does nothing.
|
|
#3
|
||||
|
||||
|
Are you sure you followed my instructions exactly?
Test it first on default style. |
|
#4
|
|||
|
|||
|
It gives it a cleaner look. Did mine ages ago. Good job
|
|
#5
|
||||
|
||||
|
Thank you for this but is there a way you can move this into where the edit post/quote button is? I would like to make that into a table and move everything in there and just have username and avatar in the left table
|
|
#6
|
||||
|
||||
|
Sorry, I'm not getting you.
Are you saying that you want to split the post controls buttons, and leave the left side as is? |
|
#7
|
||||
|
||||
|
I'm trying to move stuff around, i've attached a image to show you what I mean to help explain.
|
|
#8
|
||||
|
||||
|
You need revert your custom template. I see no way to apply my mod on this custom one.
|
|
#9
|
||||
|
||||
|
Yeah i'm not sure what I was thinking this isn't really the same mod at all just tying to find something that can relate to the image I posted. Haha sorry.
|
![]() |
|
|