Manual
Manual
Extension Key: rtehtmlarea Copyright 2004-2006, Maurus Caflisch, <[email protected]> This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 - a GNU/GPL CMS/Framework available from www.typo3.com
Table of Contents
Introduction....................................................................1 What does it do?........................................................1 Requirements.............................................................1 Languages..................................................................1 Credits........................................................................1 License ......................................................................1 Sponsors....................................................................2 Support.......................................................................2 Users manual.................................................................2 FAQ: What is the maximal size of uploads?..............2 Configuration.................................................................2 Step 1: Extension installation.....................................2 Step 2: Prepare StorageFolder..................................2
Step 2: Insert the Plugin.............................................2 Default Configurations................................................3 Tutorial............................................................................3 Working around Internet Explorer caching problem. .3 Using htmlArea RTE in a frontend plugin...................4 Known problems............................................................5 Internet Explorer and HTML tag abbr........................5 Internet Explorer and mod_gzip.................................5 Mozilla 1.3.1 and TCA feature dividers2Tabs............6 All-in-One Gestures Firefox extension and the context menu..............................................................6 To-Do list........................................................................6 Change log......................................................................6
Introduction
What does it do?
The extension offers up- and download files from the FE: offer a administration view for a defined administrator in FE defined upload-Users can be allowed to make downloads and request new categories normal users can surf throw the categories
Requirements
The browser for the FE must provide JavaScript. Without JavaScript absolutly nothing works.
Languages
The extension is currently available in English, German.
Credits
The extension was developed by Urs Heusser and Maurus Caflisch sponsored by HTW Chur.
License
This extension is part of the TYPO3 project. The Typo3 project, and this extension is free software and can be redistributed and/or modified under the terms of the GNU General Public License.
EXT: htw_download - 1
Sponsors
Development of this extension was sponsored by the HTW Chur.
Support
Please first have a look at this documentation, then search public mailing-lists or ask dr. google. When nothing helps, write a Mail to support(at)fh-htwchur.ch.
Users manual
FAQ: What is the maximal size of uploads?
The maximal size can be configured in each plugin for itself. When nothing is configured, 2048 Kb ist the standard maximal size.
Configuration
Step 1: Extension installation
Use the Extension Manager to install the extension. The extension may be installed as a global or local extension.
Property:
Access-groups
Description:
Its only a filter to reduce the amount of groups a Uploader can see, when he sets the access-groups for a downlaod. The Uploader only can choose between groups which are set here.
Default:
Determins a feuser which is the administrator of this plugin Sets the maximal allowed uploadsize. When nothing is set, a standard-size is taken (actual: 2048 kB). !!!ATTENTION!!! This value can't ovverride the maximal upload size of the webserver
2048 kB
EXT: htw_download - 2
Property:
Storage Location
Description:
One or more SysFolders or Pages which contains Objects to show in this plugin. When one is choosen, the admin and uploadusers can administrate the plugin (upload files, edit files and categories) When more than one is choosen, the plugin only shows categories and downloads whitout a possibility to edit.
Default:
Template File
EXT:/templates/templa te.html
Default Configurations
Some TypoScript is set in the background. You can override this. Property:
checkMime mimInclude mimeExclude checkExt extExclude extInclude uploadpath
Data type:
boolean String String boolean String String String ?? ?? ??
Description:
0
Default:
If True, the plugin check the extension of the file. File-Extensions which are excluded File-Extension which are not allowed Path where uploaded files are stored.
Known problems
All Browsers with disabled JavaScript
There is no alternative for browsers without or disabled JavaScript.
EXT: htw_download - 3