Forum: Geek Forum Topic: Flash and PHPBB2 started by: Estėrion Posted by Estėrion on Jun. 19 2002,04:47
So. I need to make a flash interface that allows you to start a thread in a PHPBB2 Bulletin Board. Besides the usual board interface, to have the option to make a new thread trough an html,maube even a poll. (and to generate the button that leads you to the thread you started...) any ideas?thanks anyway. Posted by RadioActive on Jun. 19 2002,18:42
not sure how phpbb works, but if doesn't have this already you should write a little php file what would use the posting features in other files. and then just use the parameters sent to it in a url. so that now you can make a flash button and link it to www.websitename.com/phpbb/myscript.php?new=post or new=thread and so on. or even simple myscript.php?thread. all depends on how it's implemented.
that is how it's done through cgi scripts in IB. probably same goes for phpBB. |