Hi,
pretty good an helpful Add-on.
Here are some custom changes that I made to collapse the sidebar total (At least with Firefox an IE not working with Safari). At my Site this only available for Users but it belong to you where you like to put in the Code.
My
usc_sidecolumn_left:
Code:
<td valign="top">
<if condition="$vboptions[usc_collapse_left]">
<table border="0" cellspacing="0" cellpadding="0" style="padding-right: 20px">
<tbody id="collapseobj_usc_left" style="$vbcollapse[collapseobj_usc_left]">
<tr>
<td>
</if>
<table border="0" width="200" cellpadding="2" cellspacing="$stylevar[cellspacing]" class="tborder">
<if condition="$vboptions[usc_left_title]">
<tr>
<td class="thead">$vboptions[usc_left_title]</td>
</tr>
</if>
$block1
$block2
$block3
$block4
$block5
$block6
$block7
$block8
$block9
$block10
<if condition="$vboptions[usc_collapse_left]">
</table>
<br>
$tag_cloud
</tr>
</td>
</tbody>
</if>
</table>
<br>
<td width="0" valign="top"><img src="clear.gif" border="0" width="0" />
</td>
In my
navbar I put in (Use some extra Graphics)
Code:
<a href="#top" onclick="return toggle_collapse('usc_left')"><img class="inlineimg" id="collapseimg_usc_left" src="$stylevar[imgdir_button]/collapse_sidebar$vbcollapse[collapseimg_usc_left].gif" alt="" border="0" /></a>
<br />
Greetings
Christian