Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Number of categories in form

Quote Reply
Number of categories in form
The select field for categories in the admin area (in adding and validating sites) defaults to show 5 at a time (i.e. the box is five lines high, displaying five categories).
Where do I change that to some other number (say 10).

Thanks in advance,

Didi


Yedidya (Didi) Melchior
http://Mishpat.Net - The Online Legal Portal
Quote Reply
Re: Number of categories in form In reply to
Hi,

This is only possible in the code. Look in Links/Link.pm and look for multiple => 5, change that to multiple => 10.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Number of categories in form In reply to
Thanks Alex, it works.

The line that needs to be changed is:
my $mult = shift || 5;

- Didi



Yedidya (Didi) Melchior
http://Mishpat.Net - The Online Legal Portal