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

2»

Comments

  • look inside ur 10 extensions folder for a .css file and check that shouldn't take that long. not all extentions come with .css file
  • didnt found any #Comments .CommentHeader { line-height: 0px; } ,

    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/
  • if ur using a text editor like BBedit or textmate on a mac u can do a folder wide search for that term and it will find it
  • edited October 2006
    ok found it , it was account pictures but he's using a variable like {IconHeight}

    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 :D
  • well ur not using account pictures, thats why iconheight is 0px use some pictures and see what it does
  • now that i saw the variables in jazzmans php ... those are dynamic values , so i changed 32px back from 0 in the optionsmenu of the account-pictures admin and it seems like its working now.

    heavy birth :)

    thanks a lot schizo.

    maybe i can help you next time , would be a pleasure.
This discussion has been closed.