View Full Version : 3.7 beta memberinfo problem.
Guest210212002
02-13-2008, 02:18 AM
After upgrading from 3.6.8 to B4 on my testbed, just about everything looks great, other than viewing member profiles. They look like so:
http://www.sevenstring.org/chris/vb_beta_prob1.jpg
The image location for everything has an added /members in it. So forum/images/statusicon/whatever.gif is now forum/members/images/statusicon/whatever.gif. In addition to the broken images, it's not even loading my CSS.
This is 100% default skin, no template edits. Any insight appreciated.
Lynne
02-13-2008, 02:40 AM
Very strange. I notice the avatar is fine though.
Did you remember to revert the CSS for this style? I'm not seeing the tabs which is why I'm wondering about it. Although you said it's all default skin, so probably not that. Is the link in your page to your css style sheet correct? It looks like it is missing. I know I forgot to upload the yui stuff at first and that caused some problems for me on that page. Maybe check permissions on that new folder?
Guest210212002
02-13-2008, 02:52 AM
That's what's interesting. If I view the source, I see this:
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-8daafdd5-00010.css" id="vbulletin_css" />
<!-- / CSS Stylesheet -->
But looking in the clientscript folder, I see no CSS named that, and that random number changes every time. It's even stranger that it's not even attempting to parse my navbar.
Edit: Yeah, it's a completely stock style. :\
Lynne
02-13-2008, 02:55 AM
Maybe try removing the css from the file system and then putting it back again. Sometimes I've had to do that to get it to see it.
Opserty
02-13-2008, 08:45 AM
Do you have some mod_re-write for your member profile pages? Otherwise check your stylevars make sure the image locations are set correctly. The CSS stylesheet you are referring to is probably one generated when viewing a customised profile (since vB 3.7 allows you to customise some of the CSS), thats what I'm guessing anyway.
Guest210212002
02-13-2008, 01:43 PM
Got it - vBSEO was the culprit. Thanks guys. :)
I'm having a new problem now actually. After reverting all templates, and disabling plugins, part of my footer is being pushed into the side column:
http://www.sevenstring.org/chris/vb_beta_prob2.jpg
Opserty
02-13-2008, 03:16 PM
Probably an incorrectly closed table tag or something?
Guest210212002
02-13-2008, 03:22 PM
I'm looking for it, yeah. However it's fine on the default template, and I did a 100% revert of the templates in this style.
Lynne
02-13-2008, 03:28 PM
I had that happen. Did you revert your CSS also? There is new CSS in the bottom box of your Edit CSS page that needs to be added.
Paul M
02-13-2008, 03:48 PM
I had that happen. Did you revert your CSS also? There is new CSS in the bottom box of your Edit CSS page that needs to be added.
Hmm, that might explain an issue I'm having. Thanks Lynne.
Brandon Sheley
02-13-2008, 03:54 PM
You might check the additional CSS info in your styles.
I had to add to it.. I found the code at vb.com, but this may be the code.
.tfooter {
background:#2367C9 url(xxxenter your urlxxxx/gradients/gradient_tfooter.gif) repeat-x top left;
line-height: 11px;
font-size: 1px;
}
.blue {
color: #0050C1;
}
.topnav {
height: 80px;
}
.alt3 {
background:#FFFFCC;
}
.resizeimage { max-width: 480px; }
* html .resizeimage { width: expression((this.width > 479) ? '480px' : 'auto'); }
.inputgood {
width: 211px;
border: 1px solid Green;
}
.inputbad {
width: 211px;
border: 1px solid Red;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.