vicos
Member
- Affected version
- 2.1
I just went live with XF 2.1 this weekend. The path I used to get there was vB4.2-->XF1.5-->XF2.1
I am seeing the following error on an ongoing basis in the syslog:
Template error: Template public:alert_user_trophy is unknown
I checked with my 3rd party AddOn dev, and he said this was a XF template.
I ordered a demo setup from your site to confirm if it was in a fresh XF 2.1 install and I don't see it there either.
I checked my test site which is running XF 2.0 and it is in there.
This is what is in XF 2.0:
Is this same as for XF 2.1? If not, can someone provide the 2.1 code so I can create the template.
Thank you!
I am seeing the following error on an ongoing basis in the syslog:
Template error: Template public:alert_user_trophy is unknown
I checked with my 3rd party AddOn dev, and he said this was a XF template.
I ordered a demo setup from your site to confirm if it was in a fresh XF 2.1 install and I don't see it there either.
I checked my test site which is running XF 2.0 and it is in there.
This is what is in XF 2.0:
Code:
{{ phrase('you_have_been_awarded_a_trophy_x', {
'trophy': '<a href="' . link('members/trophies', $xf.visitor) . '" class="fauxBlockLink-blockLink">' . $trophy . '</a>'
}) }}
Is this same as for XF 2.1? If not, can someone provide the 2.1 code so I can create the template.
Thank you!