PDA

View Full Version : attachdata_postsave replacement


XTF
02-01-2010, 03:28 PM
In 3.8 I used the attachdata_postsave hook to update rows in the attachment table after an insert. In 4.0, this hook doesn't appear to be called. What's the proper replacement?

XTF
02-04-2010, 10:32 AM
Somebody?

Lynne
02-04-2010, 08:12 PM
There is still a hook called attachdata_postsave. It's in the file class_dm_attachment.php

XTF
02-05-2010, 03:58 PM
I know, but it doesn't appear to be called. When should it get called?

Lynne
02-05-2010, 05:36 PM
What do you mean it isn't called? Perhaps you need to change your code to use the variable names in that function. It's hard to give you a specific fix when we know nothing about your code.

Just an FYI, but attachments changed quite a bit in vB4. You will not be able to use your old queries - they will need to be modified.