Skip to content

james7342/DDT_Org_Chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDT_Org_Chart

DNN Org Chart Module

This module was migrated from CodePlex Archive. It was orginally develoepd by DevPCI for DNN 6.2.4+.

I have taken the orginal source code and have gotten the module working in DNN 9.2.2. There are a few things I'll be trying to work out in the near future. I have not tested this module outside of DNN 9.2.2. I think might be ok with DNN 8.X and above.

I'm no developer by any means so really looking for someone to contribute and help make this module better for the DNN Community.

Version Beta 00.00.06

  • Changes for DNN 9.2.2
  • Removed DotNetNuke.Services.Search Namespace. Depreciated in 7.1.
  • Change UserController.GetCurrentUserInfo to UserController.Instance.GetCurrentUserInfo. Depreciated in DNN 7.3.
  • Change SQL Provider files to check if tables already exist and not try to recreate them during installation.

  • Original Release Information from CodePlex:

    https://archive.codeplex.com/?p=ddtorgchart

    About the DevPCI DDT_Org_Chart for DotNetNuke 6.2.4 +

    Version Beta 00.00.05

    Implement IPortable (export / import / copy module)

    Version Beta 00.00.04

    Fix and Enhancements:

  • Fix file picker in Edit mode with folder different than root
  • Localize javascript alert confirm
  • Localize grids header columns
  • Localize title (Groups, Items) in Edit
  • Version Beta 00.00.03

  • Initial Version
  • Introduction:

    This DevPCI module - DDT_Org_Chart for DotNetNuke 6.2.4 + is based on Telerik Org Chart for the View. The Edit Data part is based on Telerik Grid(s).

    https://www.telerik.com/products/aspnet-ajax/orgchart.aspx
    https://www.telerik.com/products/aspnet-ajax/grid.aspx

    This module has 2 modes of operation:

    A "Simple" one, where items are linked to each others (parent / child relation).
    A "With Group" one, where group are linked to each others (parent / child relation), and items are linked to groups.

    Please note:

    The relations between items and/or groups will be reset by changing mode (Simple vs With Group) in the Settings.
    You'll have to rebuild the news relations in the Edit Data part.
    Images must be 48px x 48px.
    In "Simple" mode, it must have at least one root item (no parent set).
    In "With Group" mode, it must have at least one root group (no parent set).
    The Drag and Drop will work for admins in the View as soon as:

    1. There is only one root Item "Simple" mode or only one root Group (With Group mode)
    2. At least on item has a parent set in "Simple" mode, and at least one group has a parent in "With Group mode"
    3. There is enought groups and/or items to get sources and destinations for Drag and Drop

    See Demo on Live Website:

    http://www.devpci.com/DotNetNuke/Modules/ModuleDDT_Org_Chart/SimpleDemo.aspx http://www.devpci.com/DotNetNuke/Modules/ModuleDDT_Org_Chart/WithGroupDemo.aspx http://www.devpci.com/DotNetNuke/Modules/ModuleDDT_Org_Chart/FootballDemo.aspx

    See 2 demos of content creation and render with drag and drop:
    2 min speed up "Simple" demo here: http://youtu.be/orBM1ja_ROM
    2 min speed up "With Group" demo here: http://youtu.be/4M1UQz84FHQ

    Known Bug, workaround:

  • In the Edit Data part, in View Mode of the grid, there is a broken links if images are not set (normal)
  • Item Title and Group Title works on DNN 6.2.4/5/6, but not on DNN 7.0.5+ (Have to investigate on it, probably something with Telerik DLL more than DNN
  • Setting Reduce Size of 25 % will impact all Org Chart of a page if many
  • About

    DNN Org Chart Module

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published