| Difficulty | Beginner |
| Skills Required | XML |
| Estimated Time Required | 10 minutes |
| Source Code Access Required | No |
| Categories | |
| Verified with Versions | 3.0 |
| Views | 595 |
| Average Rating | |
The media uploader is a great tool, but you may want to disable it for whatever reason. Perhaps you want to limit the amount of content uploaded, would prefer not to require your clients have a Java Virtual Machine, or something else entirely!
To make this easy we've left a configuration hook. This means you do not even need to request access to your source code in order to disable it. Just follow these instructions.
<hideBulkUploader>yes</hideBulkUploader>The top of your widget-configuration.xml should now look something like this:
<?xml version="1.0"?>
<widget id="2" root="index">
<name>main</name>
<config>
<hideBulkUploader>yes</hideBulkUploader>
<version type="string" checkState="true">0.1</version>
<appSubdomain type="string">yournetworkname</appSubdomain>
...
You're all set! Your members will now all be directed straight to the simple media uploader forms.
Created Jun 12, 2008 at 1:56pm. Last updated just now.
© 2008 Created by Ning Developer Admin