Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi guys, i setup sr_feuser_register extension exactly as described in the manual. and everything is working. i am having one ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi guys,
i setup sr_feuser_register extension exactly as described in the manual. and everything is working. i am having one problem though. the email that gets sent out when user registers doesn't have the complete link to confirm so when the user is clicking on it his status is not changed in the backend database. neither the groupid is changed nor the disabled field is set to 0. Can you help on this. i looked into the html template and the variable name for the email link parameter was ###SETFIXED_APPROVE_URL### but i don't know where this parameter is being built. i didn't find it in locallang.xml file. can anyone give me a pointer. Thanks, Sundeep _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
typo3 (AT) gcnpublishing (DOT) com wrote:
> the email that > gets sent out when user registers doesn't have the complete link to > confirm so when the user is clicking on it his status is not changed in > the backend database. What have you done in your TS Constants code? Greg ---- Mediatech Consulting, Inc. email: support(at)mediatech.net _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Hi Greg,
i'll copy and paste all the config i've done: in the constant section of the TS template following are the config i made plugin.tx_srfeuserregister_pi1.pid = 1292 plugin.tx_srfeuserregister_pi1.userGroupUponRegist ration = 1 plugin.tx_srfeuserregister_pi1.userGroupAfterConfi rmation = 2 plugin.tx_srfeuserregister_pi1.loginPID = 1300 plugin.tx_srfeuserregister_pi1.file.templateFile = EXT:sr_feuser_register/pi1/tx_srfeuserregister_pi1_css_tmpl.html plugin.tx_srfeuserregister_pi1.editPID = 1302 plugin.tx_srfeuserregister_pi1.registerPID = 1301 plugin.tx_srfeuserregister_pi1.confirmPID = 1303 plugin.tx_srfeuserregister_pi1.create.preview = 0 plugin.tx_srfeuserregister_pi1.edit.preview = 0 plugin.tx_srfeuserregister_pi1.defaultCODE = plugin.tx_srfeuserregister_pi1.formFields = username, password, first_name, last_name, email, address, city, zip, telephone, title, company, tx_gcn_email_repeat, tx_gcn_state, tx_gcn_country, module_sys_dmail_html, disable, status, moudle_sys_dmail_category plugin.tx_srfeuserregister_pi1.requiredFields= username,password,first_name,last_name,email plugin.tx_srfeuserregister_pi1.enableEmailOnUpdate = 1 plugin.tx_srfeuserregister_pi1.enableAdminNotifyCo nfirmation = 0 plugin.tx_srfeuserregister_pi1.enableAdminNotifyOn Register = 0 plugin.tx_srfeuserregister_pi1.enableAdminNotifyOn Update = 0 plugin.tx_srfeuserregister_pi1.create.dmailChecked UponRegistration = 1 plugin.tx_srfeuserregister_pi1.enableEmailConfirma tion = 1 plugin.tx_srfeuserregister_pi1.enableEmailOnApprov e = 0 plugin.tx_srfeuserregister_pi1.useShortUrls = 0 plugin.tx_srfeuserregister_pi1.enableAutoLoginOnCr eate = 0 plugin.tx_srfeuserregister_pi1.enableAutoLoginOnCo nfirmation = 0 plugin.tx_srfeuserregister_pi1.enableHTMLMail = 0 plugin.tx_srfeuserregister_pi1.email = sundeep (AT) gcnpublishing (DOT) com plugin.tx_srfeuserregister_pi1.siteName = Supply Chain Brain plugin.tx_srfeuserregister_pi1.enableEmailOnDelete = 1 plugin.tx_srfeuserregister_pi1.enableAdminNotifyOn Approve = 1 plugin.tx_srfeuserregister_pi1.enableAdminNotifyOn Refuse = 0 plugin.tx_srfeuserregister_pi1.enableEmailOnRegist er = 0 plugin.tx_srfeuserregister_pi1.enablePreviewEdit = 0 plugin.tx_srfeuserregister_pi1.enableAdminNotifyOn Delete = 1 plugin.tx_srfeuserregister_pi1.enableAdminNotifyOn AdminAccept = 0 plugin.tx_srfeuserregister_pi1.enablePreviewRegist er = 0 plugin.tx_srfeuserregister_pi1.salutation = formal plugin.tx_srfeuserregister_pi1.dmailCheckedUponReg istration = 1 plugin.tx_srfeuserregister_pi1.userGroupAfterAccep tation = 2 plugin.tx_srfeuserregister_pi1.useMd5Password = 1 AND IN THE SETUP SECTION config.notification_email_urlmode = 76 I haven't done anything else as far as the config goes. What else do i need to do. Please Advise. Thanks!! Sundeep typo3 (AT) gcnpublishing (DOT) com wrote: > >> the email that >> gets sent out when user registers doesn't have the complete link to >> confirm so when the user is clicking on it his status is not changed in >> the backend database. > > What have you done in your TS Constants code? > > Greg > > ---- > Mediatech Consulting, Inc. > email: support(at)mediatech.net > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
typo3 (AT) gcnpublishing (DOT) com wrote:
> I haven't done anything else as far as the config goes. What else do i > need to do. Please Advise. Your TS looks OK. I'm assuming that the confirmation link is breaking because it's to long and wraps? useShortUrls might help if that is the situation. plugin.tx_srfeuserregister_pi1.useShortUrls = 1 Greg ---- Mediatech Consulting, Inc. email: support(at)mediatech.net _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
I wish the link was long and was breaking because that problem i know how
to fix using real url but the problem is the site is not complete the link in the email shows up as to confirm please click on the link below: www.sitename.com/ thats all in the link.. strange!! Sundeep > typo3 (AT) gcnpublishing (DOT) com wrote: > >> I haven't done anything else as far as the config goes. What else do i >> need to do. Please Advise. > > Your TS looks OK. I'm assuming that the confirmation link is breaking > because it's to long and wraps? useShortUrls might help if that is the > situation. > > plugin.tx_srfeuserregister_pi1.useShortUrls = 1 > > Greg > > ---- > Mediatech Consulting, Inc. > email: support(at)mediatech.net > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] email confirm link is incompete from sr_feuser_register | Andrew Davis | typo3-english@lists.netfielders.de | 2 | 24.04.2008 09:08 |
| [TYPO3-german] feuser edit problem | Peter Abels | typo3-german@lists.netfielders.de | 0 | 31.03.2008 19:04 |
| [TYPO3] link feuser with tt_address record | Andrew Davis | typo3-english@lists.netfielders.de | 4 | 28.07.2007 05:02 |
| [TYPO3] sr_feuser_register: Possible to define the usergroup in theactivation-link in admin-review email | Franz Koch | typo3-english@lists.netfielders.de | 5 | 16.04.2007 19:09 |
| [TYPO3] sr_feuser register problem | a owen | typo3-english@lists.netfielders.de | 7 | 05.02.2007 06:10 |