Are there events like onLogin?

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
akb
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Aug 21, 2007 6:18 pm

Are there events like onLogin?

Post by akb » Tue Aug 21, 2007 6:22 pm

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

User avatar
tjay
Joomla! Intern
Joomla! Intern
Posts: 73
Joined: Thu Aug 18, 2005 1:50 am
Location: New Orleans
Contact:

Re: Are there events like onLogin?

Post by tjay » Tue Aug 21, 2007 11:48 pm

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
This day it is my wish that I helped you to live

User avatar
bascherz
Joomla! Intern
Joomla! Intern
Posts: 86
Joined: Mon Jan 16, 2006 1:33 am
Location: Vienna, VA
Contact:

Re: Are there events like onLogin?

Post by bascherz » Wed Aug 22, 2007 1:01 pm

__________________
Bruce Scherzinger

User avatar
tjay
Joomla! Intern
Joomla! Intern
Posts: 73
Joined: Thu Aug 18, 2005 1:50 am
Location: New Orleans
Contact:

Re: Are there events like onLogin?

Post by tjay » Wed Aug 22, 2007 1:06 pm

Yep there it is
onLoginUser (user)

Nice call, thanks for the assistance.
This day it is my wish that I helped you to live


Post Reply