PDA

View Full Version : How do I remove this from the template?


KerryAnn
09-16-2008, 10:31 PM
How do I remove this toggle button, circled in red, from the template?


http://tfrecipes.com/pics/toggle.GIF

Princeton
09-17-2008, 11:28 AM
you need to manually edit the forumhome_forumbit_level1_nopost templates

look for (or something similar) :
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>

and remove

KerryAnn
09-17-2008, 06:24 PM
Thanks, Princeton. I did that and it got rid of the toggle buttons, but unfortunately if you had a section collapsed, it stayed collapsed and un-viewable when the toggle was removed. I need both the sections permanently opened and the toggle removed.