Results 1 to 10 of 10
Like Tree1Likes
  • 1 Post By kbrill

Thread: Homepage Manager 6.2.0

  1. #1
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Homepage Manager 6.2.0

    http://www.sugarforge.org/frs/?group_id=398

    I had a rough start with this one but it seems to be nice and stable in 6.2.0GA. I need new ideas and any bugs that you find though. If you have an idea for this project, or a question, please let me know.
    madmat likes this.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  2. #2
    labelsoft is offline Junior Member
    Join Date
    Jul 2010
    Posts
    1

    Default Re: Homepage Manager 6.2.0

    Hi I have installed this on my sugarcrm instance Version 6.2.0 (Build 6354)(windows server 2008 r 2, php 5.3 mssql 2008). All users use dutch language.

    The following happens. I can lock users home page (works great) But when i set to use specified homepage (saved one or follow another users home page) nothing seems to happen the old home page stays in place. Do you have any ideas?

  3. #3
    Linnane is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Homepage Manager 6.2.0

    Hi,

    Same issue as above: Locks the users home page.. But no "copy" of Home ??

    I’m using “Version 6.2.1 (Build 6405)”

    2 things I noticed, that maybe of help.

    Even though I only installed once ... the dashlet manager shows up twice in the users page ... not a problem but looks untidy and maybe help direct to a problem. Only when using the 2nd of the two dashlet managers’ tabs was the home preference saved.

    Also looked into the DB and my admin user in the user_preferences does not have a Dashboard category. Though my target user does.

    On the home I have 2 opportunities dashlets, accounts, calls 1 jotpad an 1 chart.

    The Idea is great and something that would really suit my implementation of Sugar - any help you can give to help make it would be greatly appreciated.

    Regards
    Linnane

  4. #4
    Linnane is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Homepage Manager 6.2.0

    Hi,

    for others reading this post ... Got the kbrill: Homepage manager working, (or at least he did over a skype call) My issue was becaue I am using a MSSQL DB.

    Its a great Homepage manager

    SugarForge: Ken Brill: HomePage Manager: Project Info

    If you are using Homepage manager with MSSQL DB. And can't get in touch with Ken himself - let me know I'll pass on the fix I have.

    labelsoft -- I see your using msssql 2008 like me, in the code there is a condition on a bit field in the DB == "on", rather thatn the MSSQL 1/0 notation.


    Alan.

  5. #5
    paradigmdezine is offline Junior Member
    Join Date
    Oct 2011
    Location
    Simpsonville, SC
    Posts
    1

    Default Re: Homepage Manager 6.2.0 [Bug Report]

    Just installed Homepage Manager 6.20 on Sugar CE 6.2.3 (Build 6658) and found a bug.

    After modifying a User's account, on the "Last Viewed" tab there's a "Base Implementa" link and when it's clicked, the following error message is given.

    Error: File [modules/UserPreferences/metadata/detailviewdefs.php] is missing. Unable to create because no corresponding HTML file was found.

    I searched the forums for a solutions and found a possible solution at Base implementation problem.

    However I don't know where to begin to create the get_summary_text() function in the module. Perhaps kbrill has a fix for this.

    Rackspace Cloud Server Info
    OS: CENTOS 5.6 x86_64 xenpv
    Apache version: 2.2.19
    PHP version: 5.3.6
    MySQL version: 5.1.56

    Thanks
    Konrad

  6. #6
    horaizon1 is offline Junior Member
    Join Date
    Nov 2011
    Posts
    1

    Default Re: Homepage Manager 6.2.0

    that version is great

  7. #7
    jeyanth is offline Sugar Community Member
    Join Date
    Nov 2011
    Location
    India
    Posts
    20

    Default Re: Homepage Manager 6.2.0

    Hi everyone i am new to sugar crm.
    I want to use Homepage manager and download the zip file provided by Brill.
    But i dont know how to insert the code into my sugar crm.can anyone tel me the procedure of using that code?

    Thanks
    Jeyanth

  8. #8
    madmat is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    Germany
    Posts
    164

    Default Re: Homepage Manager 6.2.0

    Quote Originally Posted by jeyanth View Post
    Hi everyone i am new to sugar crm.
    I want to use Homepage manager and download the zip file provided by Brill.
    But i dont know how to insert the code into my sugar crm.can anyone tel me the procedure of using that code?

    Thanks
    Jeyanth
    Just go to your admin panel->Module Loader->Upload File and choose the ZIP file you downloaded.

  9. #9
    ctrina is offline Junior Member
    Join Date
    Sep 2011
    Posts
    2

    Default Re: Homepage Manager 6.2.0

    Is there a version of this for 6.3.1? I tried installing the 6.2.0 version and got a message that it was not compatible. I really want to standardize my homepages and this seems like the only option.

  10. #10
    Linnane is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Homepage Manager 6.2.0

    Hi,

    Open the zip and edit the manifest.php
    modify the acceptable_sugar_versions add 6.3 to the list save the manifest.php and put in back intot he zip before you upload to sugar.

    'acceptable_sugar_versions' => array(
    'regex_matches' => array(
    0 => "6\.2\.*",
    1 => "6\.1\.*",
    2 => "6\.2\.*",
    3 => "6\.3\.*",
    ),
    ),

    That worked for me!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Homepage Manager
    By kbrill in forum Announcements
    Replies: 0
    Last Post: 2011-05-09, 11:42 PM
  2. Homepage Manager plugin not showing user preferences tab
    By jkohlbach in forum Developer Help
    Replies: 3
    Last Post: 2010-06-24, 07:36 PM
  3. 5.5.1 to 6b5 and no homepage or dashlets
    By historicslunk in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2010-06-07, 05:01 AM
  4. Add 'My Projects' to the homepage
    By MORAND in forum Developer Help
    Replies: 5
    Last Post: 2007-11-02, 12:31 PM
  5. block homepage
    By miki7 in forum Developer Help
    Replies: 1
    Last Post: 2006-11-29, 04:03 PM

Tags for this Thread

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
  •