XenForo
Administrative
- Thread starter
- Admin
- #1
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.
ادامه مطلب...