Active
Project:
Show Uploads in Teasers
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 17:51 UTC
Updated:
18 Jun 2009 at 20:27 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Picture5.png | 13.13 KB | fibie |
Comments
Comment #1
serhiyvk commentedPut something like
.upload_attachments {position: absolute; top: -1000em; left: -1000em;}into your theme css file.