-
Plugin Hooks and Create and Send Transaction emails
Hello,
I'm having some trouble using this:
parent::RegisterHook('Action', 'User.Create.Post', self::$PluginName, 'my_function');
(http://old.octeth.com/docs/oempro/de...r.create.post/)
I have been trying to get this to work without success, as far as I understand when a new user signs up this hook should be executed, but it doesn't seem to be working. I tried with the User.Login.Post and the function works as expected but not with the User.Create.Post.
The other thing I'd like to know is how can I go about creating and sending a transaction email from a plugin?
P.S. - If we could get access to a less strict encoded script it would make things much easier to work with. I understand the need to encode the sensitive code like custom algorithms and license, but I don't see the need to encode everything which makes third-party development and extension of the software hard without the proper documentation, if we could have access to most of the source code then we'd be able to look up in the code what we need and debug more easily.
Thanks for any help....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules