Help Customize Phoca

Phoca Download - download manager
BATtheBARGE
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 09 Sep 2014, 11:27

Help Customize Phoca

Post by BATtheBARGE »

Hello everybody,

I'm new here and I don't speak well english so please, be nice! :|

So, I've installated Phoca Download on my Website, it's acctualy look like this:

Upload
Image

Download
Image


I have 2 questions :

1)
I only need those elements with the upload page :

Image

Do you know how could I just hide or erase the parts I doesn't need?


2)
I would like to have only one page for the both (upload and download) do you know if I can do this?


Thank's for your help!


B.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help Customize Phoca

Post by Jan »

Hi,

1) try to see: https://www.phoca.cz/documents/17-phoca- ... load-theme

3) hmmm, then really large modifications needs to be done, all the user upload feature needs to be moved to e.g. category view :idea:

Jan
If you find Phoca extensions useful, please support the project
BATtheBARGE
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 09 Sep 2014, 11:27

Re: Help Customize Phoca

Post by BATtheBARGE »

Thank's for you help!

Probleme is that the parts I want to hide are some "tr", by exemple :

Code: Select all

<tr>
			<td><strong>Description:</strong></td>
			<td><textarea id="phocadownload-upload-description" name="phocadownloaduploaddescription" onkeyup="countCharsUpload();" cols="30" rows="10" class="comment-input"></textarea></td>
</tr>
So there is no particulary name or things like that I could hide with CSS... and I can't hide all the div beacause there is the "upload" button inside!
I suppose it's a JavaScript who make this... I'm a bit lost with this part!


For the question number 2, nothing more simple to do? That's not possible to use Phoca in an article or a module? It would be easyer to do what I want I guess...

Edit :

Oh, one more question, I tried to see how does Phoca work from my mobile phone, it wasn't responsiv design well... Is that normal or did I do something wrong?

Thank's a lot!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help Customize Phoca

Post by Jan »

Hi,

responsive - there is no set fixed size, so this should work normally, the design can be set by different options: https://www.phoca.cz/documents/17-phoca- ... load-theme

using Phoca Download in article - you can use it in article with help of plugin but the plugin does not have upload feature only download feature

javascript - no the html code is not added by javascript, you should find it in standard output :idea:

components/com_phocadownload/views/user/tmpl/...(default, default_files)

Jan
If you find Phoca extensions useful, please support the project
Post Reply