Hi there,

Thank you for a great modification to the core file upload module.

What I am wondering is if it is possible to hide the link which gives the number of attachments

I now have the attachment showing in the teaser but it also has the link to which says '1 attachment'

I can't see this anywhere in my theme to hide it.

If all the attachments are showing already it doesn't make sense to have a link below it.

Can any one help?

Screenshot attached.

CommentFileSizeAuthor
Picture5.png13.13 KBfibie

Comments

serhiyvk’s picture

Put something like
.upload_attachments {position: absolute; top: -1000em; left: -1000em;}
into your theme css file.