&%$&&%&$&%&$&%&#&!@&@#&@$Q&#@&!$*!@
This is really getting super f*$&ing irritating. All I'm trying to do here is take a new topic_id after it's been generated and put it into a separate database. That's all. Why is this such a huge f!#@ing problem?????
Okay, what I've done is this. I've created a new file and saved it as "custom_functions.php" in the includes directory.
In functions_post.php, after the hacking check, I include the file like so:
include($phpbb_root_path . 'includes/custom_functions.'.$phpEx);
Just like every other file is included in phpBB. I put my function in this file. Then I call it on line 264 of functions_post.php. I've even put echo statements at the beginning and end of the function.
Nothing. Everything works as it should with phpBB. The new topic is created, the tables are all updated fine, it just ignores my function.
I swear, if it's this hard to do such a simple task in phpBB, I'm finding another f'ing board. This is super simple, it shouldn't be this much of a problem.
Sorry, I'm just really irritated at this whole thing. It shouldn't be this damn hard.
James