I would love to use this hack to hide a bunch of stuff on the right side of my postbits, but it's not the same stuff that's in the hack, since I've shifted everything around and added the yet-another-award-system on that side. Is there any chance I can still use this to collapse it all if I shove everything in between these codes?
(Normally I'd just try it out, but this involves database changes, and I don't want to do that unless I have to, since it scares the crap out of me.)
Code:
<!-- ##### START MOD - Collapsable Postbit ##### -->
<table class="tborder" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td class="thead" nowrap="nowrap">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapseuserinfo('postbit_legacy_userinfo<if condition="THIS_SCRIPT=='showthread' OR THIS_SCRIPT=='showpost'">$post[postcount]<else />99</if>')"><img id="collapseimg_postbit_legacy_userinfo<if condition="THIS_SCRIPT=='showthread' OR THIS_SCRIPT=='showpost'">$post[postcount]<else />99</if>"src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_postbit_legacy_userinfo].gif" alt="" border="0"/></a>$vbphrase[collapse_postbit]
</td>
</tr>
</tbody>
<tbody id="collapseobj_postbit_legacy_userinfo<if condition="THIS_SCRIPT=='showthread' OR THIS_SCRIPT=='showpost'">$post[postcount]<else />99</if>" style="$vbcollapse[collapseobj_postbit_legacy_userinfo]"><tr><td class="alt2" nowrap="nowrap">
<!-- ##### END MOD - Collapsable Postbit ##### -->
(All the stuff I want collapsed...)
Code:
<!-- ##### START MOD - Collapsable Postbit ##### -->
</td></tr></tbody></table>
<!-- ##### END MOD - Collapsable Postbit ##### -->