Hello, does anyone knows how to edit the quick create from the navigation bar in suitecrm8? I would like to only show specific links. I tried to edit the ( _headerModuleList.tpl) file but nothing changed.
Definitely not in _headerModuleList.tpl
, that’s for v7.
I don’t know the answer, but taking a quick look I believe it’s being built here:
You can either try to figure out how that logic is building the menu from some declarative config files, or just override that class in extensions
directory. You can study how to do these overrides by looking at Symfony docs, it’s not a SuiteCRM-specific thing.
1 Like