![]() |
Profile tab problem?
Hi,
At a member profile page one problems. Mozilla Firefox member profil page caps: Profil Tabs see. http://img187.imageshack.us/img187/671/mozillajp0.jpg İnternet Explorer member profil page caps: Profil tab is not see :( http://img530.imageshack.us/img530/3143/iejd3.jpg I strove with much but that tab is not appearing. Is the problem possible? Thank you. |
If you create a new style with no parent and then browse your forum using this new style (it will be a default vbulletin style), do you still see this issue with that page?
|
there is some javascript in the footer template. Make sure that javascript is at the very very bottom of the footer template or else those tabs won't work.
|
I found the problem. At a header file her reason affected table.I could not do. :)
The last default theme edits. :) Thanks Lynne and FRDS. |
grrr...smae problem but couldn't fix it.
No profile tabs in IE and Chrome. :( -I installed new default style as test (as recommended) same problem. -reverted footer templates -reverted member templates still tabs don't work. any ideas? :( |
You say you installed a new default style to test and it didn't work. Then you say you revert the footer template in it and it still didn't work. A new default style should have no templates that you can possibly revert, so this doesn't make sense.
Have you tried disabling your plugins to see if they work? To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
Quote:
* I reverted all the templates first. (as recommended) when that didn't work... * I tried installing a fresh default style that didn't work * so as per recommendatoin above: I just tried disabling plugins ...but it didn't work either!!! :eek: :( as of now: -only works in FF -not working in IE, maxthon, chrome and safari <-- totally stumped as to why here is a demo of it not working: (reverted templates) http://www.igoo.com/forums/member.php?u=327261 (this is normal style with reverted templates. let me know if you want to see it with the default install) |
Unless I'm mistaken, an "Object Expected" error in IE (which is what I'm getting) means you have a problem in your javascript.
|
i have just uploaded 2 new styles i purchased
however on both these styles the profile tabs are not appearing and would like to know where the problem would be i dont get any javascript erros or anything at all to indicaite its my mods, i tried it on a newly installed vbulletin 3.7.3 using both deafult style overrwrite and a new style both did not work to show profile tabs |
if you purchased styles you should ask on the site you purchased them from.
As mentioned in this post, it can be a number of causing from numerous amounts of templates. --------------- Added [DATE]1222723734[/DATE] at [TIME]1222723734[/TIME] --------------- Quote:
|
If you purchased a couple of styles that were sold to you for version 3.7.3, then you should be asking the style makers to fix this problem.
|
reuploaded clientscript.
still doesn't work. :( Quote:
|
Quote:
|
Quote:
I disabled mods and used default skins and it didn't work. I'm at wits end...think of just SOMEHOW doing a clean install (big board though..so not sure the best way). :/ |
When you say that you installed "a fresh default style", did you mean you actually installed something or you create a new style with no parent and so your site looked like a default vbulletin site - just like vbulletin.com?
|
Quote:
create new style >> left it blank (with no parent) though I note... it still comes up with the logo for my site, though the rest of the style is like vbulletin.com (default) |
Your logo would come up if you replaced the default vb logo with your own.
I can't think of why a default vb style with no plugins on and all new vb files would not fix this issue. I'm stumped. Maybe you should put in a Support Ticket. |
I'm just curious. Could you post the link to your default style? It's not accessible from the menu.
|
it still looks like you dont have the footer javascript at the very end of the footer. Remove all the footer javascript and place it at the bottom of your template Or post your footer template and header template here and i'll show you how to fix it.
|
Quote:
the problem is this issue is only in IE but not firefox! any idea? |
It may have something to do with your source having some invalid html. You have two <head> areas which is not valid. Run the page through an html validator and see if you can get rid of a bunch of errors. Then see if it works.
|
Sorry to hijack the thread.
I want to know in which template that i can edit the profile tab background? It's using the "tcat class" by default but i want to change it. |
Why hijack the thread? Why not just start your own thread? It's easier for people to answer when there is just one subject going on at a time.
|
Quote:
|
I just looked and couldn't find your thread about this. For future reference, to find the correct template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|
Lynne just want to say thank you for help, it took alot to find the errors and finally i found it in header template
:) |
<font color="black">here is mine e dont have the profile tabs</font>
$ad_location[ad_footer_start] <br /> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> $spacer_close <!-- /content area table --> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> <tr> <if condition="$show['quickchooser']"> <td> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </td> </if> <if condition="$show['languagechooser']"> <td> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> <td align="$stylevar[right]" width="100%"> <div class="smallfont" align="right"> <strong> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if> <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> $template_hook[footer_links] <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> <div style="padding-top: 3px; background-color: #366b9b;" align="left"></div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="height: 121px; background-image:url($stylevar[imgdir_misc]/footer_bg.jpg);"> <div align="center"> <div class="loginboxtext" align="center"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="loginboxtext" align="center"> <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div> </div> </td> </tr> </table> </form> $ad_location[ad_footer_end] <if condition="$show['dst_correction']"> <!-- auto DST correction code --> <form action="profile.php?do=dst" method="post" name="dstform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="dst" /> </form> <script type="text/javascript"> <!-- var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff]; var utcOffset = new Date().getTimezoneOffset() / 60; if (Math.abs(tzOffset + utcOffset) == 1) { // Dst offset is 1 so its changed document.forms.dstform.submit(); } //--> </script> <!-- / auto DST correction code --> </if> <script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script> |
Quote:
Above highlighted line is missing in your footer. Try adding that. . |
Hi thanks for the reply.
I add it but still the smae. PRofiles apper as normal 3.68. aftre the upgrade. No tabs there at all. If some one have some ideas. I dont know with part of the javascript code have to be moved to make that work as refered below on the post. Thanks in advance |
trinkaespinhasmaybe the problem is not in footer, as in my case i found it in heaer
just try to close open tags with any HTML editor |
Hi
Fixed the problem reverting ppstbit and footer templates. Thanks to all for the help |
All times are GMT. The time now is 04:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|