Hi chandra, of cource it's open source module, but in alpha stage yet.chandra wrote:Bumpchandra wrote:
Sounds interesting... will this module be open source?
Search found 3 matches
- Sun Feb 23, 2014 9:59 am
- Forum: The Lounge
- Topic: How are cmsmadesimple events sent?
- Replies: 4
- Views: 1691
Re: How are cmsmadesimple events sent?
- Thu Feb 20, 2014 11:09 am
- Forum: The Lounge
- Topic: How are cmsmadesimple events sent?
- Replies: 4
- Views: 1691
Re: How are cmsmadesimple events sent?
Solved it myself. FrontEndUsers also sends event OnLogin in method 'Login'
- Wed Feb 19, 2014 3:09 pm
- Forum: The Lounge
- Topic: How are cmsmadesimple events sent?
- Replies: 4
- Views: 1691
How are cmsmadesimple events sent?
Hi, I need help with cmsmadesimple events. I'm trying handle modules FrontEndUsers event OnLogin. This module initiates this event in method.install.php: $this->CreateEvent( 'OnLogin' ); In my Civicrm module method.instal.php I register OnLogin handler: $this->AddEventHandler( 'FrontEndUsers', 'OnLo...
