Silverstripe howto : import group users

Developping new functions in Silverstripe CMS is not easy task  : documentation of the framework is good enough for most web site development tasks but when it comes to specific functions, we know the potentiality is there but lack specific API documentation. It took me a few hours and a lot of brain energy to find out how to … duplicate the newsletter recipient import function to have it work for users and groups. Objective was to let my own customer import hundreds of his own customers. Done, tested to a certain extent, click here for more on Silverstripe’s dedicated thread.

Files :

Screenshot

  1. 4 Responses to “Silverstripe howto : import group users”

  2. The code in this made the Security tab dissapear.
    Is there a fix or something i did wrong ?

    By kyle on Sep 2, 2009

  3. Kyle, this was working with Silverstripe version 2.2, what version are you on ?

    By admin on Sep 2, 2009

  4. I am having the same issue. I have SS 2.3.2

    By Brent on Dec 4, 2009

  5. Sam issue here SS 2.3.4

    Opening the uri: /admin/security/ gives me: “Action ’security’ isn’t allowed on class CMSMain”

    Is there an easy way to implement this function in newer Silverstripe-versions?

    By Niels on Jan 13, 2010

Post a Comment