Announcement

Collapse
No announcement yet.

Homepage/Dashboard title

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Homepage/Dashboard title

    On the Dashboard title, it displays "EspoCRM". Where is it getting this value from and how can I change it?

    TIA

  • #2
    It's in client/espo.min.js file.

    Comment


    • #3
      I guess this value should be captured and stored in settings so it can be rendered as saved. What do you think?

      Comment


      • #4
        It was planned so. Will be implemented soon.

        Comment


        • #5
          Same thing happening in the footer. It first displays EspoCRM in the footer and then replaces with the customized string. Where is it getting this string from?

          Comment


          • #6
            I can't recall. Try to search in file contents by "EspoCRM" and let us know where is it.

            Comment


            • #7
              Almost each and every file has EspoCRM string in comments, code, etc. Found one footer.tpl with:
              <p class="credit small">&copy; 2014 <a href="http://www.espocrm.com">EspoCRM</a></p>

              But replacing EspoCRM with our custom string did not make any difference even after clearing the local cache.

              Comment


              • #8
                Please make the copyright notice customizable as well by storing it in the settings table - along with Homepage title.

                Currently, Dashboard does not have a title - it should say "Dashboard" in big letters.
                Last edited by webcrm; 09-29-2014, 06:21 AM.

                Comment


                • #9
                  Currently there is no dashboard page. It's a home page.

                  We won't make copyright string customizable. This is an absurd.

                  Comment


                  • #10
                    The Homepage with widgets - is that not a dashboard? It doesn't have a H3 title like Accounts, Contacts, etc do. That space is just empty and should say something like - Dashboard, Homepage or whatever. A page with empty title looks like someone forgot to put a title on it.

                    Many web apps allow to customize the logo, title, footer, etc and store them as Settings. This would help as your upgrade module is likely to overwrite our customizations. If they are stored in Settings, they won't get overwritten.

                    Comment


                    • #11
                      It's possible to configure the logo.

                      It's possible to configure everything as it's open source.

                      Making it *Really* easy for people to remove the copyright string is ridiculous.

                      Part of SugarCRM's license for instance demands that the Copyright message is shown.

                      Comment


                      • #12
                        You can add 'applicationTitle' in config.php with your title, 'applicationName' is not used for the title (I don't know if it's a bug).

                        Comment


                        • #13
                          friends i want to know how to use direct js code instead of espo.min.js loading

                          Comment


                          • #14
                            You can build from source. It's available on github repository.

                            Comment


                            • #15
                              friends how can i update the espo.min.js

                              Comment

                              Working...
                              X