Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9459

Visiting ACP with screen resolution 800x600px

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.x
    • 3.1.0-b1
    • Other
    • None

    Description

      All the issues I'm posting here are about the ACP and using a 800x600 screen definition, and also depends on the language ( some can have large sentences)

      In the ACP when you click "Smilies" and then "Add multiple Smilies" it shows me the category column cut off.
      Possible fix :

      #
      #---- [ OPEN ] ----
      #
      root/adm/style/overall_header.html
      #
      #---- [ FIND ] ----
      #
                     <div id="main">
      #
      #---- [ REPLACE WITH ] ----
      #
                     <div id="main" style="overflow-y:auto;">

      Also when using the h_radio() function, and there are ( for example 4 or 5 options ) the returned line is too wide and some options are hidden
      Possible fix :

      #
      #---- [ OPEN ] ----
      #
      root/adm/index.php
      #
      #---- [ FIND ] ----
      #
      /**
      * Build radio fields in acp pages
      */
      #
      #---- [ FIND ] ----
      #
      '</label>';
      #
      #---- [ REPLACE WITH ] ----
      #
      '</label> ';

      leaving a space at he end

      Attachments

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              leviatan21 leviatan21 [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: