Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
hashbrown Posted December 19, 2020 Posted December 19, 2020 Hello, I apologize for the silly question but how would I extract the data from a theme's XML files? I like to have my edits to themes on my desktop so I can switch back and forth between templates faster on VSCode compared to the AdminCP theme section. Thank you for your help.
bfarber Posted December 19, 2020 Posted December 19, 2020 It's been a while since I dug into the XMLs, but IIRC you need to base64 decode the data in the XML elements.
hashbrown Posted December 20, 2020 Author Posted December 20, 2020 Is there possibly a section in the file directory where themes are stored? Most of the time it is under "/styles" but that does not seem to be the case here.
bfarber Posted December 21, 2020 Posted December 21, 2020 Theme templates are stored in the database in core_theme_templates. hashbrown 1
Recommended Posts