Normally I would. But for this particular site, FieldFrame/nGen won’t work. There will be multiple authors contributing content to this site, and I don’t want them to be able to view/edit/delete other authors’ images, which is what would happen with FieldFrame/nGen (due to nGen’s “use an existing file” option).
How do you make the following code work for multiple weblog id’s?
ORIGINAL CODE(looking at the URI hidden field)MY MOD (changing which hidden field to look at)if (isset($options['hidden_fields']['URI']) && $options['hidden_fields']['URI']=='/post/images/') $options['enctype']='multi';
if (isset($options['hidden_fields']['weblog_id']) && $options['hidden_fields']['weblog_id']=='19') $options['enctype']='multi';
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.