[TYPO3-ttnews] Upgraded to 3.0 and links in the front end have vanished
Stephen Bungert
stephenbungert at yahoo.de
Mon Feb 15 17:02:02 CET 2010
I'm using LIST view, they used to show up in List view, but not any more.
I used news to make a list of jobs on our site. I use latest to make a list
(Latest display mode) with links to sections on the same page (using the
article id as the link parameter):
<li><span class="black"><a
href="#jobId-###NEWS_UID###">###NEWS_TITLE###</a></span></li>
And then underneath I show a List (List display mode) of jobs split by
catgeory (full and part time).
In each list item is the full article content.
With a link made using the article uid so that the anchor links in the
previous Latest view work:
<a name="jobId-###NEWS_UID###"></a>
This worked fine, until the upgrade. Now the RTE formatting doesn't show, I
guess from changes to the list rendering in the new version.
More information about the TYPO3-project-tt-news
mailing list