DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: FE user edit

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Robert Heel
Changed:2008-08-29T10:04:31
Author:Robert Heel
Email:rheel@1drop.de
Info 3:
Info 4:

img-1 img-2 EXT: FE user edit

EXT: FE user edit

Extension Key: ods_feuseredit

Copyright 2000-2008, Robert Heel, <rheel@1drop.de>

Onedrop Solutions GmbH & Co. KG

Neugablonzer Str. 1

93073 Neutraubling

www.1drop.de

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: FE user edit 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Administration 4 <#1.2.Administration|outline>`_

`Configuration 5 <#1.3.Configuration|outline>`_

Reference 5

`Tutorial 6 <#1.4.Tutorial|outline>`_

`Known problems 7 <#1.5.Known%20problems|outline>`_

`To-Do list 8 <#1.6.To-Do%20list|outline>`_

`ChangeLog 9 <#1.7.ChangeLog|outline>`_

Introduction

What does it do?

  • Adds a plugin to modify fe_users entry of logged in user.
  • Template based design.
  • Uses field names specified in template.
  • Automatic label and field type configuration from TCA.

Screenshots

Frontend plugin:

img-3

Administration

Simply create a template file containing the field names of table "fe_users". Add hash marks and either "_DESC" (description) or "_INPUT" (input field) to create markers.

See example below.

((generated))

((generated))
Example

To change email and password of your FE user, create a template containing

###email_DESC###: ###email_INPUT###<br />
###password_DESC###: ###password_INPUT###<br />
  • If you want to use a field which was created by an extension, you have to enter the extension name in the FE plugin configuration “extensions”.
  • To verify a password, place password field in template twice.

Configuration

Reference

extensions

Property

extensions

Data type

string

Description

Comma separated list of extensions(Load TCA from these extensions)

Default

template

Property

template

Data type

string

Description

Template to use

Default

EXT:ods_feuseredit/pi1/feuseredit.html

_LOCAL_LANG.[lang].[fieldname]

Property

_LOCAL_LANG.[lang].[fieldname]

Data type

string

Description

If set, this value is used as description.

Example:

plugin.tx_odsfeuseredit_pi1._LOCAL_LANG.de {
    email = E-Mail
}

Default

((generated))
Example
plugin.tx_odsfeuseredit_pi1 {
    extensions = ods_ajaxmailsubscription
}

Tutorial

Known problems

Not all field types are identified correctly yet.

To-Do list

Identify all field types

ChangeLog

  • 2008-08-14 Robert Heel <rheel@1drop.de>

    • Add documentation
    • Add input – maxlength
    • Add image maxsize function
    • Add password retype (place password field in template twice)
  • 2008-08-08 Robert Heel <rheel@1drop.de>

    Add support for single checkbox and images

  • 2008-08-07 Robert Heel <rheel@1drop.de>

    Small bugfixes

  • 2008-07-31 Robert Heel <rheel@1drop.de>

    Initial release

9