Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 21.03.07, 12:32
Forum Newbie
 
Registriert seit: 22.12.06
Ort: 3636 Forst, Schweiz
Alter: 57
Beiträge: 24
rolfmaibach eine Nachricht über Skype™ schicken
Frage

sr_feuser_registration


Hallo Gemeinde, brauche Hilfe.

Habe mit dem kickstarter zusätzliche Felder generiert nach der Anleitung von

ab

[url="//http://www.typo-3.de/index.php?id=13&action=list_post&code_numbering=0&tid=50158&page=1"]/URL]

Das Template angepasst und Constants und Setup ergänzt.

Auf dem Formular bekomme ich diese Anzeige.

Methode 1: ###REQUIRED_TX_FEUSEREXT_METHODE_1###

###MISSING_TX_FEUSEREXT_METHODE_1###
Das Eingabefeld wird ebefalls angezeigt.

Hier mal der Code

Constants

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
plugin.tx_srfeuserregister_pi1.enableEmailOnRefuse = 1
plugin.tx_srfeuserregister_pi1.enableAdminReview = 1
plugin.tx_srfeuserregister_pi1.useMd5Password = 1
plugin.tx_srfeuserregister_pi1.useShortUrls = 1
plugin.tx_srfeuserregister_pi1.enableEmailAttachment = 1
plugin.tx_srfeuserregister_pi1.generatePassword = 6
plugin.tx_srfeuserregister_pi1.forceFileDelete = 1
plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = UserAfterReg
plugin.tx_srfeuserregister_pi1.userGroupAfterAcceptation = UserAfterAccept
plugin.tx_srfeuserregister_pi1.email = rolf.maibach@thewebpeak.ch
plugin.tx_srfeuserregister_pi1.salutation = formal
plugin.tx_srfeuserregister_pi1.maxImages = 0
plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = UserBeforeReg
plugin.tx_srfeuserregister_pi1.formFields = tx_feuserext_methode_1,username, gender, first_name, last_name, date_of_birth, email, address, city, zone, static_info_country, zip, telephone, fax, title, company, www, image, comments, disable
plugin.tx_srfeuserregister_pi1.confirmPID = 75
plugin.tx_srfeuserregister_pi1.editPID = 74
plugin.tx_srfeuserregister_pi1.registerPID = 55
plugin.tx_srfeuserregister_pi1.linkToPID = 2
plugin.tx_srfeuserregister_pi1.loginPID = 54
plugin.tx_srfeuserregister_pi1.pid = 63
plugin.tx_srfeuserregister_pi1.siteName = VGNÖ
plugin.tx_srfeuserregister_pi1.requiredFields = tx_feuserext_methode_1,username, password, gender, first_name, last_name, status, date_of_birth, email, address, city, static_info_country, zip, telephone, language
plugin.tx_srfeuserregister_pi1.linkToPIDAddButton = 1
plugin.tx_srfeuserregister_pi1.enableHTMLMail = 1
plugin.tx_srfeuserregister_pi1.confirmInvitationPID = 76
plugin.tx_srfeuserregister_pi1.onChangeCountryAttribute = javascript:window.document.getElementById('tx-srfeuserregister-pi1-fe_users_form').submit();
plugin.tx_srfeuserregister_pi1.autoLoginRedirect_url = 2
#plugin.tx_srfeuserregister_pi1._CSS_DEFAULT_STYLE >
plugin.tx_srstaticinfo_pi1.languageCode = DE
plugin.tx_srstaticinfo_pi1.countryCode = DEU

Setup

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
# FE User Register
plugin.tx_srfeuserregister_pi1 {
templateFile = fileadmin/template/srfeuserregister_tmpl.html
extraLabels = tx_feuserext_methode_1

  # no eval for plate field
create.evalValues.tx_feuserext_methode_1 =

  # label, languages etc. for mehtode field
_LOCAL_LANG.default.tx_feuserext_methode_1 = Methode 1:
_LOCAL_LANG.default.missing_tx_feuserext_methode_1 = Bitte Behandlungsmethode 1 eingeben
_LOCAL_LANG.default.missing_invitation_tx_feuserext_methode_1 = Bitte Behandlungsmehtode 1 eingebennennen Sie uns ihr Autokennzeichen
_LOCAL_LANG.default.evalErrors_evalRuleName_tx_feuserext_methode_1 =
}

Temlate

<!-- ###SUB_INCLUDED_FIELD_tx_feuserext_methode_1### -->
<dt>
<label for="tx-srfeuserregister-pi1-tx_feuserext_methode_1">###LABEL_TX_FEUSEREXT_METHODE_1### ###REQUIRED_TX_FEUSEREXT_METHODE_1###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_tx_feuserext_methode_1### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_tx_feuserext_methode_1###</p>
<!-- ###SUB_ERROR_FIELD_tx_feuserext_methode_1### -->
<!-- ###SUB_REQUIRED_FIELD_tx_feuserext_methode_1### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_TX_FEUSEREXT_METHODE_1###</p>
<!-- ###SUB_REQUIRED_FIELD_tx_feuserext_methode_1### -->
<input id="tx-srfeuserregister-pi1-tx_feuserext_methode_1" type="text" class="tx-srfeuserregister-pi1-text" size="25" maxlength="25" title="###TOOLTIP_TX_FEUSEREXT_METHODE_1###" name="FE[fe_users][tx_feuserext_methode_1]" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_feuserext_methode_1### -->


<!-- ###SUB_INCLUDED_FIELD_tx_feuserext_methode_1### -->
<dt>###LABEL_TX_FEUSEREXT_METHODE_1###</dt>
<dd>###FIELD_tx_feuserext_methode_1###</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_feuserext_methode_1### -->

Weiss echt nicht mehr weiter???????

Herzlichen Dank für Hilfe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #2  
Alt 21.03.07, 15:14
Forum Newbie
 
Registriert seit: 22.12.06
Ort: 3636 Forst, Schweiz
Alter: 57
Beiträge: 24
rolfmaibach eine Nachricht über Skype™ schicken
Daumen hoch

Gelöst


Nach nochmaliger De- und wieder-Installation der Extension hat sich das Problem gelöst.
Wünsche allen einen erfolgreichen Tag.

Rolf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
sr_feuser_registration neues Label forTeesSake TYPO3 4.x Fragen und Probleme 8 27.06.08 15:20
Gelöst sr_feuser_registration locallang nix geht Haeggis TYPO3 4.x FE-User 5 22.01.08 09:43
sr_feuser_registration image handling sirobbob Alle anderen Extensions 0 11.05.07 15:54
sr_feuser_registration und Direct Mail (2 SysOrdner) iceX77 Alle anderen Extensions 1 21.06.06 23:08


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:31 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0