Topic: minor integration
i'd imagine this should be relatively simple, but i'm not quite sure where to start.
my site pulls some posts from my punbb db to use as newsposts on the front page. this would be simple enough if it was only the punbb stuff i was using, but it also pulls posts from a different forum as well
as it is, i have a db for my site that has a table (we'll call it, fpp_table) which includes topic id's for punbb and the other forum. but i have no way to automatically insert these topic ids, so I have to manually insert them into the db after i make a post. this is obviously a clunky way to handle things.
so what i need to do... is create a new checkbox for when i start a topic (only viewable as admin), something like "use as newspost?", and when it's checked, it runs a seperate chunk of php that inserts the relavent topic data into fpp_table
so how would i go about doing this?