PDA

View Full Version : Remove Collapse/Expand Icon


Tobes
03-23-2007, 05:29 PM
I've been looking around my templates etc for ages trying to find what code I have to remove to get rid of the collapse/expand icons.

Can anyone give me a pointer?

Thanks in advance! :)

TheMilkCarton
03-23-2007, 11:12 PM
Just try searching for <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse and get rid of any of that. For instance:<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>

And then below that is some code inside of a tbody tag that will look like:<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]"> Get rid of that and its end tag.