The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Programmatically add tags to threads
Hi,
I create threads by code using datamanager_init('Thread_FirstPost', ...). To add tags to the new threads, I call Code:
dataman->setr('taglist', 'tag1,tag2,tag3'); Regards TiKu |
#2
|
||||
|
||||
Noone knows?
|
#3
|
|||
|
|||
Look in includes/functions_newpost.php, in the function build_new_post(). Look for the section that starts with if ($type == 'thread' AND $post['taglist']).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|