I want to use the premium module to limit the amount of viewable content in the body. On my site, the introductory text that is included as a preview in the body by default is displayed. This usually works fine if the amount of text in the body is longer than the amount in the preview. In some cases, though, I only have one or two sentences of text which I do want to display, and a link that I do not want to display. The premium module doesn't understand this, and shows all of the content, because it is too short, and is included in the preview by default.
Is there any way to put the content I don't want to display to non-premium users outside of the default preview that premium allows?
Comments
Comment #1
jerdavisOne way to accomplish this would be to use something like Excerpt http://drupal.org/project/excerpt - this module lets you fully control the content used in the teaser portion of your nodes. There's somewhat similar functionality built into d6, allowing you to decide where in the body the teaser split is created.
Hope this helps!