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!