Hello!
I’ve been trying for about a week to add an image block to the footer of my SuiteCRM 8.9.0 installation. This is required for company policy and a government grant. The block should display both the company logo and the logo of the granting organization in the application footer.
It is important to emphasize that I do not want to remove or replace any existing footer content; I only want to add or modify it to include these images, while keeping all current content visible.
I have tried multiple approaches, including:
-
Creating a custom widget to replace or extend the footer, but it did not appear.
-
Modifying the Suite8 theme templates (
header.tplandfooter.tpl) by copying them tocustom/themes/suite8/tplsand editing them, with no visible results. -
Directly modifying code in the Angular UI footer component (
scrm-footer-ui) to inject custom HTML. -
Running build/compile commands with Angular CLI and Yarn following several examples, but I get errors like “This command is not available when running the Angular CLI outside a workspace” or “Couldn’t find a script named build:footer-text-extension.”
-
Checking official documentation, blogs, and community posts, but I haven’t found examples adapted to what I need that actually work in SuiteCRM 8.9.0.
I’ve verified using developer tools (F12) that the footer still shows the original SuiteCRM HTML and does not reflect any of the changes I’ve made.
I’m looking for guidance on how to correctly add this image block to the footer, in a way that is persistent, update-compatible, and does not remove existing content.
Any guidance, code examples, or strategies that have worked for others in similar situations would be greatly appreciated.
Thank you in advance!