PDA

View Full Version : Allowing image upload just for an review, but don't allow the galery


daFish
03-20-2008, 01:57 PM
Hi,

is it possible to restrict the usage of the image upload?
I would like to give my members the ability to upload a cover (for cd reviews) for a review, but the galery needs to be disabled somehow.

Any ideas?

Morgan
03-20-2008, 03:48 PM
Edit the GARS_gallery template, adding the bit in red bold:

<if condition="1==2 && $gallery_bits && !$typeinfo['supress_gallery']">

daFish
03-20-2008, 05:35 PM
Thanks. Works like a charm. :)