I've been through the docs and looked at cloned pages and repeatable regions and am still not sure what I need for a very simple requirement on a News page, so I hope someone can point me in the right direction...
I have an area on the page where I want to display news items, which consist very simply of a headline and a bit of body text, in date order - so the most recent at the top (each news item has an associated date, which is not necessarily when it is being entered into the system). I want to give a user with an access level below super admin (don't care what) the ability to create, update and delete these news items, ideally by entering values into a form with fields such as 'Headline', 'Text', 'Date'. Ideally I would like to be able to automatically use these items elsewhere on the site as well, in truncated form, with links to their full versions, although this is not so critical. The ability to filter by date is also necessary.
I have an area on the page where I want to display news items, which consist very simply of a headline and a bit of body text, in date order - so the most recent at the top (each news item has an associated date, which is not necessarily when it is being entered into the system). I want to give a user with an access level below super admin (don't care what) the ability to create, update and delete these news items, ideally by entering values into a form with fields such as 'Headline', 'Text', 'Date'. Ideally I would like to be able to automatically use these items elsewhere on the site as well, in truncated form, with links to their full versions, although this is not so critical. The ability to filter by date is also necessary.