I want to show an error (in phpBB it’s trigger_error) right after the user clicks submit.
I already have a function which checks if a link has been posted. Now I want to call it after the submit post button has been clicked.
Where do I find that? Probably in posting.php?
Open posting.php.
find around line 631
after add
open functions_posting
find around line 19
after add