This page is still a beta!

1.2. Mini Howto

Preparations

Install the plugin and Configure it by using Template/Constant-Editor.

See  'ext_typoscript_constants/setup.txt' for more details.

Self-regsitration of users

Place the plugin 'sg_userdata' on the page and switch it to 'Plugin Mode' = 'create user'

Set the 'Startingpoint' to the SysFolder where the FeUsers are stored.

Let FeUsers modify their entries

Place the plugin 'sg_userdata' on the page and switch it to 'Plugin Mode' = 'edit user'

Set the 'Startingpoint' to the SysFolder where the FeUsers are stored.

Forgot Password

Place the plugin 'sg_userdata' on the page and switch it to 'Plugin Mode' = 'forgotpassword

Set the 'Startingpoint' to the SysFolder where the FeUsers are stored.

Search / List FeUsers

Place the plugin 'sg_userdata admin' on the page and switch it to 'Plugin Mode' = 'select' or 'list'

Set the 'Startingpoint' to the SysFolder where the FeUsers are stored.

This plugin (_pi2  =  sg_userdata admin) works like a standard zfelib-plugin. See sg_zfelib_doc for more doucmentation.

Show FeUser Details

Place the plugin 'sg_userdata admin' on the page and switch it to 'Plugin Mode' = 'view/edit'

Set the 'Startingpoint' to the SysFolder where the FeUsers are stored.

This plugin (_pi2  =  sg_userdata admin) works like a standard zfelib-plugin. See sg_zfelib_doc for more doucmentation.

Let an Fe-Admin edit FeUsers in the FE

Place the plugin 'sg_userdata admin' on the page and switch it to 'Plugin Mode' = 'view/edit'

Set the 'Startingpoint' to the SysFolder where the FeUsers are stored.

Use the cocumentation of sg_zfelib_doc for setting FeUser-Editing.

Use Mailforms for FeUsers

Include

   require_once(t3lib_extMgm::extPath("sg_userdata").'/prg/class.tx_sguserdata_AdrClass.inc');

to you custom-plugin and see sg_smallads, function 'getMoreMarkers' to see how it works.