Results 1 to 5 of 5
Like Tree1Likes
  • 1 Post By jmertic

Thread: How to change page <title> to show the module name in community edition?

  1. #1
    SagarCRM's Avatar
    SagarCRM is offline Sugar Community Member
    Join Date
    Oct 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    111

    Default How to change page <title> to show the module name in community edition?

    Hi all,

    I want to display current module name in title of the tab of browser as its quite confusing to guess in which module we are currently present unlike to professional edition.
    well
    In themes file it contains sugar5 having few template files
    One of which _head.tpl contains code like
    Code:
    <head>
    <link rel="SHORTCUT ICON" href="{$FAVICON_URL}">
    <meta http-equiv="Content-Type" content="text/html; charset={$APP.LBL_CHARSET}">
    <title>{$APP.LBL_BROWSER_TITLE}</title>
    {$SUGAR_CSS}
    {$SUGAR_JS}
    {literal}
    <script type="text/javascript">
    <!--
    SUGAR.themes.theme_name      = '{/literal}{$THEME}{literal}';
    how can i chess this one????

    Any ideas and suggestions are highly appreciated.

    I'm working on community edition 6.2

    Thanks & Regards,
    Sagar

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: How to change page <title> to show the module name in community edition?

    Hello,

    Version 6.3 onwards it exists in SugarCRM by default.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    SagarCRM's Avatar
    SagarCRM is offline Sugar Community Member
    Join Date
    Oct 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    111

    Default Re: How to change page <title> to show the module name in community edition?

    Quote Originally Posted by davidboris View Post
    Hello,

    Version 6.3 onwards it exists in SugarCRM by default.
    thank you for your response but can you help me out to do this on coding level??????

  4. #4
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: How to change page <title> to show the module name in community edition?

    Quote Originally Posted by SagarCRM View Post
    thank you for your response but can you help me out to do this on coding level??????
    Change the reference of $APP.LBL_BROWSER_TITLE to $SYSTEM_NAME and it should work. This is a product bug, which if you could do a pull request with the fix to https://github.com/sugarcrm/sugarcrm_dev it would be great.
    SagarCRM likes this.
    John Mertic
    Sugar Community Manager

  5. #5
    SagarCRM's Avatar
    SagarCRM is offline Sugar Community Member
    Join Date
    Oct 2011
    Location
    Mumbai, Maharashtra, India
    Posts
    111

    Default Re: How to change page <title> to show the module name in community edition?

    Quote Originally Posted by jmertic View Post
    Change the reference of $APP.LBL_BROWSER_TITLE to $SYSTEM_NAME and it should work. This is a product bug, which if you could do a pull request with the fix to https://github.com/sugarcrm/sugarcrm_dev it would be great.
    thanks jmertic, it worked absolutely fine!!!!!!! )

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to get page <title> to show the module name?
    By jbeaul in forum General Discussion
    Replies: 12
    Last Post: 2012-01-06, 12:12 PM
  2. Page title change
    By Shaaa in forum Developer Tutorials
    Replies: 9
    Last Post: 2009-12-30, 11:02 PM
  3. Change the page title
    By hasi21 in forum Developer Help
    Replies: 0
    Last Post: 2009-05-12, 10:02 AM
  4. change title of page
    By irozen in forum Help
    Replies: 5
    Last Post: 2006-08-14, 04:29 PM
  5. how to change title of home page
    By parimal008 in forum Help
    Replies: 5
    Last Post: 2006-06-12, 07:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •