Project:Show Uploads in Teasers
Version:6.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

AttachmentSize
Picture5.png13.13 KB

Comments

#1

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