The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I remove the sidebar and tabs in a member profile?
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? |
#2
|
||||
|
||||
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: HTML Code:
<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|