Log in

View Full Version : What is the field that saves the user that deleted a discussion ?


mihai11
08-15-2007, 08:53 AM
Hi,

I am writing a mod that will delete ("soft" delete) some threads. Everything is fine with one exception: the user that deleted the thread is not saved. That means that it is not possible to check later who was the moderator that deleted a given thread. How can I fix this ?

I checked the "thread" table but I did not found any field where this information is saved. Where else should I look ?

Regards,
Razvan

Eikinskjaldi
08-15-2007, 10:26 AM
Hi,



I am writing a mod that will delete ("soft" delete) some threads. Everything is fine with one exception: the user that deleted the thread is not saved. That means that it is not possible to check later who was the moderator that deleted a given thread. How can I fix this ?

I checked the "thread" table but I did not found any field where this information is saved. Where else should I look ?



Regards,
Razvan

I am going to go out on a limb and suggest the deletionlog

Assuming you are using vb builtins to do the deletion

mihai11
08-15-2007, 11:42 AM
I am going to go out on a limb and suggest the deletionlog

Assuming you are using vb builtins to do the deletion

You are right: it is the deletion log !