[1/2 Solved] Remove "Date" and "Author" in detail??
-
- Phoca Member
- Posts: 17
- Joined: 03 Jan 2012, 19:14
[1/2 Solved] Remove "Date" and "Author" in detail??
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.
-
- Phoca Member
- Posts: 17
- Joined: 03 Jan 2012, 19:14
Re: Remove "Date" and "Author" in detail??
I'm still in waiting and I hope someone can hlep me, because I have not any idea
-
- Phoca Professional
- Posts: 258
- Joined: 02 Jun 2011, 09:29
- Contact:
Re: Remove "Date" and "Author" in detail??
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!
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!
-
- Phoca Member
- Posts: 17
- Joined: 03 Jan 2012, 19:14
Re: Remove "Date" and "Author" in detail??
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 ?
-
- Phoca Professional
- Posts: 258
- Joined: 02 Jun 2011, 09:29
- Contact:
Re: Remove "Date" and "Author" in detail??
compontents/com_phoca.../views/category/tmpl/default_files.php line 196:
Code: Select all
//$d .= $pdFileDate;
-
- Phoca Member
- Posts: 17
- Joined: 03 Jan 2012, 19:14
-
- Phoca Member
- Posts: 17
- Joined: 03 Jan 2012, 19:14
Re: [Solved] Remove "Date" and "Author" in detail??
When I select "Download", I find again the label "Date".
-
- Phoca Professional
- Posts: 258
- Joined: 02 Jun 2011, 09:29
- Contact:
Re: [1/2 Solved] Remove "Date" and "Author" in detail??
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>';