Create custom html page

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • grzegorzgie
    replied
    You have to go to the directory:
    client\res\templates

    Copy file: about.tpl

    Give it a new name, for example: information.html

    Then go to the file:
    client\res\templates\site\navbar.tpl

    As an example, immediately after:
    <li><a href="#User/view/{{userId}}" class="nav-link">{{userName}}</a></li>

    Add:

    <li><a href="..\..\..\client\res\templates\information.ht ml" class="nav-link">Link name</a></li>

    I do not know how to work correctly as a file tpl Surely you can do better, but I can not do otherwise, whether it is helpful for you?


    Leave a comment:


  • yuri
    replied
    Such thing are not supported out-of-the-box. You can try to replicate how About page is done.

    Leave a comment:


  • ziondevil
    started a topic Create custom html page

    Create custom html page

    Hi,

    I need to create a custom html page.

    Where can i add the html file to show as a page in espocrm to all users ?
Working...