Page 1 of 1

Are there events like onLogin?

Posted: Tue Aug 21, 2007 6:22 pm
by akb
Hi there,

I am new at Joomla! coding and took a look at the API reference (help.joomla.org) to get a clue of where to begin, but I'm wondering if there is any way of event triggering or something like that. For example I'd like to execute one function call every time a user logs in, is that and more like this possible?

Thanks in advance

Arne

Re: Are there events like onLogin?

Posted: Tue Aug 21, 2007 11:48 pm
by tjay
Keep in mind I am learning so I may not be 100% correct here.
But I would start here.

http://api.joomla.org/Joomla-Framework/ ... ation.html

Or here

http://api.joomla.org/Joomla-Framework/ ... ssion.html

Re: Are there events like onLogin?

Posted: Wed Aug 22, 2007 1:01 pm
by bascherz

Re: Are there events like onLogin?

Posted: Wed Aug 22, 2007 1:06 pm
by tjay
Yep there it is
onLoginUser (user)

Nice call, thanks for the assistance.