PHP Callback for support older versions and new XF tags

Status
This content is read-only, or is not open for further replies.

AndrewSimm

Guest
offline
I am working on making one of my add-ons work with an older version of XF. One of my challenges is my add-on uses <xf:profilebanner in one of its templates that that tag does not work with XF 2.1.

First I tried using conditional statements but that doesn't work as the install fails. Next I tried a callback in the template modification and while they let me install it now renders the "<xf:profilebanner " tag in the code versus the results of that tag.

Any thoughts?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom