|
Post Number: 1
|
Estėrion
Fake anarchist wannabe
Group: Members
Posts: 39
Joined: May 2002
|
|
Posted 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.
|
|
|
|
Post Number: 2
|
RadioActive
BioHZRD
Group: Members
Posts: 483
Joined: Jan. 2002
|
|
Posted 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.
Code Sample | http://www.detonate.net/cgi-bin/detnet/ikonboard.cgi?s=*;act=Post;CODE=02;f=12;t=4331 |
that is how it's done through cgi scripts in IB. probably same goes for phpBB.
-------------- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein
|
|
|
|
|
|