I have a typo3 site with 3 pages each listing latest news
, events
, vacancies
using tt_news.
The item listings for 3 pages display the clickable title, summary and a clickable "read more" link for each item.
One of the 3 pages (e.g events
) seems to have a problem though because the item title and "read more" texts are not clickable.
I've found that this happens because these specific items are not viewable from the public site (anonymous users). The item's full view is only viewable via the backend.
My problem is that I don't know how and why this happens. Any ideas on where should I look at next?