You must be rolling your eyes after reading the subject line, for so many people have asked this sort of question before, but bear with me, because I went through your replies and tried them, but failed miserably.
But first, the issue:
I'd like to change the "
15 December 2007 @" part in my entries and the "
Saturday 15 December 2007" part in the
(
Read more... )
Comments 5
Then, well, there's not much I can tell you apart from copy-paste the function post_entry in the FS source layer and modify it. How does it messes up your entry page?
(For the record and if you want to try again, the code to change in post_entry is %%dd%% %%month%% %%yyyy%%, to be changed to %%da%%, %%d%%. %%month%% %%yyyy%%.)
Reply
Silly me... *rolls eyes*
(BTW: It was the "function print_entry" I copied, not "function post_entry" - there is no "function post_entry", as far as I could see.)
So now, thanks to you, the entry date now reads "Sa, 15. Dezember 2007, 15:35 Uhr". However, the comment date still reads "[name of friend] on 15. Dezember 2007 21:07 Uhr (local)". Is there a way to make this date look exactly as the entry date and delete the word "on", too?
Reply
Yes, that's what happens when you do two things at the same time :P
For the comments, you need first to copy-paste function EntryPage::print_comment (Comment comment), again from the FS source layer (be careful to take everything, because it's long).
Then find this part of the code:
( ... )
Reply
Yes, that's what happens when you do two things at the same time :P
Sounds like me. :-D
Thanks a lot for taking the time to help me with the code! The changes worked like a charm and the date is displayed exactly as I wanted it.
I wish you merry Christmas and a very Happy New Year!!
( ... )
Reply
Leave a comment