The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I added a field to the post table and in hook postdata_save, I have (trimmed down for display):
Quote:
It looks like there is threadfpdata_presave but if I do the same thing, it wants to add that field to the thread. I don't have any fields in the thread table or want to alter it, so how do I accomplish this? thanks! |
#2
|
||||
|
||||
![]()
[s]Setting data in postsave won't save it to the database. By that time, the data has already been updated/created in the database, and you are working with post-processing tasks. You can just update the database with the DB object at postsave:[/s]
Whoops, read the hook wrongly. ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|