View Full Version : V4 RC1 on vB 4.03 Alignment Issue.
Pcgamer
04-10-2010, 03:18 PM
Upgraded my forum to the latest vB 4.03. Now the forums are misaligned as shown in the attached pics. I'm using the integration on the forum.php file. The forum Title is now under the forum icon.
Any ideas on how to fix?
CareyCrew
04-10-2010, 03:36 PM
What happens on the vBulletin default skin?
Pcgamer
04-10-2010, 04:21 PM
What happens on the vBulletin default skin?
Same thing. The default skin was the first thing I checked when I noticed it.
Brian
04-12-2010, 01:45 PM
Looks like vB changed the way some CSS is handled on that page and it's throwing off the CMPS a bit. You should be able to correct this though by looking in the includes/vba_cmps_include_top.php file for this line:
preg_match_all('@(<\!--\[if IE 6\]>)?<link rel="stylesheet" type="text/css" href="(.*?)" />(<\!\[endif\]-->)?@si', $oldheader, $stripcss);
And replace with this:
preg_match_all('@(<\!--\[(.*)?\]>)?(\r\n)?<link rel="stylesheet" type="text/css" href="(.*?)" />(\r\n)?(<\!\[endif\]-->)?@si', $oldheader, $stripcss);
Pcgamer
04-12-2010, 04:05 PM
That worked!!
Thank you Brian! :)
preed
04-14-2010, 02:33 PM
i had the same problem and that fixed it.
thanks!!!
Fixed the same issue for me in VB402pl4
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.