Front End User Registration (fe users): Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
  
  
aus typo3.org/extensions 31.5.2006
 
  
These are the steps to configuring the Front End User Registration extension:
 
  
# '''Install the extension''' using the Extension Manager. If not already installed, you will be requested to install the '''Static Info Library''' extension. You should also consider installing extensions '''New Login Box''' (newloginbox), '''KB MD5 FE Password''' (kb_md5fepw) and FE, BE Library ('''fh_library''').
+
Front End User Registration extension - Kurzanleitung Stand 31.5.2006
# Add one of the following '''static templates''' to your TypoScript template: 'FE User Registration CSS-styled' or 'FE User Registration Old Style'. If you select the CSS-styled template, make sure you have installed version 1.4.9+ of extension Static Info Library (sr_static_info).
+
 
# Create a System Folder page that will contain the records of Frontend users created by the extension. Set the TS template constant pid to the page id of this folder. Under the System Folder, '''create two Frontend User Groups'''. Set the TS template constant '''userGroupUponRegistration''' to the uid of the first group and constant '''userGroupAfterConfirmation''' to the uid of the second group. The second group gives access to the pages targeted at the registered front end users, while the first group does not.
+
 
# '''Create a page''', setting the Page “General Storage Storage” to the System Folder that will contain the front end user records created by the extension. '''Insert the New Login Box''' on the page. Then, on the same page, after the New Login Box, '''insert the Front End User Registration extension''', leaving the CODE empty, but setting the '''Starting Point''' to the System Folder that will contain the Frontend user records created. Set the TS template constant '''loginPID''' to the page id of this page.
+
* Folgendes Installieren:
# Create a second page under the previous one and set the access general option to “Hide at login”. Insert the Front End User Registration extension, setting the CODE to CREATE, and the Starting Point to the System Folder that will contain the Frontend user records. Note that the access restriction should be set on the page, not on the content elements. Set the TS template constant registerPID to the page id of this page.
+
** die Extension
 +
** static_info_libary (sr_static_info) + static_info_tables
 +
** Keine Pflicht aber nützlich sind: New Login Box (newloginbox), '''KB MD5 FE Password''' (kb_md5fepw) und FE, BE Library ('''fh_library''').
 +
 
 +
* Eines der statischen Templates einfügen: 'FE User Registration CSS-styled' (1.4.9+ of extension Static Info Library (sr_static_info) oder 'FE User Registration Old Style'.
 +
 
 +
* SysOrdner für die FrontendUser machen.  
 +
** Darin zwei Frontend User Gruppen Under the System Folder (nicht bestätigte und bestätigte Registrierungen)
 +
** Wie angegeben die Konstanten auf diese Usergruppen IDs setzen:
 +
  userGroupUponRegistration=[gruppe1]
 +
userGroupAfterConfirmation==[gruppe2]
 +
 
 +
* Anmeldeseite (Login) erstellen
 +
** “General Storage Storage” (Allgemeine Datensatzsammlung) auf den Userordner setzen
 +
** New Login Box''' anlegen
 +
** dahinter die Front End User Registration extension CODE leer,Starting Point auf den UserOrdner
 +
** Konstanten wie unten setzen
 +
loginPID=[AnmeldeseitenID]
 +
 
 +
* Registrier-Seite unter der Anmeldeseite erstellen
 +
** access general (Zugriff) auf “Hide at login”
 +
** Front End User Registration mit CODE CREATE und Startpunkt auf den User Ordner
 +
** Konstante setzen:
 +
  registerPID=[Registier-SeiteID]
 +
 
 
# Create a third page, also under the first one, limiting access to this page to the second user group you created. Insert the Front End User Registration extension, setting the CODE to EDIT, and the Starting Point to the System Folder that will contain the front end user records.  Note that the access restriction should be set on the page, not on the content elements. Set the TS template constant editPID to the page id of this page.
 
# Create a third page, also under the first one, limiting access to this page to the second user group you created. Insert the Front End User Registration extension, setting the CODE to EDIT, and the Starting Point to the System Folder that will contain the front end user records.  Note that the access restriction should be set on the page, not on the content elements. Set the TS template constant editPID to the page id of this page.
 
# Create a fourth page, also under the first one, setting the access general option to “Hide at login”. Insert the Front End User Registration extension, leaving the CODE empty and setting the Starting Point to the System Folder that will contain the front end user records.  Note that the access restriction should be set on the page, not on the content elements.  Set the TS template constant confirmPID to the page id of this page.
 
# Create a fourth page, also under the first one, setting the access general option to “Hide at login”. Insert the Front End User Registration extension, leaving the CODE empty and setting the Starting Point to the System Folder that will contain the front end user records.  Note that the access restriction should be set on the page, not on the content elements.  Set the TS template constant confirmPID to the page id of this page.
 
# Decide which fields you want included on the registration form and, among those, which ones you want to be required in order to register. Set TS template constants formFields and requiredFields.
 
# Decide which fields you want included on the registration form and, among those, which ones you want to be required in order to register. Set TS template constants formFields and requiredFields.
 
# Review the extension constants described below. All these properties may be conveniently edited using the Constant Editor TS template tool.  If you do not use the Constant Editor to configure the extension, please note the form of the constants assignments in the constants section of your TS template: plugin.tx_srfeuserregister_pi1.property = value
 
# Review the extension constants described below. All these properties may be conveniently edited using the Constant Editor TS template tool.  If you do not use the Constant Editor to configure the extension, please note the form of the constants assignments in the constants section of your TS template: plugin.tx_srfeuserregister_pi1.property = value

Version vom 31. Mai 2006, 12:51 Uhr

Konfiguration

Front End User Registration extension - Kurzanleitung Stand 31.5.2006


  • Folgendes Installieren:
    • die Extension
    • static_info_libary (sr_static_info) + static_info_tables
    • Keine Pflicht aber nützlich sind: New Login Box (newloginbox), KB MD5 FE Password (kb_md5fepw) und FE, BE Library (fh_library).
  • Eines der statischen Templates einfügen: 'FE User Registration CSS-styled' (1.4.9+ of extension Static Info Library (sr_static_info) oder 'FE User Registration Old Style'.
  • SysOrdner für die FrontendUser machen.
    • Darin zwei Frontend User Gruppen Under the System Folder (nicht bestätigte und bestätigte Registrierungen)
    • Wie angegeben die Konstanten auf diese Usergruppen IDs setzen:
userGroupUponRegistration=[gruppe1]
userGroupAfterConfirmation==[gruppe2]
  • Anmeldeseite (Login) erstellen
    • “General Storage Storage” (Allgemeine Datensatzsammlung) auf den Userordner setzen
    • New Login Box anlegen
    • dahinter die Front End User Registration extension CODE leer,Starting Point auf den UserOrdner
    • Konstanten wie unten setzen
loginPID=[AnmeldeseitenID]
  • Registrier-Seite unter der Anmeldeseite erstellen
    • access general (Zugriff) auf “Hide at login”
    • Front End User Registration mit CODE CREATE und Startpunkt auf den User Ordner
    • Konstante setzen:
registerPID=[Registier-SeiteID]
  1. Create a third page, also under the first one, limiting access to this page to the second user group you created. Insert the Front End User Registration extension, setting the CODE to EDIT, and the Starting Point to the System Folder that will contain the front end user records. Note that the access restriction should be set on the page, not on the content elements. Set the TS template constant editPID to the page id of this page.
  2. Create a fourth page, also under the first one, setting the access general option to “Hide at login”. Insert the Front End User Registration extension, leaving the CODE empty and setting the Starting Point to the System Folder that will contain the front end user records. Note that the access restriction should be set on the page, not on the content elements. Set the TS template constant confirmPID to the page id of this page.
  3. Decide which fields you want included on the registration form and, among those, which ones you want to be required in order to register. Set TS template constants formFields and requiredFields.
  4. Review the extension constants described below. All these properties may be conveniently edited using the Constant Editor TS template tool. If you do not use the Constant Editor to configure the extension, please note the form of the constants assignments in the constants section of your TS template: plugin.tx_srfeuserregister_pi1.property = value