Hiding download stats in FILE LIST

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
KwikEMart
Posts: 5
Joined: Fri 14. Dec 2007, 17:07
Location: Charleston, SC, USA
Contact:

Hiding download stats in FILE LIST

Post 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! :!:
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Re: Hiding download stats in FILE LIST

Post 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!
KwikEMart
Posts: 5
Joined: Fri 14. Dec 2007, 17:07
Location: Charleston, SC, USA
Contact:

Re: Hiding download stats in FILE LIST

Post by KwikEMart »

Many thanks! That's it!
Post Reply