Difference between revisions of "PT Profile Subsites"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == Profile pages can to be created in a specific subsite. The subsites for the profile pages can differ by role. Each role can have it's own subsite. This is manag…')
 
m (Reverted edits by Ecaxabu (Talk) to last revision by Mcarroll)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
Profile pages can to be created in a specific subsite.  The subsites for the profile pages can differ by roleEach role can have it's own subsite.  This is managed in the [[PT_Profile Site Configuration|Site Configuration]].
+
It is '''highly recommended''' to create a Profile Web Admin subsite for administrators and a Profile Lightbox subsite for the lightbox pages.  This allows security to be setup for the subsite to allow only administrators access for the webadmin and the CS toolbar turned off for the lightbox pages.
  
Follow the steps to create a new subsite and update the pt_profile config file.
+
Your site may already have a ''webadmin'' and/or ''lightbox'' subsite.  The steps below will add a ''profile'' subsite into the ''webadmin'' and ''lightbox'' subsites.
  
== Profile Admin Subsite ==
+
== Web Admin ==
It is '''highly recommended''' that the Profile Admin subsite be created for administratorsThis allows security to be setup for the subsite to allow only administrators access.
+
# Create a new subsite under the site root called ''webadmin''.
 +
# Create a new subsite under ''webadmin'' called ''profile''.
 +
# Configure the ''/webadmin/profile/'' subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.   
 +
# Configure the ''/webadmin/profile/'' subsite Content Security to give permissions to the group of administrators who will manage the Profiles.
  
# Create a new subsite called ''profileAdmin''.
+
== Lightbox ==
# Create a new subsite within the ''profileAdmin'' subsite called ''lightbox''.  This will be used for the lightbox pages.
+
# Create a new subsite under the site root called ''lightbox''.
# Configure the ''lightbox'' General Security to not inherit security from parent.  When the installation is completed, comeback and remove the ''Show CommonSpot Interface'' permission from all groups and users.
+
# Create a new subsite under ''lightbox'' called ''profile''.
# Configure the ''lightbox'' Content Security to not inherit security from parent.  Change the ''Authenticated Users'' to only have read permissions.
 
# Configure the ''profileAdmin'' subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'. 
 
# Configure the ''profileAdmin'' subsite Content Security to allow permissions to the group of administrators that will manage the Photos.
 
  
'''Note:''' We are setting up separate security for the ''lightbox'' subsite because these pages security will differ from the ''profileAdmin'' subsite.
+
== Profiles ==
 +
The subsite for the profile pages must be created manually.  This subsite is custom to your implementation and can be any subsite within the site.  This subsite will correspond to a [[PT_Profile_Roles|Profile Role]].  This means that all the profile pages created for this role will live in this subsite.  
  
== Profile Roles Subsite ==
+
If you don't have a specific subsite then create a ''Profiles'' subsite under the site root.
# Create a new subsite called 'general' (where 'general' is the role name).
 
# Find the subsite id for the new 'general' subsite.
 
  
== Update Profile Site Config ==
+
The subsite for the profile pages is configured through the [[PT_Profile_Roles|Profile Roles]]The subsite ID is stored in the [[PT_Profile_Site_Configuration|Site Configuration]] for the [[PT_Profile_Roles|Profile Roles]].
This subsite will be used to store the profile pages.  Update the pt_profile.xml config file that we setup in [[PT_Profile:Site Configuration|Site Configuration]].  Update the <SUBSITE_ID> tag value with the subsite id for the subsite you just created.
+
 
 +
Once the subsite is in place for the profile pages then update the [[PT_Profile_Site_Configuration|Site Configuration]] with the subsite ID for the profile role.
 +
 
 +
[[Category:Profile]]

Latest revision as of 17:40, 24 November 2010

Overview

It is highly recommended to create a Profile Web Admin subsite for administrators and a Profile Lightbox subsite for the lightbox pages. This allows security to be setup for the subsite to allow only administrators access for the webadmin and the CS toolbar turned off for the lightbox pages.

Your site may already have a webadmin and/or lightbox subsite. The steps below will add a profile subsite into the webadmin and lightbox subsites.

Web Admin

  1. Create a new subsite under the site root called webadmin.
  2. Create a new subsite under webadmin called profile.
  3. Configure the /webadmin/profile/ subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.
  4. Configure the /webadmin/profile/ subsite Content Security to give permissions to the group of administrators who will manage the Profiles.

Lightbox

  1. Create a new subsite under the site root called lightbox.
  2. Create a new subsite under lightbox called profile.

Profiles

The subsite for the profile pages must be created manually. This subsite is custom to your implementation and can be any subsite within the site. This subsite will correspond to a Profile Role. This means that all the profile pages created for this role will live in this subsite.

If you don't have a specific subsite then create a Profiles subsite under the site root.

The subsite for the profile pages is configured through the Profile Roles. The subsite ID is stored in the Site Configuration for the Profile Roles.

Once the subsite is in place for the profile pages then update the Site Configuration with the subsite ID for the profile role.