Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Configuration

Once you have successfully finished the steps described above, you must configure your installation:

  1. Configure the SiteaccessSettings in override/site.ini.append.php to match your needs
  2. If it is not set globally, configure the database settings in the ezteamroom siteaccess.
  3. When using a host based access method remove the PathPrefix setting from
    settings/siteaccess/ezteamroom/site.ini.append.php
    
    and
    extension/ezteamroom/settings/siteaccess/ezteamroom/site.ini.append.php
    
  4. If there is a SiteURL setting in settings/override/site.ini.append.php you should move it to the siteaccess settings for all siteaccesses. This setting will be used in emails sent by the teamroom extension.
  5. If you would like anonymous users to have access to the teamrooms, make the following modifications to
    settings/siteaccess/ezteamroom/site.ini.append.php
    [SiteAccessSettings]
     RequireUserLogin=false
    
    Also add a policy to the anonymous user role that grants access to user login for the ezteamroom siteaccess.
  6. An optional configuration is to assign the role "Anonymous" (or perhaps also other existing roles) to the group used by the teamroom, e.g. Members.
    If you want newly registered users to be placed in this group by default add the following settings to site.ini:
    [UserSettings]
    DefaultUserPlacement=<NODEID>
    
  7. Setup a system cronjob that executes the "frequent" cronjob part of eZ Publish using the ezteamroom siteaccess by running the following command:
    php runcronjobs.php -s ezteamroom frequent
    
  8. Clear the cache!

Ester Heylen (26/02/2010 2:14 pm)

Ester Heylen (23/03/2010 2:55 pm)


Comments

  • how to enable ezoe?

    Hey this looks like a very usefull extension!

    Every thing's working fine, but in your forest of ini files - i have no idea how to enable ezoe...

    still hoping for a response

    THX!

    chris

    working on ezp 4.3.0

    • Re: how to enable ezoe?

      I cannot get this to work. Not sure where I'm failing. When I go to the URL I get the error:

      An unexpected error has occurred. Please contact the webmaster.

      In Apache I get a 500 error.