Feb 9, 2002, 12:53 PM
Novice (9 posts)
Feb 9, 2002, 12:53 PM
Post #1 of 4
Views: 311
Feb 9, 2002, 2:37 PM
Administrator (9386 posts)
Feb 9, 2002, 2:37 PM
Post #2 of 4
Views: 302
Hi,
This can only be changed in the code right now. Look at admin/Links/User/Add.pm and change:
$category = $html->get_all_categories(\@ids, 'CatLinks.CategoryID', 1);
and replace the 1 with how large a multi select you would like.
Cheers,
Alex
--
Gossamer Threads Inc.
This can only be changed in the code right now. Look at admin/Links/User/Add.pm and change:
$category = $html->get_all_categories(\@ids, 'CatLinks.CategoryID', 1);
and replace the 1 with how large a multi select you would like.
Cheers,
Alex
--
Gossamer Threads Inc.
Alex,
I tried this and it did not work. What I want is in regard to the Database editor, link and add, where you get your place to add a link. I want the box on the very bottom that lists the categories to be more than five lines wide vertically. I tried what you said and it did not work, perhaps you did not understand what I was requesting. I just want to be able to see more categories at a time as I am choosing them. Let me know if you have any ideas, as well as on the technical support issue I have sent to you some days ago of not being able to do exports after having done the update.
Cheers
Glen
I tried this and it did not work. What I want is in regard to the Database editor, link and add, where you get your place to add a link. I want the box on the very bottom that lists the categories to be more than five lines wide vertically. I tried what you said and it did not work, perhaps you did not understand what I was requesting. I just want to be able to see more categories at a time as I am choosing them. Let me know if you have any ideas, as well as on the technical support issue I have sent to you some days ago of not being able to do exports after having done the update.
Cheers
Glen
Feb 9, 2002, 3:24 PM
Administrator (9386 posts)
Feb 9, 2002, 3:24 PM
Post #4 of 4
Views: 293
Hi,
Ah, I did misunderstand you. This still requires changing the code, but you want to edit admin/Links/Link.pm and change around line 567:
my $mult = shift || 5;
change the 5 to whatever height you'd like.
Cheers,
Alex
--
Gossamer Threads Inc.
Ah, I did misunderstand you. This still requires changing the code, but you want to edit admin/Links/Link.pm and change around line 567:
my $mult = shift || 5;
change the 5 to whatever height you'd like.
Cheers,
Alex
--
Gossamer Threads Inc.

