Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-9459 now.

ACP styles issues (new)

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 :
Code: Select all
#
#---- [ 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 :
Code: Select all
#
#---- [ OPEN ] ----
#
root/adm/index.php
#
#---- [ FIND ] ----
#
/**
* Build radio fields in acp pages
*/
#
#---- [ FIND ] ----
#
'</label>';
#
#---- [ REPLACE WITH ] ----
#
'</label> ';

leaving a space at he end

Comments / History

Posted by Acyd Burn (Server Manager) on Jun 3rd 2009, 08:35

Hmm, i am not sure if we should support 800x600 screen resolutions anymore... at least the things you mention are only annoyances?

Moved ticket from project "Issue trackers" (Bug tracker) to "phpBB 3.0.x" (Bug tracker)

Action performed by Acyd Burn (Server Manager) on Jun 3rd 2009, 08:35

Posted by leviatan21 on Jun 3rd 2009, 14:58

The first issue was reported on my site for a user, he found it doing this :
go to the ACP -> POSTING -> SMILIES, click on "add multiple smilies" and you will see that the right column is being cut.
In English language is fine at 1024x768
In Spanish language is not fine at 1024x768

As I write before some of then depends on languages too, not only the screen resolution ;)

Here you have another example : http://i107.photobucket.com/albums/m287 ... 041941.gif

According my site statistics the 20% of my visitors use 800x600, is still an important amount ...

Assigned ticket to user "leviatan21"

Action performed by Acyd Burn (Server Manager) on Jun 19th 2009, 17:16

Changed ticket status from "New" to "Fix in progress"

Action performed by leviatan21 on Jun 21st 2009, 14:33

Linked ticket with changeset: r9647

Action performed by leviatan21 on Jun 21st 2009, 14:42

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by leviatan21 on Jun 21st 2009, 14:42

Linked ticket with changeset: r10176

Action performed by Acyd Burn (Server Manager) on Sep 22nd 2009, 09:55

Changed ticket status from "Fix completed in SVN" to "New"

Action performed by Acyd Burn (Server Manager) on Sep 30th 2009, 15:02

Linked ticket with changeset: r10200

Action performed by Acyd Burn (Server Manager) on Sep 30th 2009, 15:07

Ticket details

Duplicates of this ticket

Related SVN changesets