Search found 2 matches

by akb
Sun Sep 16, 2007 7:59 pm
Forum: Joombie Coding Q/A
Topic: Do something when the user logs in
Replies: 2
Views: 986

Do something when the user logs in

Hi there, I'd like to write a small plugin that gives the user some points every day he logs in. So I need to play around with events and it already almost works when using the onLoginUser() event. But there is one small problem with this: When onLoginUser() is triggered, the /plugins/user/joomla.ph...
by akb
Tue Aug 21, 2007 6:22 pm
Forum: Joombie Coding Q/A
Topic: Are there events like onLogin?
Replies: 3
Views: 807

Are there events like onLogin?

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