hello every body
when post to forum buttom clicked
this buttom send a content form in moodule.
which class or file work this buttom and process this command.
i want add some feathers to that file.
thanks a lot.
hello every body
when post to forum buttom clicked
this buttom send a content form in moodule.
which class or file work this buttom and process this command.
i want add some feathers to that file.
thanks a lot.
not any body
it is necessary for me
Hi. I am not sure exactly what you want to do, but will attempt to get you started.
The PHP code for forum submissions is in
/mod/forum/post.php
The function for the button will be in one of the lib files, possibly /lib/formslib.php
Hope this helps.