[TYPO3] ttnews + simulatestaticdocuments = missing title?

Elijah Alcantara elijah.alcantara at gmail.com
Sat Apr 12 21:58:55 CEST 2008


Hi group,

After browsing through the ttnews manual I found that it is possible
for ttnews to use simulatestaticdocuments to generate the title.

Using this TS:
config {
  simulateStaticDocuments=1
  simulateStaticDocuments_pEnc=md5
  # displays 22 chars of the page title
  simulateStaticDocuments_addTitle=22
  # include the GET parameters from tt_news to the encoded vars (all
in one line)
  simulateStaticDocuments_pEnc_onlyP = cHash, L, print, tx_ttnews[backPid],
tx_ttnews[tt_news], tx_ttnews[pS], tx_ttnews[pL], tx_ttnews[arc],
tx_ttnews[cat],
tx_ttnews[pointer], tx_ttnews[swords]
}


Should result to :
http://server.com/news/newstitle+M5aj89345.0.html

But I kept getting :
http://server.com/news+M5aj89345.0.html


Which is missing the newstitle, I use typo3 4.2.0beta3 - could it have
something to do with the typo3 version that I'm using? or maybe some
configuration I missed?


Elij


More information about the TYPO3-english mailing list