PDA

View Full Version : Some thoughts on integration


11-16-2000, 08:27 PM
I was thinking, we all want some type of integration.

Mostly we want some type of automated thread creation..

I was thinking, couldnt someone take a simple newscript (php based) and when someone submits news, before it gets posted.. Hand off the main variables. (Body, subject) to a wrapper script that then force fed those 2 variables and the other required ones to newthread.php and let it create the thread?.. then stuff the resulting URL (to the thread, becuase of redir) at the bottom of the newspost and then have it post the news?


Doesnt seem to hard to get a script that will forcefeed variables to another PHP script, the only trick might be getting the URL back out :)

well I was just thinking

11-16-2000, 09:41 PM
This has been discussed multiple times and implemented in a couple. Do a search and you should find good results.