TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM

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 ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 26.06.2008, 15:50
typo3@gcnpublishing.com
Gast
 
Beiträge: n/a
Standard [TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM

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
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!
  #2  
Alt 26.06.2008, 16:27
Gregory Remington
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM

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
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!
  #3  
Alt 26.06.2008, 16:48
typo3@gcnpublishing.com
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM

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
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!
  #4  
Alt 26.06.2008, 17:33
Gregory Remington
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM

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
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!
  #5  
Alt 26.06.2008, 17:38
typo3@gcnpublishing.com
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] FEUSER REGISTER EMAIL LINK PROBLEM

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
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!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine 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
[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


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


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74