The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. |
#2
|
||||
|
||||
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!!!
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
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.
|
#5
|
|||
|
|||
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 |
#6
|
||||
|
||||
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.
|
#7
|
|||
|
|||
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?
|
#8
|
||||
|
||||
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. |
#9
|
|||
|
|||
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 |
#10
|
||||
|
||||
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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|