PDA

View Full Version : Miscellaneous Hacks - split postbit_legacy buttons into a seperate cell


Mazinger
03-04-2008, 10:00 PM
As shown in the attached image:
76740

Edit postbit_legacy template.

Search for

<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
$post[onlinestatus]

Change to

<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px">
$post[onlinestatus]

Search for

<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>

Change to

<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>

Save the work.

SEOvB
03-05-2008, 06:52 PM
lol this does nothing.

Mazinger
03-05-2008, 06:55 PM
Are you sure you followed my instructions exactly?

Test it first on default style.

Tom_S
03-05-2008, 07:54 PM
lol this does nothing.

It gives it a cleaner look. Did mine ages ago. Good job ;)

xxshatteredsoul
03-05-2008, 11:19 PM
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

Mazinger
03-06-2008, 08:08 AM
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?

xxshatteredsoul
03-06-2008, 04:41 PM
I'm trying to move stuff around, i've attached a image to show you what I mean to help explain.

Mazinger
03-06-2008, 06:52 PM
You need revert your custom template. I see no way to apply my mod on this custom one.

xxshatteredsoul
03-19-2008, 02:27 AM
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.