Notifications
Clear all

wpForo 1.x.x [Closed] how to trigger url on every new question asked on topic ?

3 Posts
2 Users
0 Likes
778 Views
Posts: 8
Topic starter
(@bhuvan)
Active Member
Joined: 4 years ago

i want to call http://site.multisofts.com/newtopic.php whenever a person posts something on forms.

Is that possible ?

2 Replies
2 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499

@bhuvan
I'm sorry but I don't follow you. Please try to explain again.

(@bhuvan)
Joined: 4 years ago

Active Member
Posts: 8

@robert

I want to run some function on new topic creation

For example i want to run this php function on new topic created by someone on my site

 

<?php
mail("someone@example.com","My subject",$msg);
?>

is this possible ?

or which plugin file i have to check and add my own function to execute on new topic creation ?