YAFLogo

Posted by: chriscoe71 - Wednesday, 30 September 2009 15:19:00
One of our requirements was to limit the number of attachments that could be placed on a single post. Attached is the Patch file for the changes that were done. This adds a new textbox under Admin > Host Settings called "Maximum Number of Attachments per Post". I set the Default to 5, which was our requirement. If the number is greater than 0 and the user has uploaded the maximum, then the Upload table row is hidden from the client. If they delete one of their attached files, then the Upload table row is displayed again. Jason

Posted by: midwestSS - Wednesday, 30 September 2009 15:47:50
slick!

Posted by: herman_herman - Wednesday, 30 September 2009 15:53:08
Excellent.Thanks

Posted by: Jaben - Thursday, 1 October 2009 18:53:03
Committing to the trunk... thanks!

Posted by: chriscoe71 - Friday, 2 October 2009 03:11:39
[quote=Jaben]Committing to the trunk... thanks![/quote] Thanks to you and the rest of the contributors! This is an excellent project and I am happy to help where and when I can.