[TYPO3-ttnews] tt_news 2.5.2 Removing the comma , that is in between multiple categories

aaron kenez aaronkenez at gmail.com
Tue Dec 8 12:53:37 CET 2009


I have found some typoscript to do this

  plugin.tt_news *{*

    categoryDivider *=* ,

    categoryDivider_stdWrap.noTrimWrap *=* || |

 * }*



If like me you are no typoscript expert. I found this link helpful
http://ben.vantende.net/t3docs/tsconfig/


On Tue, Dec 8, 2009 at 10:41 PM, aaron kenez <aaronkenez at gmail.com> wrote:

> Hello
>
> I have a news list that looks like this
> <li class="###NEWS_CATEGORY###">
> When I assign multiple categories to a news article I get this
> <li class="cat1, cat2">
> I want to know how to remove comma , so I get the class to look like this
> <li class="cat1 cat2">
> I was hoping that someone would know if there was some typoscript or
> another method to do this.
> Thank you.
>


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