Hi<div><br class="webkit-block-placeholder"></div><div>The site I&#39;m working on publishes a monthly publication. A subscription gives a person access to these publications.</div><div><br class="webkit-block-placeholder">
</div><div>The publication is a custom content type with a bunch of CCK fields.&nbsp;</div><div><br class="webkit-block-placeholder"></div><div>Using the nodeapi hook, I create a custom teaser for each publication.</div><div><br class="webkit-block-placeholder">
</div><div>Now, here&#39;s what I want to do. I want that teaser to be viewable by everyone.</div><div><br class="webkit-block-placeholder"></div><div>Using &quot;views&quot;, I created a page which displays a teaser list of all the publications. When a person is logged in, this list shows up fine. Anonymous users see an empty list.
</div><div><br class="webkit-block-placeholder"></div><div>I realize this is by design, so I was wondering if anyone had any strategies for pulling this off.</div><div><br class="webkit-block-placeholder"></div><div>The only thing I can come up with is to programmatically create a new node when the publication is saved which contains the teaser. The views page would then list these nodes.
</div><div><br class="webkit-block-placeholder"></div><div>Are there better ideas? or modules I could check out?</div><div><br class="webkit-block-placeholder"></div><div>thanks in advance</div><div><br class="webkit-block-placeholder">
</div><div><br>&nbsp;</div>