I am using the "old" version of this..
I would like to use it still or this new one (they dont seem much different) but i would also like to show sigs all the time, which i tried and failed also..
What did you do to fix that.?
Also, Should i use this mod instead of the old one.?
I see these two sections..
Code:
<!-- ##### COLLAPSABLE ##### -->
<div id="collapseobj_sig_$post[postcount]" style="padding:3px; background:#E9E9E9;font: 10px Verdana, Helvetica, sans-serif;color: #242424; border:1px solid #afafaf;height:100px;overflow:auto;overflow-X:hidden;scrollbar-face-color:#E8E8E8;scrollbar-arrow-color:#666666;scrollbar-track-color:#FFFFFF;scrollbar-shadow-color:#B9B9B9;scrollbar-highlight-color:#FFFFFF;scrollbar-3dlight-color:alt1;scrollbar-darkshadow-Color:#9D9DA1;display:none;">$post[signature]</div>
<!-- ##### /COLLAPSABLE ##### -->
And this one..
Code:
<!-- ##### SHOW SIG ##### -->
<td width="175" valign="bottom" class="alt1 smallfont" style="padding:0px 0px 1px 4px; border-top: 0px;"><if condition="$post['signature']"><a href="#" onClick="return toggle_collapse('sig_$post[postcount]');" style="text-decoration:none; color:#909090">My Signature<img src="/images/misc/arrow_down.gif" alt="Display Signature" border="0" /></a></if></td>
<!-- ##### /SHOW SIG ##### -->