Gossamer Forum
Home : Products : Links 2.0 : Customization :

Please make LINKS2 work perfectly for Non-english

Quote Reply
Please make LINKS2 work perfectly for Non-english
Hi,
With "Links 2 Non-english Modifications", displaying categories is really good. But categories select box when I add link, still it's english.

Could you help me to make it work?? I looked scripts and I think I have to do somthing in here...

In db_util.pl,

foreach $field (@fields) {
$values{$field} ?
($output .= "<OPTION SELECTED>$field\n") :
($output .= "<OPTION>$field");
}
$output .= "</SELECT>";
return $output;

Output should be something like
"<OPTION VALUE="$field">$Non_Eng_Categories\n" in stead of "<OPTION>$field\n"
But question is how can I generate "$Non_Eng_Categories???

Please give me some idea....
Subject Author Views Date
Thread Please make LINKS2 work perfectly for Non-english cgi21 3455 Mar 8, 2000, 10:34 AM
Post Re: Please make LINKS2 work perfectly for Non-english
cgi21 3399 Mar 8, 2000, 11:39 AM
Post Re: Please make LINKS2 work perfectly for Non-english
Luna 3403 Mar 9, 2000, 12:32 AM
Post Re: Please make LINKS2 work perfectly for Non-english
cgi21 3396 Mar 9, 2000, 2:58 AM
Thread Re: Please make LINKS2 work perfectly for Non-english
Luna 3405 Mar 10, 2000, 9:39 AM
Post Post deleted by C.
C. 3204 Sep 4, 2003, 5:16 PM
Post Post deleted by C.
C. 3206 Sep 4, 2003, 5:18 PM