The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is it possible to create a new thread with cron scheduled tasks?
|
|
#2
|
||||
|
||||
|
Sure, if you write the code to do it - almost anything is possible. Do I have that code handy? No. You would have to go search that out yourself. There are mods that create threads, so you can start with the code there.
|
|
#3
|
||||
|
||||
|
You should be creating threads with the ThreadPost Data Manager. In addition to articles, there is some documentation in the manual: Data Managers.
|
|
#4
|
|||
|
|||
|
I tried using datamanager to no avail
![]() PHP Code:
|
|
#5
|
|||
|
|||
|
what error are you getting?
i think PHP Code:
$postuser = 1; $userinfo = fetch_userinfo($postuser); also with fetch_foruminfo |
|
#6
|
||||
|
||||
|
Instead of using a silent error type, use one of the others so you can see what goes wrong.
|
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|