Attchment page: can I hide creation date or Comments

Consu July 9, 2014

Hello all,

after adding the attachment share module https://marketplace.atlassian.com/plugins/com.keinoby.confluence.plugins.share-attachments, I noticed that the Attachment page minimised the space dedicate to File Name and this make it difficult to find the right document. Do I have a way to change the way the attchment page shows, maybe hiding the creation date column, or the comment one?

Thanks for any help you could give :)

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 10, 2014

Here is the CSS that can hide the columns. You would put this into either the global stylesheet or the space stylesheet.

Comment Column

#view-attachments th.comment, #view-attachments td.comment {display: none;}

Creation Date

#view-attachments th.filedate-column, #view-attachments td.created-date {display: none;}

Consu July 16, 2014

Hello David,

thanks for your help, the CSS works well, but it doesn't help (as I would have thought) making the Name columns wider...

Could you be so kind to suggest me a CSS to make Name wider?

Thanks so much (ps: I am starting to learn CSS, so I won't bug others soon :)!

0 votes
Aleš Laňar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 10, 2014

Hi,

I need do it too. And I will try to use CSS :) i hope that we could set display:none;

TAGS
AUG Leaders

Atlassian Community Events