Log in

View Full Version : User Profile Tabs Not Viewable


gnagplank6
11-16-2009, 05:16 PM
Hey guys,

I have had great success these past few weeks with finding answers on here so I thought I would give it another shot.

The issue is that when I look at my own user profile page or the user profile pages of others I don't see the tabs (Biography, Location, Interests, etc.) I am running Internet Explorer.

When I look at my site on an a Mac computer I see the tabs. This does not make sense to me and I wonder if it is a browser related issue.

Are there any threads on solving these kinds of problems??

Lynne
11-16-2009, 05:28 PM
You've put some necessary code from the footer inside a table and that is causing the problem (I'm guessing). Take the code regarding vbulletin_init() out of the table.

gnagplank6
11-16-2009, 06:05 PM
"Necessary" or unnecessary code from the footer inside a table?

Does this mean when I find the code inside the table I should move it back to the footer?

Sorry again for the seemingly idiotic questions and thank you again in advance for all your help.

I just want to be clear on what I need to do either eliminate some code in a table or eliminate some code in a table and move it to the footer.

--------------- Added 1258402362 at 1258402362 ---------------

FYI our footer is customized in our style and in the bottom area of the footer this is what I found. I highlighted the code you referred to in red. Should I eliminate the semicolon as well or leave that.

Thanks again.

//-->
</script>
<!-- / auto DST correction code -->

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



</td>
</tr>
<tr>
<td class="footerwrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="footerL">&nbsp;</td>
<td>&nbsp;</td>
<td class="footerR">&nbsp;</td>
</tr>
</table></td>
</tr>
</table>

Lynne
11-16-2009, 06:14 PM
You've taken (I assume, since I haven't seen your page, I don't know, but I've seen this posted so many times before) the vbulletin_init() code and put it inside a table. It can't be there. It needs to go back outside any table (like it originally was in the footer).

gnagplank6
11-16-2009, 06:15 PM
Lynne I updated post number three and included a copy of the code at the bottom of my footer.

BTW you rock!!!

--------------- Added 1258403938 at 1258403938 ---------------

Its funny my buddies using firefox can see the tabs. I am an admin and I seem to be the only one who can't see the tabs. lol