[TYPO3] 4.0rc2: fe_user_admin problems

Kummer, Markus Markus.Kummer at t-mobile.de
Tue Apr 4 17:41:52 CEST 2006


Hi List,


I installed 4.0rc2,templa voila 0.7.0 newloginbox 2.2.11 and feuser_admin 1.0.2.
I configured it like I did in Typo3 3.8.1 where everything worked ok more or less out of the box (with some help of the list).

With 4.0rc2 the front end user administration plugin displays nothing.

Here's my configuration:

Page Properties:
Type: 	Standard
PageTitle: 	Preferences
Access:	Show at any login

Pagecontent:
Type:		Insert Plugin
Header:	Preferences
Plugin:	Front End User Administration

When I display the page I only see the header (Preferences).
In the source code I have the following:
(The dots mean that I left out something.)
...
<!--  CONTENT ELEMENT, uid:47/list [begin] -->
<a id="c47"></a>
		<!--  Header: [begin] -->
<div class="csc-header csc-header-n1"><h1 style="text-align:left;" class="csc-firstHeader">Preferences</h1></div>
		<!--  Header: [end] -->	
		<!--  Plugin inserted: [begin] -->
		<!--  Plugin inserted: [end] -->
<!--  CONTENT ELEMENT, uid:47/list [end] -->
...

The Constant Setup of my Template contains: 
plugin.feadmin.fe_users.usergroupOverride = 1

The default values from the Template Analyser:
Constants:
plugin.feadmin.fe_users {
  file.templateFile = EXT:feuser_admin/pi/fe_admin_fe_users.tmpl
  email = 
  emailName = 
  pid = 
  usergroupOverride = 
 ...
}

Setup:
plugin.feadmin.fe_users >
plugin.feadmin.fe_users = USER_INT
plugin.feadmin.fe_users {
  userFunc = user_feAdmin->init
  includeLibs = media/scripts/fe_adminLib.inc
  templateFile ={$plugin.feadmin.fe_users.file.templateFile}
  ...
  table=fe_users
  defaultCmd=create
  debug=0
  setfixed=0
  delete=1
  infomail = 1
  infomail.default {
    label = FORGOTPASSWORD
  }
  create = 1
  create.preview = 1
  create.fields = username,password,name,email,usergroup,address,telephone,fax,title,company,zip,city,country,www
  create.required = username,password,name,email
  create.overrideValues {
    usergroup = {$plugin.feadmin.fe_users.usergroupOverride}
  }
  create.evalValues {
 ...
  }
  edit < .create
  edit.overrideValues {
    username = 
  }
  edit.evalValues {
    username = unsetEmpty
  }
  parseValues {
    username = lower,nospace,trim
    email < .username
    password = trim
  }
  evalErrors {
 ...
  }
  pid = {$plugin.feadmin.fe_users.pid}
  fe_userOwnSelf = 1
  fe_userEditSelf = 1
  cObjects.LOGIN = < tt_content.login.20
 ...
}

Does anybody know what went wrong?
Thank you for your help!

Is there any Documentation about the feuser_admin extension somewhere?

regards,

Markus Kummer
============================================
T-Mobile Deutschland GmbH
Landgrabenweg 151
53227 Bonn
Dep.: IT BI/TS22
Tel.: 0228/936-33725
Tel.: 06151/852-627 (friday only)
E-Mail: pega.systemsupport at t-mobile.de
        markus.kummer at t-mobile.de 



More information about the TYPO3-english mailing list