Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I would like to override some features (view, model and even css files) "cleanly".
I created a plugin to do this, but I can't find any information to override. For example the file in "view/today.php". Is this possible without touching this file?
Otherwise, I may not be able to update the core anymore....
Thank you for your answers.
You can change model easily for a class Class.
Just put your Class.php in /model/custom.
This class must extend ClassMain.php
This will have interaction with view (yes, we did not strictly respect MVC pattern)
This will work for all main List/Detaol project dependent classes.
Unfortunately, you cannot change Today, not planning or timesheet this way.