I'm rebuilding the image gallery for FTB 3.0. It was a part of FTB 1.x, but in 2.x I took it out due to security concerns. Anyone could type in the URL http://www.mysite.com/ftb.gallery.aspx?cid=/images/ and upload malicious content or delete important images (this happened on freetextbox.com several times).
For 3.0 I'm encapsulating the image gallery into a control and including some properties for setting the permissions of the gallery based on roles. This way, the gallery can be controlled not only by the on the given form, but programmatically on the gallery.aspx page based on whatever application is employing it. ASP.NET Forums, DNN, and other apps can setup their own permissions controls.
This is really the last task for 3.0 release, so wish me luck.