Page 1 of 1

[1/2 Solved] Remove "Date" and "Author" in detail??

Posted: 03 Jan 2012, 19:48
by Ale1x
How it's possible to remove "Date" and "Author" in Detail?

Re: Remove "Date" and "Author" in detail??

Posted: 07 Jan 2012, 20:19
by Ale1x
I'm still in waiting and I hope someone can hlep me, because I have not any idea

Re: Remove "Date" and "Author" in detail??

Posted: 08 Jan 2012, 14:24
by SonRiab
Which version do you use?
Which way for displaying the details are you using? The Overlib or Modal box one?
For me the author is not displayed if the field is empty!

Re: Remove "Date" and "Author" in detail??

Posted: 08 Jan 2012, 17:08
by Ale1x
SonRiab wrote:Which version do you use?
Which way for displaying the details are you using? The Overlib or Modal box one?
For me the author is not displayed if the field is empty!

My version is 2.1.4 . Mode: Overlib.
The author is not displayed but it's possibile unview the Date ?

Re: Remove "Date" and "Author" in detail??

Posted: 08 Jan 2012, 17:30
by SonRiab
compontents/com_phoca.../views/category/tmpl/default_files.php line 196:

Code: Select all

//$d .= $pdFileDate;

Re: Remove "Date" and "Author" in detail??

Posted: 08 Jan 2012, 17:37
by Ale1x
Thanks

Re: [Solved] Remove "Date" and "Author" in detail??

Posted: 08 Jan 2012, 21:33
by Ale1x
When I select "Download", I find again the label "Date".

Re: [1/2 Solved] Remove "Date" and "Author" in detail??

Posted: 09 Jan 2012, 06:45
by SonRiab
compontents/com_phoca.../views/file/tmpl/default.php line 145-146

Code: Select all

//$pdFileDate .= '<div class="pd-date-txt">'.JText::_('COM_PHOCADOWNLOAD_DATE').':</div>';
//$pdFileDate .= '<div class="pd-fl-m">'.$fileDate.'</div>';