davemaxwell
Access 2000 Support Moderator
USA
3020 Posts |
Posted - 14 October 2002 : 22:33:48
|
All you'd have to do is make another field in the FORUM table called something like PARENT_FORUM_ID, then in default.asp, you'd need to only select those with a PARENT_FORUM_ID = 0. In forum.asp, you'd need to check for any forums that have a PARENT_FORUM_ID = to the selected forum_id (you'd probably want to steal code from default.asp for displaying the forums properly (break it out into a function in an include and calling it from default.asp and forum.asp would probably be the best approach). You'd then need to alter post.asp and post_info.asp to handle the assignment of sub-forums and alter active.asp to sort the topics correctly, showing the sub-forums in order.
Does that give you someplace to start??? |
Dave Maxwell Barbershop Harmony Freak |
|
|