PDA

View Full Version : Create thread from vBa. How?


Nero
09-15-2004, 02:46 AM
Any idea, how can I post thread from vba index page?

Thnak you.

Brian
09-15-2004, 12:10 PM
What exactly do you mean?

Our Sponsors
 

Nero
09-15-2004, 12:27 PM
I want to make the form to posting threads from the first page to a specific forum called "Your news". Without entering to forum.

Zachery
09-15-2004, 01:45 PM
I don't think its possible at this time as vBa uses a forum to get its posts.

Our Sponsors
 

Milorad
09-15-2004, 02:11 PM
I think I understand him....

create a button, and set the link to:

yourforum.com/forum/newthread.php?do=newthread&f=XX

where XX is the forumID of the "Your News" forum. When clicked, this should create a new thread in that forum, and the link can be placed anywhere (even on the front portal page)

Nero
09-15-2004, 02:47 PM
to Milorad, no.
It's not a link or button to forum id XX.
-
This is a form like vb "quick reply" window, but just on the vba page. And when clicked, this should create a new thread in ID forum.

Nero
09-15-2004, 02:57 PM
(more way)

If it's don't possible, I think to make small pop-up window (after clicked on link) where I put a code for posting thread for my ID forum.

Brian
09-15-2004, 11:06 PM
You could probably copy your 'showthread_quickreply' template into the portal and hardcode the forumid into that.