1 achillis Oct 28, 2016 10:22
3 achillis Oct 30, 2016 09:32
4 achillis Oct 30, 2016 10:35
Finally, if you are missing a container in some of the default skins/templates, please show us where (screenshot) so we can add it cleanly rather than having your plugin mess around with PHP files.
That does not make sense at all. What would make sense and will solve the problem is if plugins could have the ability to create/add containers. If this is not possible, please help me understand why not.
5 fplanque Oct 30, 2016 14:38
You didn't not answer my second questioN. Is your plugin modifying the PHP files of the skins to add containers into them?
6 achillis Oct 30, 2016 14:42
Not modifying. On your previous advice the plugin copies/installs a separate file into the skins folder with the new container. The container is then discovered. Essentially, the original files remains untouched.
7 fplanque Oct 30, 2016 15:40
OK, so:
1) which template does the plugin override with a new template?
2) will you please post a screenshot showing the difference between the standard template and the one from your plugin; i-e where the new container is added.
3) Optionally, I'd be interested in seeing what you put into that new container.
Thanks.
This post has 4 feedbacks awaiting moderation...
First, if we add
BeforeCollectionUpdate()
, does it solve your problem?Then, I'm not sure I fully understand what you are doing: are you adding a container into the skin's PHP templates?
Finally, if you are missing a container in some of the default skins/templates, please show us where (screenshot) so we can add it cleanly rather than having your plugin mess around with PHP files.