Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IE Trouble
This discussion has been closed.
Comments
but there must be something in one of the extensions ... probably a embeded css in a php file or such. because the screens are looking good now ... mise 6 and 7 are fine now . so it must be a extension
ref: http://browsershots.org/screenshots/3abf816fa7b205bb013a438769ec1cef/
ok complete code in his default.php is:
// Initialize settings
if (!array_key_exists('ACCOUNTPICTURES_SETUP', $Configuration)) {
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_UPLOAD_PATH', 'uploads/AccountPictures/');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_ICON_WIDTH', '32');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_ICON_HEIGHT', '32');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_PICTURE_WIDTH', '280');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_PICTURE_HEIGHT', '200');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_SETUP', '1');
} elseif( isset($Head) ) {
$AddStyle = "
.ProfileTitle.WithIcon .ProfileIcon { width: {IconWidth}px; height: {IconHeight}px; }
#AccountProfile .Picture { width: {PictureWidth}px; height: {PictureHeight}px; }
#Comments .CommentHeader { line-height: {IconHeight} px; }
#Comments .CommentHeader li div.CommentIcon { padding: {IconHeight}px 0px {IconHeight}px {IconWidth}px; }
li.User.Name .UserIcon { padding: {IconHeight}px 0px {IconHeight}px {IconWidth}px !important; }
li.User.Name.WithIcon { line-height: {IconHeight}px; }
";
well no clue what to do here lol .. seems like he predefined there something... well this here is a red zone for a graphicdesigner like me
heavy birth
thanks a lot schizo.
maybe i can help you next time , would be a pleasure.