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

Phoca Download - download manager
Ale1x
Phoca Member
Phoca Member
Posts: 17
Joined: 03 Jan 2012, 19:14

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

Post by Ale1x »

How it's possible to remove "Date" and "Author" in Detail?
Last edited by Ale1x on 08 Jan 2012, 21:33, edited 2 times in total.
Ale1x
Phoca Member
Phoca Member
Posts: 17
Joined: 03 Jan 2012, 19:14

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

Post by Ale1x »

I'm still in waiting and I hope someone can hlep me, because I have not any idea
SonRiab
Phoca Professional
Phoca Professional
Posts: 258
Joined: 02 Jun 2011, 09:29
Contact:

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

Post 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!
Ale1x
Phoca Member
Phoca Member
Posts: 17
Joined: 03 Jan 2012, 19:14

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

Post 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 ?
SonRiab
Phoca Professional
Phoca Professional
Posts: 258
Joined: 02 Jun 2011, 09:29
Contact:

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

Post by SonRiab »

compontents/com_phoca.../views/category/tmpl/default_files.php line 196:

Code: Select all

//$d .= $pdFileDate;
Ale1x
Phoca Member
Phoca Member
Posts: 17
Joined: 03 Jan 2012, 19:14

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

Post by Ale1x »

Thanks
Ale1x
Phoca Member
Phoca Member
Posts: 17
Joined: 03 Jan 2012, 19:14

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

Post by Ale1x »

When I select "Download", I find again the label "Date".
SonRiab
Phoca Professional
Phoca Professional
Posts: 258
Joined: 02 Jun 2011, 09:29
Contact:

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

Post 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>';
Post Reply