How to register smarty filter?

How to register Smarty filter (pre-, post- or outputfilter) in pn8?
In pn76x we could do it in theme.php, but how to in pn8?

Thanks in advance

--
Polish Zikula Team
Bianor Works - my Zikula works on CoZi
Not really sure, but why not create a theme level plugin, and add it to the theme plugins? This is just a guess...

--
David Pahl
Zikula Support Team
For output filters (and only output filters!) you can use the following in your page configuration files

Code

[filters]
outputfilters=filter1,filter2


I'm currently working on a patch to implement pre and post filters. There is also no user interface to this functionalty.

-Mark

--
Visit My homepage and Zikula themes.
I feel an addition to the Wiki coming on...

--
itbegins.co.uk - Zikula Consulting

birtwistle.me.uk - Personal Blog


Please read the Support Guide
A basic docs page on this subject is now in the Wiki. Feel free to extend as i'm not the best documentation writer...

-Mark

--
Visit My homepage and Zikula themes.