Forum

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.

Override core with ...
 
Notifications
Clear all

Override core with plugin

2 Posts
2 Users
0 Reactions
1,996 Views
(@ollittijic)
Posts: 1
New Member
Topic starter
 
[#5484]

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.


 
Posted : 11 Oct 2018 19H08
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 12 Oct 2018 11H23
Share:

Scroll to Top