I have searched the forum and net for a while but could not find an answer to this: I am running phpwcms 1.4.1 and have a query regarding the filelist template. I want the template to display the description, which is stored in column "f_longinfo" of the database, textfield "Long info" (or "Info" when logging on in german) in the backend.
The default.html contains the following entry, that looked promising:
Code: Select all
[FILE_DESCRIPTION]{FILE_DESCRIPTION}[/FILE_DESCRIPTION]Can anyone tell me what parameter to use to query the file description or whether there's a bug and where to find the complete mapping?
Thanks in advance & best regards,
p0lDi
In addition I noticed that the backend field "Keyword" is actually stored in column "f_shortinfo" instead of "f_keywords", as I would have expected. Also a bug?