Yes, that's how News Manager always worked. Also happens with tag pages.
To change that, edit news_manager/inc/site.php, find function nm_show_archive (and/or nm_show_tag) and change the nm_show_post(...) line to:
(temporary patch)
I think this way is better: making the fullpost/excerpt setting work not only for the main news page but also for those. That is, if you don't want excerpts, no excerpts at all.
I may change it for the 2.4 branch.
Anyone thinks it's not a good idea? Should I make this optional? (maybe with a gsconfig setting)
To change that, edit news_manager/inc/site.php, find function nm_show_archive (and/or nm_show_tag) and change the nm_show_post(...) line to:
Code:
nm_show_post($slug, false);
I think this way is better: making the fullpost/excerpt setting work not only for the main news page but also for those. That is, if you don't want excerpts, no excerpts at all.
I may change it for the 2.4 branch.
Anyone thinks it's not a good idea? Should I make this optional? (maybe with a gsconfig setting)