Posted by cheriejd on April 2, 2009 at 8:28pm
Jump to:
| Project: | Premium |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I would like the message I have input to show up ONLY after someone has clicked on the read more link for premium content. At this time it shows up before the read more link even though I have the node restricted in length. You can see an example here: http://catskillmountainnews.com/. I only have one story marked as premium right now, "Asbestos discovered in OCS auditorium".
thoughts? I was able to have it work like I describe above when using the 5.x-1.x-dev, but upgraded because I could not restrict content as premium for a specific period of time.
thank you for your assistance.
Comments
#1
Im trying to acheive the same thing. I would like it so that the premium message does not show up in the teaser. Also Im having issues trying to tell it to only protect archived articles older then 2 months but it just protects everything instead.
#2
since getting no response, I chose to use the css method and blocked this from showing in any teaser. So far it appears to work.
.node-teaser .premium-message {
display:none;
}
Hope that helps you.
#3
Drupal 5 is no longer supported.