Results 1 to 2 of 2

Thread: Creating a member group automatically

  1. #1
    New user
    Join Date
    12-02-10.
    Posts
    1

    Default Creating a member group automatically

    Hi everyone,

    I am modifying a legacy TypoLight 2.6.2 installation by adding a few custom modules. In one of these modules, whenever a new item is created I would like to create a member group for it. Is there a "standard way" of calling some DAO class method to create associated to the DCA, or I should directly manipulate the database?

    Thanks,
    --
    Peter
    --
    Peter

  2. #2
    User
    Join Date
    08-07-09.
    Location
    Kent, United Kingdom
    Posts
    92

    Default Re: Creating a member group automatically

    Hi MP___,
    You'll need to write your SQL manually, it's a pretty straight forward operations.
    See backend/dca/tl_group.php for TL's SQL.

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
  •