View Full Version : How do I remove the sidebar and tabs in a member profile?
GetGamer.com
05-04-2009, 02:25 AM
I want to get rid of the tabbed sections and the sidebar from the member profile (the view you get when viewing someone else's profile). I just want to stack all that information in one long view.
What do I need to edit in the memberinfo template to do this?
Lynne
05-04-2009, 02:44 AM
That isn't going to be easy. First you'll have to take stuff out of the div of class "content_container" and div of class "sidebar_container" (search in templates to find them). Maybe even take them out of the div of class "content" also. (Not tested, I'm just guessing, you can try that on a test style.) Or maybe just delete those classes from the css (again, searching in templates should give you the css template).
As for the tabs, just remove this line from the MEMBERINFO template and I think it will get rid of them:
<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>
Not tested.... I don't think it will break other things, but you'll have to see.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.