Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9459

Visiting ACP with screen resolution 800x600px

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1.0-b1
    • 3.0.x
    • Other
    • None

      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

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

              Created:
              Updated:
              Resolved: