0

In PHPFox site i want to trigger a function each time when activity point increases. Is it possible from one file updation ? Otherwise i will have to change in each module(e.g. photo,blog,poll,comment etc), whichever increases activity point.

1 Answers1

0

You can use the hook "user.service_activity_update" to write a plug-in for this. Here is a tutorial on how to write plug-ins

Purefan
  • 1,498
  • 24
  • 44