Heisenberg submitted a new resource:
You must be registered for see links
- Forum Collapse using JQueryvB Version: 5.0.x
Make Forum item and forum list collapseable
Add new template --> name it as you want (in this i called forum_collapse--> and then put this code
Code:[/B][/I][I][B]<script type="text/javascript"> jQuery(document).ready(function () { jQuery(".forum-list-container .forum-item").show(); jQuery("tr.subforum-list").show(); //toggle the componenet with class msg_body jQuery("TR.category-header").click(function () {...
You must be registered for see links
Last edited:
