[TYPO3-commerce] Set usergroup automatically (sr_feuser_registration)

Franz Koch typo.removeformessage at fx-graefix.de
Wed Jan 30 14:46:09 CET 2008


Hi,

> Does anybody know if it is possible to automatically set the user group
> of a user automatically when they reach a page, via typoscript (using
> sr_feuser_registration) ?

as mentioned in the other topic - you can use a hook in pi3 to do this. 
If you need to know how to use a hook, read the official documentation 
where this is nicely described, or have a look in this list, where I 
described it several times (simply search for hook in the message body).

And no, you can't do this with pure TS as much as I know, because TS has 
no option to perform UPDATE queries, only SELECT queries. But you could 
call a userFunc that does what you like.

--
Greetings,
Franz


More information about the TYPO3-project-commerce mailing list