Homepage/Dashboard title

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • webcrm
    Member
    • Aug 2014
    • 46

    Homepage/Dashboard title

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

    TIA
  • yuri
    Member
    • Mar 2014
    • 8528

    #2
    It's in client/espo.min.js file.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • webcrm
      Member
      • Aug 2014
      • 46

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

      Comment

      • yuri
        Member
        • Mar 2014
        • 8528

        #4
        It was planned so. Will be implemented soon.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • webcrm
          Member
          • Aug 2014
          • 46

          #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

          • yuri
            Member
            • Mar 2014
            • 8528

            #6
            I can't recall. Try to search in file contents by "EspoCRM" and let us know where is it.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • webcrm
              Member
              • Aug 2014
              • 46

              #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

              • webcrm
                Member
                • Aug 2014
                • 46

                #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

                • yuri
                  Member
                  • Mar 2014
                  • 8528

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

                  We won't make copyright string customizable. This is an absurd.
                  If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                  Comment

                  • webcrm
                    Member
                    • Aug 2014
                    • 46

                    #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

                    • alasdaircr
                      Active Community Member
                      • Aug 2014
                      • 525

                      #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

                      • caffeine
                        Member
                        • Aug 2014
                        • 48

                        #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

                        • hari
                          Junior Member
                          • Dec 2014
                          • 2

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

                          Comment

                          • yuri
                            Member
                            • Mar 2014
                            • 8528

                            #14
                            You can build from source. It's available on github repository.
                            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                            Comment

                            • hari
                              Junior Member
                              • Dec 2014
                              • 2

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

                              Comment

                              Working...