Page 1 of 1

Hiding download stats in FILE LIST

Posted: Wed 27. Feb 2008, 23:49
by KwikEMart
HI there! I am wondering if there is a way to hide the download stats, date and such when using the FILE LIST. Here's an example page:
http://www.stchristopher.org/index.php?BIPDF
Thanks!
-david
http://www.stchristopher.org
Now with more phpwcms! :!:

Re: Hiding download stats in FILE LIST

Posted: Wed 27. Feb 2008, 23:53
by pepe
Yes... your solution you can find inside the used template!

You can find it under: .../template/inc_cntpart/filelist/default.html

...
<p>[FILE_DESCRIPTION]
{FILE_DESCRIPTION}<br />[/FILE_DESCRIPTION]
{FILE_EXT}, {FILE_SIZE}, {FILE_DATE}, {FILE_DOWNLOADS} downloads
</p>
...


And don't forget to select inside the CP-form!

And another tip.... There you can change the size of your titles too! Do it!

Re: Hiding download stats in FILE LIST

Posted: Thu 28. Feb 2008, 00:08
by KwikEMart
Many thanks! That's it!