Page 1 of 1

Help with the Language File ?

Posted: Wed Sep 12, 2007 5:03 am
by m85021
I'm editing the serendipity_lang_en.inc.php file (English).

I tried to change:
@define('POSTED_BY', 'Posted by');
to
@define('POSTED_BY', 'Author:');

But I still don't see any changes in my entries. Can anyone tell me what I'm doing wrong? I can provide screenshots if it would help. Cheers.

Re: Help with the Language File ?

Posted: Wed Sep 12, 2007 9:59 am
by yellowled
m85021 wrote:Can anyone tell me what I'm doing wrong?
Maybe your blog runs on UTF-8? In that case, you'd have to edit the file sitting in the UTF-8 subdirectory. It's not a good idea to edit these anyway since your changes will be overwritten in the next s9y update. There is some way to do this using the lang files in a template, but I don't remember it right now and can't find it using the search ...

YL