[RSS Feed/News] Need XF2.2 versions of these template variables

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I am currently making the final preparations to upgrade from XF1.5 to XF2.2. In one XF1.5 template I am using the following code:

HTML:

Code:
<xen:if is="{$post.user_id}
    AND {$visitor.user_id}
    AND ( {$post.message_count} < 10 OR {xen:calc '{$post.register_date} + 2629743'} > {$serverTime} )
    AND {$visitor.user_id} != {$post.user_id}">
        some text {$post.username} <xen:if is="{$post.message_count} < 10">some text<xen:else />some text</xen:if>some text<xen:if...

Read more

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