Mark Hewitt
02-01-2002, 09:40 AM
I'm trying to implement some primitive form of thread cross posting and think I've worked out how to do it for two threads.
Basically I create a standard pointer thread which points at the real thread, however I add an extra field to the thread table so the real thread can point back at the threadid of the pointer.
So then all I need to do when someone posts a reply is to update the lastpost time, poster etc on the pointer.
Can anyone point me to the routine that updates the thread info so I can modify it to update the other threads information also?
Thanks,
Mark
Basically I create a standard pointer thread which points at the real thread, however I add an extra field to the thread table so the real thread can point back at the threadid of the pointer.
So then all I need to do when someone posts a reply is to update the lastpost time, poster etc on the pointer.
Can anyone point me to the routine that updates the thread info so I can modify it to update the other threads information also?
Thanks,
Mark