[TYPO3-ttnews] pageBreakToken and strpos problem

Adrian Marcinkowski amarcinkowski at gmail.com
Wed Jul 30 08:11:52 CEST 2008


Bartosz Aninowski pisze:
> Hi
> 
> I can't find solution for my problem.
> My token is set to
> pageBreakToken = <*****>
> but RTE save it as
> &lt;*****&gt;
> 
> I cant figure out how this conditions should work
> if (strpos($row['bodytext'],$this->config['pageBreakToken'])) {
> 
Hi

I had the same problem. I don't use page break token but paragraph 
"<p>". When you want to break the text you should format it in RTE (html 
wiev) like this:
<p> text.... <br /><br /></p> here the text should be broken <p> text </p>

In setup:

plugin.tt_news {
useMultiPageSingleView = 1
maxWordsInSingleView = 100 (that is mine value)
useParagraphAsPagebreak = 0
subheaderOnAllSViewPages = 0
appendSViewPBtoContent = 0
}

on my website it works. Good luck


More information about the TYPO3-project-tt-news mailing list