In forum.asp, look for:
if nDays = "" then
nDays = 30
end if
And change it to:
If Request("Forum_ID") = 999 then
nDays = 365
elseif nDays = "" then
nDays = 30
end if
Where 999 is the forum # for the FAQ forum....
Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead