Page 1 of 1

How to split Strings with Smart

Posted: Sun May 31, 2009 6:05 pm
by jonnieb
Hi!

I´m using FEU and FEUListing. In FEU I have a multiple select field. My problem is, that all fields selected are saved as "option1,option2" in one string, seperated by comma.

What I need is simple

option1
opton2

How can I split the string with smarty?

Best,
Markus

Re: How to split Strings with Smart

Posted: Mon Jun 01, 2009 2:35 pm
by viebig
Maybe a smarty modifier can parse the comma separated and return gthe  lis.. Check the smarty manual for modifiers examples

Regads

G