Hi,
On the anynews module, is there a way to duplicate the way news pages work with when it displays the "read more" link?
If there is no long description, the news page won't show a "read more" link because it uses:
<span style="visibility:[SHOW_READ_MORE];"><a href="[LINK]">[TEXT_READ_MORE]</a></span>
whereas the anynews module on detailed_output.htt just has:
<a href="{LINK}">{TXT_READMORE}</a>
so will always show the "read more" link regardless.
Thanks,
Alan