Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 27, 20231 yr I want to create a plugin. So, i just want to know Which IPS class and event is fired, when i add reply to new topic in forum?
October 27, 20231 yr 19 minutes ago, Jyoti Rani said: I want to create a plugin. So, i just want to know Which IPS class and event is fired, when i add reply to new topic in forum? Do you mean webhooks or php classes? php class: \IPS\forums\Topic\Post webhook event=>
October 27, 20231 yr Author 19 minutes ago, Daniel F said: Do you mean webhooks or php classes? php class: \IPS\forums\Topic\Post webhook event=> php class: \IPS\forums\Topic\Post - Its fine. Should i add my functionality in below protected function processAfterCreate($comment, $values) function or any other function/Method should be used?
October 27, 20231 yr 1 hour ago, Jyoti Rani said: php class: \IPS\forums\Topic\Post - Its fine. Should i add my functionality in below function or any other function/Method should be used?