Results 1 to 7 of 7

Thread: help in creating a new custom tab

  1. #1
    tajtday is offline Member
    Join Date
    Nov 2006
    Posts
    12

    Default help in creating a new custom tab

    Hello, I want to create a custom tab on my main tab bar. I want to be able to click the tab and make it direct me to our custom order form url http://sales.vop.adleap.com/admin is there a way to do this?

    Thanks in advance!

  2. #2
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: help in creating a new custom tab

    Which Sugar-Version do you use?

    Before 5.5 SugarCRM there was a module available called 'MySites' which gave this option.

    You can find a SugarForge-Project 'MySitesModule' (http://www.sugarforge.org/frs/?group_id=922) which is for 5.5.

    To get that installed on newer versions (6.*) the manifest.php file has to be patched like this:
    PHP Code:
        'acceptable_sugar_versions' => array(
            
    'regex_matches' => array( '5\.5\.\d\w*''6\.*' ),
        ), 
    In my 6.0.1 installation this works fine.
    I tried this with my 6.2.0beta test installation too and it only works if I use the setting <user administration>->advanced->Grouped Modules OFF (by default this is ON and in that mode the link configured in MySitesModule was not visible as a tab; a sub menu entry called "Array" appeared, but a click on it gave error messages).
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  3. #3
    tajtday is offline Member
    Join Date
    Nov 2006
    Posts
    12

    Default Re: help in creating a new custom tab

    Thanks for the info! I am using Version 6.0.3, I am not real familiar with the custom programming on sugar, could you please dive me detailed instructions on how to do this?

    Thanks,

    Tony

  4. #4
    tajtday is offline Member
    Join Date
    Nov 2006
    Posts
    12

    Default Re: help in creating a new custom tab

    please help

  5. #5
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: help in creating a new custom tab

    Hi Tony,

    attached you find the MySitesModule-Zip-File patched for use in version 6. As I mentioned this worked in my 6.0.1 installation and I assume 6.0.3 will be the same.

    Regards
    Stefan
    Attached Files Attached Files
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  6. #6
    alefevre is offline Junior Member
    Join Date
    Aug 2011
    Posts
    2

    Default Re: help in creating a new custom tab

    Hi newbie in CRM,

    Do you have a version compatible with 6.2

    I have try to install it without success the link in the tab just display Array and when I use it the system tell me that is not a module.

    Can somebody help me??

    Regards,
    AL

  7. #7
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: help in creating a new custom tab

    Could you please post a screenshot of the error messages and of the settings you made?
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Creating Custom Button to run Custom PHP
    By seanarthurwill in forum Developer Help
    Replies: 1
    Last Post: 2010-11-16, 08:29 PM
  2. Replies: 2
    Last Post: 2010-06-18, 09:06 AM
  3. Creating custom dashlets
    By ishaan in forum Developer Help
    Replies: 1
    Last Post: 2009-07-10, 11:48 AM
  4. Creating custom fields
    By tfunk in forum Developer Help
    Replies: 1
    Last Post: 2007-07-18, 11:08 PM
  5. Creating custom modules
    By jeipi in forum Help
    Replies: 0
    Last Post: 2005-06-16, 03:05 AM

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
  •