 |

jsi
User
Jun 23, 2004, 12:53 AM
Post #1 of 2
(1907 views)
Shortcut
|
Is there a way to make it so images can NOT be loaded? I do not want a bunch of images taking up space on my server. Thanks! JSI
|
|
|  |
 |

Eric
Product Specialist

Jun 23, 2004, 12:56 PM
Post #2 of 2
(1900 views)
Shortcut
|
Hi jsi, Thanks for the forum post . To prevent users from uploading any images, you'll want to disable the upload buttons from the article editor. Here's how: - Backup your /templates folder to a safe location.
- Locate _art_menus.html and _writer_menus.html files in /templates/interface folder.
- Open both files using a plain text editor (e.g. Notepad)
- Locate the code below and remove it from both files.
<tr><td colspan=2 align=center> <input type="submit" name="img_edit" value="Manage Images"> <input type="submit" name="img_upload" value="Upload Images"> </td></tr> Save the changes on the server and that's it! Users will no longer have the option to upload images. I hope this helps. If you have other questions please don't hesitate to ask! Cheers, Eric Lau - Product Specialist support@interactivetools.com
|
|
|  |
|