XF 2.0 Help trying to move addon property to options.

[xFv]

Well-known member
Hello,
I am trying to move my addon properties to options.
I have everything working great but 1 option.

Here is what I originally use in properties:
<xf:if is="{$user.user_id} <property('MY_PROPERTY') +property('MY_PROPERTY2')" >

Here is what I am trying to use in options.
<xf:if is="{$user.user_id} <$xf.options.MY_OPTION +$xf.options.MY_OPTION2">

What would the equivilant be in XF2 for the above line?


***EDIT*** I have this figured out now. Another template that was needing this call also was stopping it altogether.

Thanx...
 
Last edited:
Top Bottom