-- No, the ZLIB compression is on. I just now double checked.
-- Hmm, the teaser forum idea is rocking cool. Will try to implement that tonight.
-- "To change the filesize restrictions, you'd probably need to find the filesize variable in addpost.php and modify it from there... likewise with this list of allowed files. Using one set of variables if they are a member of a certain group.
You'd also have to adjust the same in the modify posts scripts, if people come back and edit their attachments."
So basically, I would need to add an IF - ELSE loop to both the script. We basically want (say)
if forum # == 6
//will have 'special' attachment provisions - i.e.,
set Size = 2MB;
set type =general types + .ram + .wmv + .mpg + .avi;
end if;
Well, I am definitely not a PHP pro. Just tried to visualize it. Don't know how to code though

Thanks however,
hb