1) Edit the three lines to customize your site info at Line 50 in rssinfo.asp
2) Copy all 4 files and 2 graphics to your forum directory
3) Make the below change to your inc_header.asp file (OPTIONAL) and announce your service!
NOTE) The goal of this exersize is to fine tune the initial query/recordset that the rss.asp file displays. If you have already customized your rss.asp file and wish to use yours instead of mine, that should not be a problem. Simply ensure you duplicate my includes in lines 38-46 in my rss.asp file, and make the substitution that I did on lines 62-63 in my rss.asp file. The rest of the file should not require changes. Good Luck!
- gelliott@yahoo.com
inc_header.asp approx Line 500
-------------------------------
change this -
Response.Write """" & dWStatus("Perform a search by keyword, date, and/or name...") & " tabindex=""-1"">Search" & vbNewline & _
" |" & vbNewline & _
" FAQ" & vbNewline
to this -
Response.Write """" & dWStatus("Perform a search by keyword, date, and/or name...") & " tabindex=""-1"">Search" & vbNewline & _
" |" & vbNewline & _
" FAQ" & vbNewline & _
" |" & vbNewline & _
" RSS" & vbNewline