Quote:
Originally Posted by puertoblack2003
i love this hack but its a resource hog..is there a way to only click on the link to the title of the message instead of it rotating to each title? so it won't require that many resource
|
you can shut off the rotation by editing the smnlikquick template and setting the mytabs.init(5000) to mytabs.init()
Code:
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>