+ Reply to Thread
Results 1 to 6 of 6

Thread: Baiscs for creating threads/postings from outside vbb

  1. #1
    Senior Member Intec is on a distinguished road
    Join Date
    Jun 2000
    Posts
    169
    Hi John,

    maybe I dont told exactly what I want (my english isn't as good). I want to make postings from outside from vBulletin. Is there an API for this case or do you have a little script showing the basics for creating threads/postings? If there are I would be happy for this. Otherways can you give me a little overwiew in which script from vBulletin I can find the code where you are creating postings?

    Big thank and greeting from here

  2. #2
    Senior Member Intec is on a distinguished road
    Join Date
    Jun 2000
    Posts
    169
    Has no one any ideas for me.
    Fine Days.
    Thanks for the help and sorry for my bad english.

  3. #3
    Senior Member doron is on a distinguished road
    Join Date
    Apr 2000
    Location
    Austin, TX
    Age
    29
    Posts
    670
    you mean, have another script (say newfile.php) write into the db and create new polls?

  4. #4
    Senior Member Intec is on a distinguished road
    Join Date
    Jun 2000
    Posts
    169
    Yes, f.i. i had news in an other part of my website to use for the users. And a idea is, they can post an answer to this news and this will be a part of forum.
    And because I must post psotings and threads to the vbb-databse. I hope, that I can use functions or classes from the vbb-software to do this.
    Or I can find informations about, which I must take care, when I post postings or threads in my own code (f.i. which fields must filled in other tables as post).
    Thanks for the help
    Fine Days.
    Thanks for the help and sorry for my bad english.

  5. #5
    Senior Member JimF is on a distinguished road JimF's Avatar
    Join Date
    May 2000
    Location
    NJ
    Age
    30
    Posts
    1,990
    What I would do is just create your form on your article page or whatever, and have the form action be newthread.php or newreply.php - just like already exists in the forums directory.

    So say you are in your root directory, you would reference:

    <form action="forums/newreply.php">

    And you would put the thread numbers and forum numbers in as hidden form elements in the HTML form code.

    Basically, go to the page you want to emmulate, view source, copy and paste, of course formatting it the way you like. I know I'm probably explaining this like crap, but maybe if someone else who gets the gist of what I'm trying to say can clarify if you don't understand. I'm not 100% sure I would .

    -jim
    "The dot-com bust has cleared out the carpetbaggers and left the Internet to those who really care about it"
    - Jon Ippolito, new-media curator, Guggenheim Museum

  6. #6
    Senior Member Intec is on a distinguished road
    Join Date
    Jun 2000
    Posts
    169
    Anyone know, which variables must be transfer to newthread or newpost scripts from a own formular?
    Fine Days.
    Thanks for the help and sorry for my bad english.

+ Reply to Thread

Similar Threads

  1. Postings messing up - dupe threads with blank posts
    By Meirion in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 13
    Last Post: Fri 25th Oct '02, 11:46am
  2. Replies: 1
    Last Post: Mon 23rd Sep '02, 8:30pm
  3. Creating Important Threads
    By Jon12345 in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 2
    Last Post: Fri 21st Jun '02, 11:39am
  4. Creating threads via scripts ?
    By anonymouse in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 2
    Last Post: Thu 21st Feb '02, 4:27pm
  5. Import Forums, Design, Threads & Postings from an old vBulletinboard
    By MibBlack in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 2
    Last Post: Thu 21st Feb '02, 6:16am

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts