multiple-list for USERCONF_GROUPS

Discussion corner for Developers of Serendipity.
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

multiple-list for USERCONF_GROUPS

Post by stm999999999 »

hello,

in the admin-personal-setting-area you could mange the groups in which a user is. There is shown a list of all groups.

In FF and IE there is a real list, but in Opera there is a single line liste with arrows top and down - but for multple selection you do not see, what groups are marked, you have to scroll for every group.

solution: say to the browser that it should shown at least 5 groups or so:

functions_installer.inc.php
line 391 f: add size="5"

Code: Select all

case 'multilist':
echo '<select name="'. $name .'[]" multiple="multiple" size="5">';
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: multiple-list for USERCONF_GROUPS

Post by garvinhicking »

Hi!

Thanks a lot for that, just committed!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply