I currently have a copy of the Nickel theme (renamed as News) within my template folder. It's under /html/com_easyblog/themes/news/
EasyBlog sees it; so far so good. I try making a tag override, which looks to be dependent upon Wireframes, in /html/com_easyblog/themes/news/blogs/tags/item.php, a very similar directory used within Wireframes. But it's not committing any changes; it still seems to be reliant on Wireframes. How do I properly override blog tags with an alternate template?
I could use /html/com_easyblog/blogs/tags/item.php, but then the change would commit to all tags, and I need different styling for different categories.
The backend makes a reference of doing this, but I can't find any documentation on it.