Jake B.
Well-known member
I was thinking something that could be done to assist it making add-on development a bit easier is to change up the way the WebDAV structure is for templates with XenForo, currently it is like this:
Currently if you create a template (if it'll even let you, I haven't tried) it will not be assigned to an add-on. This could make add-on development much easier.
- Admin_Templates
- addon_delete.html
- addon_edit.html
- etc...
- Email_Templates
- contact.html
- conversation_insert.html
- etc...
- Public_Templates
- account.css
- account_alerts.html
- etc...
- Admin_Templates
- addon_id
- template_1
- template_2
- etc...
- addon_id
- addon_delete.html
- addon_edit.html
- etc...
- Email_Templates
- addon_id
- template_1
- template_2
- etc...
- addon_id
- contact.html
- conversation_insert.html
- etc...
- Public_Templates
- addon_id
- template_1
- template_2
- etc...
- addon_id
- account.css
- account_alerts.html
- etc...
Currently if you create a template (if it'll even let you, I haven't tried) it will not be assigned to an add-on. This could make add-on development much easier.
Upvote
2