[TYPO3-project-seminars] Smooth flow with FEUser register

Tony Lush tlush at advancewm.com
Thu Jun 26 22:01:07 CEST 2008


I am trying to use Seminars 0.6.0 with sr_feuser_register 2.5.9 and 
newloginbox 3.1.0 but cannot get the process to go smoothly. After 
registering the user is returned to the workshop registration page with 
the error "There is no event with this number."

My page structure is:

24 Workshop Lists
	25 Details
	39 My Events
10 Workshop Registration
	32 Thank You
	36 Unregister
	38 Sorry you cancelled
33 Login (newloginbox)
37 Site Registration (srfeuserregister +newloginbox)

Sysfolders
26 Event data
	29 Events
		30 Topics
		31 Event Dates
	28 Registrations
	27 Data Pool
	4 Users

Seminars TS Setup:

plugin.tx_seminars {
attendancesPID = 28
currency = USD
templateFile = fileadmin/templates/zwire/ext/seminars/seminars.tmpl
showAttendanceFieldsInNotificationMail = uid, interests, expectations, 
background_knowledge, notes, price, seats, total_price, attendees_names, 
kids, method_of_payment, name, address, zip, city, telephone, email
}
plugin.tx_seminars_pi1 {
pages = 26
registerPID = 10
baseURL = http://domain.tld/
listPID = 24
detailPID = 25
loginPID = 33
myEventsPID = 39
pageToShowAfterUnregistrationPID = 38
templateFile = fileadmin/templates/zwire/ext/seminars/pi1/seminars_pi1.tmpl
registration_EditorTemplateFile = 
fileadmin/templates/zwire/ext/seminars/pi1/registration_editor.html
showRegistrationFields = seats, attendees_names, price, 
method_of_payment, name, address, zip, city, telephone, email, 
interests, expectations, background_knowledge,notes, feuser_data
thankYouAfterRegistrationPID = 32
showSpeakerDetails = 0
showSiteDetails = 0
}

Feuser Constants:

plugin.tx_srfeuserregister_pi1.file.templateFile = 
fileadmin/templates/zwire/ext/srfeuserregister_css.html
plugin.tx_srfeuserregister_pi1.enableAdminNotifyConfirmation = 1
plugin.tx_srfeuserregister_pi1.enableEmailOnRegister = 1
plugin.tx_srfeuserregister_pi1.enablePreviewEdit = 1
plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 0
plugin.tx_srfeuserregister_pi1.useShortUrls = 1
plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 1
plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 3
plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 3
plugin.tx_srfeuserregister_pi1.passwordAtLeast = 6
plugin.tx_srfeuserregister_pi1.email = admin at email.address
plugin.tx_srfeuserregister_pi1.usernameAtMost = 10
plugin.tx_srfeuserregister_pi1.salutation = informal
plugin.tx_srfeuserregister_pi1.usernameAtLeast = 6
plugin.tx_srfeuserregister_pi1.formFields = username, password, 
first_name, last_name, email, address, city, zone, zip, telephone, fax, 
title, company, comments, disable
plugin.tx_srfeuserregister_pi1.defaultCODE = CREATE
plugin.tx_srfeuserregister_pi1.registerPID = 37
plugin.tx_srfeuserregister_pi1.pid = 4
plugin.tx_srfeuserregister_pi1.requiredFields = 
username,password,first_name,last_name,email
plugin.tx_srfeuserregister_pi1.pidTitleOverride = Photo Trainer
plugin.tx_srfeuserregister_pi1.editPID = 37
plugin.tx_srfeuserregister_pi1.enableAutoLoginOnCreate = 1
plugin.tx_srfeuserregister_pi1.autoLoginRedirect_url = index.php?id=10
plugin.tx_srfeuserregister_pi1.enableAutoLoginOnConfirmation = 1
plugin.tx_srfeuserregister_pi1.maxImages = 0
plugin.tx_srfeuserregister_pi1.loginPID = 37
plugin.tx_srfeuserregister_pi1.enableAdminReview = 0

Thank you -- Tony Lush


More information about the TYPO3-project-seminars mailing list