Geez, thanks Michael,
i was download this plugin and play around with it, i thought to post
the solution here , but you already did , cheers !
but reference on some other plugin, what i do is added the function
action_init and put these Format::apply in plugin
i think this should be better in stead of doing the filtering on
template ? pls advice.
On Aug 31, 3:22 pm, "Michael Heilemann" <
heilem...@gmail.com> wrote:
> Oh, and I almost forgot. To make it work, you'll have to changed a few lines
> in your template's theme.xml file. Like so:
>
> // Apply Format::autop() to post content...
> // Format::apply( 'autop', 'post_content_out' );
> Format::apply( 'textize', 'post_content_out' );
>
> // Apply Format::autop() to comment content...
> // Format::apply( 'autop', 'comment_content_out' );
> Format::apply( 'textize', 'comment_content_out' );
>
> I hope someone is working on making this something we don't have to worry
> about in the near future.
>
> On Sun, Aug 31, 2008 at 05:13, Brendan Borlase <
brendan.borl...@gmail.com>wrote:
>
>
>
> > Ahh, a plugin - excellent. Thank you good sir - my quest to give habari a
> > proper trial continues in earnest.
>
> > Best,
>
> > Brendan.
>
> > 2008/8/31 Michael Heilemann <
heilem...@gmail.com>:
> > > Hey Brendan, good to see you here!
> > > I've got the Textile Chris J Davis did (at my begging ;)). I've attached
> > it
> > > to this mail.
> > > Let me know if there's anything I can help you with w. regards to Habari.
> > > - Mike
>
> > > 2008/8/30 Brendan Borlase <
brendan.borl...@gmail.com>