Page 1 of 1
Events
Posted: Thu Mar 29, 2007 2:18 pm
by Torpedine
Hello, How can I use the events? I cannot find anything. Some example? Documentations?
Re: Events
Posted: Thu Mar 29, 2007 2:23 pm
by RonnyK
What events are you referring to? If you mean events registration as a module, that's a registered project, but without any delivered programs.
http://dev.cmsmadesimple.org/projects/eventreg/
Ronny
Re: Events
Posted: Thu Mar 29, 2007 4:04 pm
by mahjong
Events are User Defined Tags (UDT) that are triggered when something specific happens on the site.
For instance, if you want to execute some PHP code each time a user logs into the admin panel, you link your UDT, say myUDT, with the LoginPost event.
http://wiki.cmsmadesimple.org/index.php ... ts_Manager