Quote:
Originally Posted by Eq4bits
which file, and where in it, would one make persistance be shut off?
|
You can shut it off in the template itself.. Just change true to false in the red line below.
Code:
<!-- Tabbed Forums switch tab script -->
<script type="text/javascript">
var myforumtabs=new ddtabcontent("forumtabs")
myforumtabs.setpersist(true)
myforumtabs.setselectedClassTarget("link")
myforumtabs.init()
</script>
<!-- /end Tabbed Forums switch tab script -->