PDA

View Full Version : Tabs On Member Profile


xtremeoff-road
Fri 7th Mar '08, 3:11am
Ok, are the tabs in the member profile area controlled by some code in either the header or footer templates?

I am trying to incorporate an old design I did into my 3.7 B5 board and the tabs in the member profile has vanished.

Any help would be great!! Thanks in advance :)

Jose Amaral Rego
Fri 7th Mar '08, 3:33am
Make sure you still have this intact in template: footer

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>

xtremeoff-road
Fri 7th Mar '08, 12:40pm
Appreciate the response my friend, however, that does not fix the issue :(

Tabs still not showing.

Jose Amaral Rego
Fri 7th Mar '08, 3:54pm
Can not tell without viewing style, but then you might need to request author to update it for you.. I been to your site and can see that both style are showing tabs in users profile.

Lynne
Fri 7th Mar '08, 4:02pm
Don't forget you need to revert the CSS at the bottom of the CSS page in your Style. There is a bunch of new stuff there related to the tabs.

Jose Amaral Rego
Fri 7th Mar '08, 4:10pm
I do not know why I keep forgetting to mention the CSS? Maybe it is just I have not had that problem with my own styles. I really to to download a 3.6.8 style and actually see this, then it will be stuck in my head. :)

Lynne
Fri 7th Mar '08, 4:42pm
I do not know why I keep forgetting to mention the CSS? Maybe it is just I have not had that problem with my own styles. I really to to download a 3.6.8 style and actually see this, then it will be stuck in my head. :)
Which is exactly why I do remember to mention the CSS. :cool:

xtremeoff-road
Fri 7th Mar '08, 5:41pm
The css was edited from scratch on the 3.7 B5 board which is where the error is occuring. The only css edits that were done are in the additional css edits area.

It was working find until I edited the header / footer??

KW802
Fri 7th Mar '08, 6:26pm
Don't forget you need to revert the CSS at the bottom of the CSS page in your Style. There is a bunch of new stuff there related to the tabs.Thanks for the reminder! :cool: I had a custom style where profile pages were not displaying correctly (footer was messed up being displayed properly) and reseting the CSS just took care of it.