Archive for vBulletin 3.5 ‘How Do I’ Questions and Troubleshooting
Jun
16
collapse table not saving
Posted by: | CommentsHi,
Im using a collapse table but when its placed in the postbit , say I am to close it , when I refresh the page its collapsed again, anyway that if a user has closed the table that it stays closed until they re-collapse it?
thanks
Im using a collapse table but when its placed in the postbit , say I am to close it , when I refresh the page its collapsed again, anyway that if a user has closed the table that it stays closed until they re-collapse it?
Code:
<!-- sponsor -->
<if condition="$post[postcount] == 1 || $post[postcount]== 26 || $post[postcount]== 51 || $post[postcount]== 76 || $post[postcount]== 101 AND !$show['search_engine']">
<br />
<div class="tborder">
<div class="tcat" style="padding:4px">
<a href="#top" style="float:$stylevar[right]"
onclick="return toggle_collapse('sponsor2')"><img
id="collapseimg_sponsor2"
src="zoomtube/buttons/lastpost.gif"
alt="" border="0" /></a>
xxxxx sponsored advertisment:
</div>
<div id="collapseobj_sponsor2" style="$vbcollapse[collapseobj_sponsor2]">
<div class="alt1" style="padding:8px">
<div style="text-align: center;">
<script language="javascript" src="xxxxx"></script>
</div>
</div>
</div>
</div>
</if>
<!-- sponsor -->