[RSS Feed/News] How to display posts (not raw $post.message) ?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I fetch soft deleted posts with a finder and pass to a template, where with <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.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom