Gossamer Forum
Home : Products : Links 2.0 : Customization :

Non-english category names in add.cgi

Quote Reply
Non-english category names in add.cgi
Hi.

I'm having a problem with displaying the non-english category names in the popup field in add.cgi, I get the normal names there, which is bad. As far as i can tell, I have edited the source code correctly, but still, no go.

Thanks,

_ Lasar

Quote Reply
Re: Non-english category names in add.cgi In reply to
What code have you changed?

Quote Reply
Re: Non-english category names in add.cgi In reply to
I installed the non-english mod as described in the readme. But since I had already made changes across links2, I copied in the changed bits instead of replacing the files. Worked fine, too, except for the add.cgi, where I still would get the original names. Which is bad, because these are cut very short.

I have managed to get it to work by writing/copying some code that gets the nonenglish vales directly from the database and replaces the english values (only in the displayed parts, internally it's still the original values), but that sure isn't the best way to do it.