What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Outdated template

Sadiq6210

New Member
Hello,

In the template (xfa_rmcl_rm_categories.less), I just changed this icon:
.m-faContent(@fa-var-comments);

With this:
.m-faContent(@fa-var-folder-open);

However, the template will be marked as outdated template:
1726568381046.png

Any idea why this happen?
 

Clement

Freaky Coder
Staff member
Hello,

I believe it's because you modified it, hard to say i don't exactly know how xenforo detects outdated templates.

Clément
 

Sadiq6210

New Member
Thanks @Clement
Actually I modified many templates with many changes, however, only this template when I change anything in it even if I add 1px then it will highlighted as outdated ! Could you please investigate more about it?
 

Clement

Freaky Coder
Staff member
Honestly no, I don't see it as a major issue.
If you don't want that to happen I would recommend doing the modification with a template modification instead of the style modifcation.
 

Clement

Freaky Coder
Staff member
Could be because you had the previous add-on that I renamed to release it as RM nodes layout and didn't uninstall it.
Templates names are the same.
 

Sadiq6210

New Member
Thanks @Clement

I think you didn't change one of the template versions in the new addon (1.0.x), it is still showing the old addon version number which was 3.0.x

The issue has been resolved by modifying the below file:
upload\src\addons\XFA\RMNodesLayout\_data\templates.xml

I replaced this:
<template type="public" title="xfa_rmcl_rm_categories.less" version_id="903000090" version_string="3.0.0"><![CDATA[.xfrm-icon

With this:
<template type="public" title="xfa_rmcl_rm_categories.less" version_id="901000090" version_string="1.0.0"><![CDATA[.xfrm-icon
 

Clement

Freaky Coder
Staff member
I don’t change it, it’s changes automatically so could be when I ported the templates to the new addin
 

Sadiq6210

New Member
Thanks @Clement

The outdated template issue resolved but now I am getting the file health error
I believe it should be sorted from your side as a developer for this addon, I would appreciate that for you

1726814130291.png
 

Clement

Freaky Coder
Staff member
I'll look into it at some point when doing an update.

This is something that will be very low priority though as I consider it as a non blocking issue.
 
Top