rejetto forum

%comment% in ~files.lst ?

skb · 3 · 2849

0 Members and 1 Guest are viewing this topic.

Offline skb

  • Occasional poster
  • *
    • Posts: 50
    • View Profile
I'm thinking this is by design rather than a bug, but wanted to check: It does not seem that the %comment% tag provides any output to the basic text "~files.lst" page.

I have a simple hfs.filelist.tpl that for files that currently does just: 
Code: [Select]
%files%

[files]
%list%

[file]
%item-name% %item-modified% %item-size-b%

[folder]


This has been working as expected.

Today, I added "%comment%" after my %item-size-b% entry, restarted HFS, and got no change in output.

I've searched the forum for %comment%, and see that there's a long history of adding support for complex HTML and multiline output. My guess is that this makes it impossible to use comments in the text output for ~files.lst  .

But, just to confirm, is there any way to get say, just the bare first line of a comment into the text-only output?

Thanks,
Steve


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
as stated in the documentation
"inserts HTML from section [comment] if a comment is available for the item, void otherwise".
It's old, legacy stuff.
But you can use %item-comment% instead.
I just added it to the documentation.
« Last Edit: February 23, 2015, 12:03:53 AM by rejetto »


Offline skb

  • Occasional poster
  • *
    • Posts: 50
    • View Profile
Ah, thanks! (I didn't really get the section [comment] reference; was just thinking of the more obvious item comments).

Steve