I fetch soft deleted posts with a finder and pass to a template, where with
Is there some easy way to display them "pretty"? Say
Thanks in advance.
Читать далее...
<xf:foreach loop="$posts" value="$post">
display {$post.message}
. It works, but when a message has a quotation, pix, links, it looks quite messy.Is there some easy way to display them "pretty"? Say
xf_render_post($post.message)
or <xf:post value="$post.message" />
?Thanks in advance.
Читать далее...