Page 1 of 1

Delete Upload Fields

Posted: 05 Nov 2015, 11:54
by DirkH
Hello!

Where my user can upload a file, there are fiels like Author, Author Email, License...

Can someone tell me where I can delete these fields because I don´t need them?

Any help will be appreciated!

Regards,
Dirk

Re: Delete Upload Fields

Posted: 05 Nov 2015, 16:23
by citrone
Yip here: /com_phocadownload/views/user/view.html.php

Have fun :-)

Re: Delete Upload Fields

Posted: 06 Nov 2015, 09:49
by DirkH
Thanks for the reply, but unfortunatly I´m not good enough in program code to find the lines I have to delete.

Could you be so kind to help me delete the right lines in that view.html.php file?

Best regards,
Dirk

Re: Delete Upload Fields

Posted: 12 Nov 2015, 22:04
by PowerJoe
\components\com_phocadownload\views\user\tmpl\default_files.php

I toke out line 186 till 231 if I am not mistaking..

I toke out after this line:

Code: Select all

	echo '<td align="center">'. $row->categorytitle .'</td>'
	//echo '<td align="center">'. $row->id .'</td>'
	.'</tr>';

		$k = 1 - $k;
		$i++;
	}
Till:

Code: Select all

}
?></tbody>
<tfoot>
if you want I can e-mail you the default_files.php file :)

Re: Delete Upload Fields

Posted: 13 Nov 2015, 10:23
by DirkH
Hi Joe,

that would be great if you could send me the file you´ve changed! You can use bluesdirk at gmx.de.

Best regards,
Dirk

Re: Delete Upload Fields

Posted: 13 Nov 2015, 14:45
by PowerJoe
Dirk,

I'm getting a redirect to .net. And from there I don't see what you mean with bluesdirk?

PJ

Re: Delete Upload Fields

Posted: 13 Nov 2015, 16:30
by christine
Hi PJ,

redirect to .net? I think, Joe means his E-mail address

Kind regards, Christine

Re: Delete Upload Fields

Posted: 13 Nov 2015, 16:51
by PowerJoe
Hi Christine,

Yes just noticed, was still early when I responded :P

Thanks tho!