UI Mods: How to migrate from vtiger 5.2.1 to CoreBOS 5.5? - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: UI Mods: How to migrate from vtiger 5.2.1 to CoreBOS 5.5? (/showthread.php?tid=218) |
UI Mods: How to migrate from vtiger 5.2.1 to CoreBOS 5.5? - Peter A. Gebhardt - 12-15-2015 In the course of my participation in the vtiger forum (until their switch to v6.x). I did some UI changes, I like to have available again under CB. [attachment=50] Although simple exchange of core files like ... Smarty/templates/Detail... looked promising first, once I wanted to add my "Show Contacts Hierarchy" module to it, I ran into problems. Mainly because I've patched code directly. Apparently there is to much difference now between these two code-bases ('Meld'ed some files and was distracted). Any ideas how to change UI Elements in a "proper way" under CB? Best regards RE: UI Mods: How to migrate from vtiger 5.2.1 to CoreBOS 5.5? - joebordes - 11-08-2016 Rather late answering this one but I finally got to it. As you know the proper way is to collaborate through github, as you did by adding the contact hierarchy. Now we also have a set of enhancements that make adapting the application a lot easier. For the tabs we now have a business rule to accomplish that: http://corebos.org/documentation/doku.php?id=en:adminmanual:businessmappings:relatedpanes |