Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
0 Reactions
1,251 Views
Posts: 8
Topic starter
(@bhuvan)
Active Member
Joined: 6 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: 9 years ago

Support Team
Posts: 10616

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

(@bhuvan)
Joined: 6 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 ?