PDA

View Full Version : Auto create thread from script outside forum directory.


Gryphon
11-16-2004, 06:03 PM
We post our news for our site to a custom table independent from vBulletin. Currently when we make a news post, we also manually create an associated forum thread. I am working on a way to auto generate a forum thread when a news post is generated by suggestions from another thread here. It isn't exactly a modification request I am looking for, but some coding help, so I feel I must cross post in case this is a more proper place for help. Please view this thread (https://vborg.vbsupport.ru/showthread.php?t=61030&page=2) for more information. Does including vBulletins global clear all pre-defined variables? Thanks to anyone who can help.

Andreas
11-16-2004, 06:08 PM
Take a look at build_new_post() in functions_newpost.php

Gryphon
11-16-2004, 06:37 PM
Err, thanks...but I have gotten a little further than that as you can see by the other thread.