Forum Replies Created

Viewing 6 Topics - 1 through 6 (of 6 total)
Author Posts
May 16, 2013 at 10:36 pm in reply to: Problem with action override 3737
kpodemski kpodemski

Yep, I’ll do it as soon as I finish my code that improves your plugin.

The elements to be added in my version:
– notification to specific e-mail after every action in plugin
– possible to attach FTP, MySQL and other “significant” datas to project with two way encryption using Blowfish (for specific users only)
– possible to assign messages, files to specific user – more advanced rights manage

May 16, 2013 at 10:23 pm in reply to: Problem with action override 3735
kpodemski kpodemski

Unfortunately, another problem is that after edit project even selected the “Notify collaborators” added the co-worker does not receive notification with link to project etc.

I see there is no function for “cpm_project_update” hook, of course I’m going to add that function by myself but I think is must have for next version of plugin.

May 16, 2013 at 10:08 pm in reply to: Problem with action override 3731
kpodemski kpodemski

Ok, I test & changed the subject in its my overwritten function that uses like you handled wp_mail…

The conclusion is that they are sending two emails, the first being sent my way, and your second.

Looks like the WordPress doesn’t remove action and my action is second added to same hook 🙁

!!!UPDATE!!!

I get it!

Instead of remove_action I use that function: https://github.com/herewithme/wp-filters-extras/

First example working fine.

May 16, 2013 at 9:41 pm in reply to: Problem with action override 3726
kpodemski kpodemski

You could look at it? Unfortunately, for some reason, the action is called twice, and I do not want to make changes directly in your code and then lose them after the update…

May 15, 2013 at 3:48 pm in reply to: Problem with action override 3681
kpodemski kpodemski

Yep, my goal is to have e-mail to blog admin after every action, after add task, after add comment etc.

May 15, 2013 at 12:05 pm in reply to: Problem with action override 3650
kpodemski kpodemski

Unfortunately, after adding the add_action all messages reach several times.

Viewing 6 Topics - 1 through 6 (of 6 total)