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!
Hiding download stats in FILE LIST
Re: Hiding download stats in FILE LIST
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!
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
Many thanks! That's it!