Hey all
Can I ask a quick question?
When your in the forum theres obviously the last posted column.
I'm working on inserting rows into both tblthread and tbltopic (more on that later)...
Basically to me this field in pseudo sql code would be:
select max(message_date) from tblthread where topic_id = @<variable>
Now i'm filling this tblthread.message_date field properly, but for some reason the forum page isnt using my sql but must be looking elsewhere...
Without working out what page is doing what in your forum asp scripts, I was wondering if your writing to the dtabas base the last updated date for each topic and I'm just missing it!?!?!?
Thanks in advance!
Oh, yeah, why am I doing this? Well we're migrating from egroups (eww) to web wiz, so if some adds something on egroups it automatically get added to the forums. This helps with migrations of some 400 members.
It also works if people basically want to email into a forum. I'll start a topic in the mods section once I have got that far as I've seen posts asking to import outlook /exchange/etc data into forums! 90% there, I think this is the last bit!