I don't recall doing much customization other than
--
Creating a folder in inetpub\wwwroot called forums, extracting into
there
--
Creating a folder in inetpub called db, then a folder with a cryptic
name like howDduT.
--
Moved the .mdb file supplied with the system to the above folder, AND
renamed it to a cryptic name like whupTdoo
--
Edited config.asp to uncomment the "access" sql line and then
uncommented the Access line and pointed the filename to the above file
--
Putting in my own logo file (of course!)
--
Running http://server/forums/setup.asp from a client
--
Then I added nt authentication, auto-logon, created some categories and
forums, played with the profiles, etc. One annoying thing is that with
nt-auth and auto-logon, it gives an error, then the user has to click on
Profiles, then it gives a register link. It's a known issue and I
haven't customized it further to fix it yet
--
Do you get an error? Is there anything in the IIS logs? Is your
Default Web Site on (server_name) configured to allow asp execution?
To answer the other question by the other gent -- no, there aren't any
webparts available, but you really don't need any. I mean, what would
the web part do?
So, what you do (like you do for so many other things) is figure out the
URL you'd need to display what you want, and then "create a new web
part" and under advanced settings check "get content from following" and
put that URL in.
IE, http://server/forums/topic.asp?TOPIC_ID=4 would display an entire
page devoted to a specific Topic. http://go/forums/forum.asp?FORUM_ID=3
would display the entire forum.
I haven't figured out a way to eliminate some of the header stuff or
further crop just the content, but I bet some digging in forum.asp would
help.