I would like to add more links next to the EspoCRM footer at the bottom of each page, but nothing I've tried has worked. I edited client/res/templates/site/footer.tpl to add another link, but it is only visible briefly when the page is loading. After the page loads, the footer is reset to the default value. Is it possible to modify the footer permanently? I know it's part of the source code and I would have to watch for updates, but the footer is really useful so I'm willing to do the work.
Announcement
Collapse
No announcement yet.
Possible to add custom links to footer.tpl?
Collapse
X
-
I have no plans to remove the copyright. I want to add more links to the footer next to the EspoCRM link.
Tanya - I tried to edit those files, but it doesn't work.
Code:html/main.html +<p class="credit small"><a href="http://test.test">Test Link</a></p>
Code:client/res/templates/site/footer.tpl +<p class="credit small"><a href="http://test2.test2">Test Link 2</a></p>
- Likes 1
Comment
-
-
Ok, I think I figured it out. Thanks for the help everyone.
The footer in main.html is shown before the page is fully loaded. After the page loads, the footer.tpl file is used.
Edit: Nevermind. I thought that was it, but after doing a hard refresh the only visible link is EspoCRM. The footer is being overwritten somehow.
Edit2: Ok, I think I did figure it out this time. I accidentally modified the EspoCRM string in the cases where it wasn't working. When EspoCRM is modified, the whole footer is replaced. I don't have any idea where that is happening, but that seems to be the solution.Last edited by bandtank; 07-18-2018, 03:58 PM.
Comment
Comment