Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 08-21-2009, 04:00 AM
Stormraven Stormraven is offline
 
Join Date: Sep 2008
Location: $_home
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Profile Problem

I am having a problem with the profiles on my vbulletin. With the contact, about me, statistics tabs and visitor message tabs on the profile page, the tabs dont seem to load, they just load as seperate boxes underneath one another.

The only way to show it is by giving someone account access, so im going to PM lynne with account access to see if she can get access, but i just wondered why its doing this, this is whta i mean:

the bits that are circled are SUPPOSED to be the headings for the profile tabs, ill PM you lynne.
Reply With Quote
  #2  
Old 08-21-2009, 04:04 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just remember to always post screens and ANY info you can think of, that way others from the community can help if they realize what's going on same as if you figure it out.. post back here how you solved it in case anyone happens to be searching months from now with the exact same problem!!!
Reply With Quote
  #3  
Old 08-21-2009, 04:09 AM
Stormraven Stormraven is offline
 
Join Date: Sep 2008
Location: $_home
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a screenshot:

http://wimg.co.uk/j8y.jpg

Reply With Quote
  #4  
Old 08-21-2009, 04:43 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, I logged in and the site colors are totally different (blue and green) and the tabs are just fine for me. So, I'm guessing this is another skin you are doing this with and something is wrong with the style on that page. You might try running it through an html validator and see if that helps.
Reply With Quote
  #5  
Old 08-22-2009, 02:11 AM
Stormraven Stormraven is offline
 
Join Date: Sep 2008
Location: $_home
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahh yes, sorry about that Lynne, I have set it so you can see the template with the proflem on it.

I'm not sure what the problem with this is because I haven't modified the profile page codes in any way what so ever
Reply With Quote
  #6  
Old 08-22-2009, 03:30 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now you've turned off the working style. The best thing you can do is take the page source from the working style and compare it to the page source of the non-working style. See what the differences are.
Reply With Quote
  #7  
Old 08-22-2009, 03:40 AM
Stormraven Stormraven is offline
 
Join Date: Sep 2008
Location: $_home
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, the one your seeing now, the one with the black banner is the one we are having problems on. It would take too long to compare, do you know what the problem is Lynne or what could be causing it?
Reply With Quote
  #8  
Old 08-22-2009, 04:10 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, I can't tell what the problem is just by seeing it. It's a style issue in your case and so the only thing I can suggest is comparing the styles.

If I were to take a guess, I noticed your vbulletin init stuff was inside a form and I would take that back out of there and put it were it's supposed to be. In other words, compare your footer template to the default footer template.
Reply With Quote
  #9  
Old 08-22-2009, 04:12 AM
Stormraven Stormraven is offline
 
Join Date: Sep 2008
Location: $_home
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Init stuff? What's that init do and where is it supposed to be? I dont see it inside a form lol. I'm so sorry about this. Nope, its outside the form look:

</script>
<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();
//-->
</div>

--------

Could this also be the problem thats causing this problem too?

https://vborg.vbsupport.ru/showthread.php?t=221450
Reply With Quote
  #10  
Old 08-22-2009, 04:24 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have something very strange going on at the bottom of your page in the page source.

But, look at what you wrote... you didn't close out your javascript and I think that is what firebug was seeing when it was showing me the form not closed up. You do have an end script after your end form which goes to nothing and that is probably what is causing the problem. You have some vbseo stuff in there which you aren't showing above and maybe that is part of the problem also.

And yes, if the vbulletin_init() stuff isn't in the correct place, it will screw up your javascript.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14911 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete