rj wrote:That was the first place I looked and there is not such file there.
Any .tpl file your template doesn't have is either pulled from /templates/default/ or, if it is a plugin's .tpl file, the plugin's subdirectory in /plugins/. You can individualize these by copying (
not moving!) the .tpl file in question to your template's directory. If it's present there, it will be used instead of the original file.
rj wrote:If fact there are 4 comment tpl files in default and I have none
No, there's one comments.tpl in /templates/default.
rj wrote:Is this maybe about plugin I do not use that are being used in the Default?
No. A very simple answer to a potentially complicated question, but usually, templates and plugins don't mix in Serendipity.
rj wrote:Should I move this file from default to my template and then block the entire IF statement or just part of it?
Copy, not move. Copy, then edit. Strip away antyhing from the part you quote but:
Code: Select all
{$comment.author|@default:$CONST.ANONYMOUS}
That should do the trick.
YL