Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: Please make LINKS2 work perfectly for Non-english

Quote Reply
Re: Please make LINKS2 work perfectly for Non-english In reply to
cgi21, I have the same problem so I tested your solution. It works great for adding (ie non-english categories appear) but when you try to validate the new link you get the following error:

CGI ERROR
==========================================
Error Message : fatal error: Undefined subroutine &main::kategorie_title_mb called at.... admin/db_utils.pl line 190.

My code in sub build_select_field:

foreach $field (@fields) {
$kategory{$field} = &kategorie_title_mb($field);
$values{$field} ?
($output .= "<OPTION SELECTED VALUE=\"$field\">$kategory{$field}\n") :
($output .= "<OPTION VALUE=\"$field\">$kategory{$field}");
}

Any solution?
Subject Author Views Date
Thread Please make LINKS2 work perfectly for Non-english cgi21 3606 Mar 8, 2000, 10:34 AM
Post Re: Please make LINKS2 work perfectly for Non-english
cgi21 3538 Mar 8, 2000, 11:39 AM
Post Re: Please make LINKS2 work perfectly for Non-english
Luna 3540 Mar 9, 2000, 12:32 AM
Post Re: Please make LINKS2 work perfectly for Non-english
cgi21 3532 Mar 9, 2000, 2:58 AM
Thread Re: Please make LINKS2 work perfectly for Non-english
Luna 3541 Mar 10, 2000, 9:39 AM
Post Post deleted by C.
C. 3340 Sep 4, 2003, 5:16 PM
Post Post deleted by C.
C. 3342 Sep 4, 2003, 5:18 PM