The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Trying to use datamanager to move thread
Hello,
(Sorry for my bad english) : I'm trying to move a thread and use the vbulletin datamanager. But when i run my script, nothing happen : my thread is not moved and i don't have any errors Here is my code : PHP Code:
$req_fetch['forumid'] is an integer (141, 142, 179 or 110 depend of the user) What's wrong ? Thank you |
#2
|
|||
|
|||
I'm pretty sure you need $threadinfo to contain the threadid (at least - there maybe be other fields it needs as well). You could use the function fetch_threadinfo, like:
Code:
$threadid = 5; $threadinfo = fetch_threadinfo($threadid); |
#3
|
|||
|
|||
That's right, the function need more informations :
PHP Code:
Thank you ! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|