Page 1 of 1

Updating old themes

Posted: Tue Jun 21, 2022 1:26 am
by HowardB
In the excellent V4 only a few themes are compatible (ie Work) and I wondered whether there is an easy way to adapt an old theme to make it compatible
Many thanks

Re: Updating old themes

Posted: Wed Jun 22, 2022 11:38 pm
by Edi
You have to modify the plugin hooks.

v4 uses for example

Code: Select all

<?php
    execPluginsByHook('pageBegin');
?>
instead of

Code: Select all

<?php
    Theme::plugins('pageBegin');
?>
Please be aware that v4 is still only for testing puposes.