Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Dispage ModuleSurfer Support

  1. #1
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Dispage ModuleSurfer Support

    This thread is intended to host all the issues related to ModuleSurfer, the new plugin that turns the ListView of Sugar Modules into an AJAX grid, allowing to view all the records in one screen, inline-edit records and much more.

    Dispage ModuleSurfer is freely available at SugarForge: http://www.sugarforge.org/projects/modulesurfer/.
    Last edited by kenshiro; 2010-01-19 at 06:41 AM.
    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

  2. #2
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Re: Dispage ModuleSurfer Support

    The second beta release of ModuleSurfer is now generally available.

    Sugar Administrators who have already ModuleSurfer installed can upgrade from the connection popup or from the "Installed Extensions" Tab of the Extension Manager Administration page as explained in the section Upgrade of the last Install Guide (available at the SugarForge download page).
    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

  3. #3
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Dispage ModuleSurfer Support

    Great module

    Is it possible for the administrator to disable it for some modules and/or some fields on modules?

    The reason I ask is that I have logic hooks that are called on save and I suspect that the modulesurfer would bypass them
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  4. #4
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Re: Dispage ModuleSurfer Support

    Quote Originally Posted by mikesolomon View Post
    Great module

    Is it possible for the administrator to disable it for some modules and/or some fields on modules?

    The reason I ask is that I have logic hooks that are called on save and I suspect that the modulesurfer would bypass them
    Thank you Mike.

    Yes it is: you can find the "Disable ModuleSurfer for this module." checkbox at the bottom-left of the ListView grid of each module.
    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

  5. #5
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Dispage ModuleSurfer Support

    Quote Originally Posted by kenshiro View Post
    Thank you Mike.

    Yes it is: you can find the "Disable ModuleSurfer for this module." checkbox at the bottom-left of the ListView grid of each module.
    yup but that appears to be down to each user

    What I would like is a way of the administrator stopping users having access to it on some modules

    Also it would be nice to be able to control it at a field level so some fields are not editable
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  6. #6
    jacobidesign is offline Junior Member
    Join Date
    Oct 2010
    Posts
    4

    Default Re: Dispage ModuleSurfer Support

    Any luck getting this updated?

  7. #7
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Re: Dispage ModuleSurfer Support

    Quote Originally Posted by jacobidesign View Post
    Any luck getting this updated?
    Now (ModuleSurfer rel. 1.0.03) Administrator can disable ModuleSurfer and select the read-only fields for each module from the options.

    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

  8. #8
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Re: Dispage ModuleSurfer Support

    Quote Originally Posted by madmat View Post
    Quick question:
    I have a plain Sugar 6.2.4, installed EM 1.0.11a which updated itself to 1.0.11b.
    Then I chose to install ModuleSurfer, as I wanted to try it once more after a while.
    Everything went ok so far.

    Now I´ve tried to disable the Module Surfer for a specific module (Contacts) - which failed.
    The checkbox (Dispage Ext.->Module Surfer->Options->Module Specific) "Disable ModuleSurfer for this module:" is checked and remains checked after saving the options.
    In config.php :
    PHP Code:
     'Contacts' => 
        array (
          
    'disable' => '1',
        ), 
    is being set.

    But - MS isn´t disabled for module "Contacts" at all.

    I can disable it by checking the checkbox under the listview, but it needs to be globally.
    Any ideas?
    Thanks in advance!

    M.
    (reply to this post)

    Hi,

    "Disable ModuleSurfer for this module" checkbox disables ModuleSurfer in that module only for your User.

    If you want to globally disable it, you have to do it from the ModuleSurfer options.

    Please refer to this dispage wiki page for further details.
    Last edited by kenshiro; 2011-11-08 at 06:24 AM.
    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

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

    Default Re: Dispage ModuleSurfer Support

    Quote Originally Posted by kenshiro View Post
    (reply to this post)

    If you want to globally disable it, you have to do it from the ModuleSurfer options.
    Hi kenshiro,

    thanks for your quick reply and sorry for posting the question in the wrong thread in the first place.

    I should´ve highlighted it a little more, but I already tried to disable it using the MS options:
    Quote Originally Posted by madmat
    The checkbox (Dispage Ext.->Module Surfer->Options->Module Specific) "Disable ModuleSurfer for this module:" is checked
    I just wanted to add, that opposing to that the disabling using the checkbox in ListView does work, but the global option does not.

    It has nothing to do with permissions I think, as I´ve tried the same setup on a Windows server too by now.

    Thanks for any kind of help!

    M.

  10. #10
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Re: Dispage ModuleSurfer Support

    Quote Originally Posted by madmat View Post
    Hi kenshiro,

    thanks for your quick reply and sorry for posting the question in the wrong thread in the first place.

    I should´ve highlighted it a little more, but I already tried to disable it using the MS options:


    I just wanted to add, that opposing to that the disabling using the checkbox in ListView does work, but the global option does not.

    It has nothing to do with permissions I think, as I´ve tried the same setup on a Windows server too by now.

    Thanks for any kind of help!

    M.
    You are right, it's a bug of BASIC version as in FULL version it works correctly.

    It will be fixed in the next ModuleSurfer release.
    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dispage Extension Manager Support
    By kenshiro in forum Help
    Replies: 75
    Last Post: 2012-02-21, 04:52 PM
  2. Support for PHP 5.3.0?
    By js in forum Help
    Replies: 14
    Last Post: 2010-02-28, 11:39 PM
  3. PKI support
    By Mike220474 in forum Feature Requests
    Replies: 0
    Last Post: 2007-05-31, 03:33 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
  •