Page 1 of 1

Date/time in Category View

Posted: 11 Aug 2016, 22:30
by plamen
Hi,

Is there any way to display date/time of file (created or modified...) in Category View next to file name?
I know, there is a option to show button "Details" where Date is shown, but I want to include date and time next to file name without button.
I can modify php and css if needed.

Next question - easiest way to remove file name from Detail window, I think it is not necessary there.

P.S. is it possible with Layout and {pdfiledate} ??

Re: Date/time in Category View

Posted: 16 Aug 2016, 17:04
by Jan
Hi, see:
https://www.phoca.cz/documents/17-phoca- ... load-theme

- you can do it per layout - to add own items but if it is not problem for you to customize php/html, this is the best way.

Category view:
components/com_phocagallery/views/category/tmpl/default_files.php (default_files_bootstrap.php)

Detail view:
components/com_phocagallery/views/file/default.php (default_bootstrap.php)

Jan