|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<T3locallang>
|
|
<meta type="array">
|
|
<description>CSH for TYPO3 Core Modules</description>
|
|
<type>CSH</type>
|
|
<csh_table>xMOD_csh_corebe</csh_table>
|
|
</meta>
|
|
<data type="array">
|
|
<languageKey index="default" type="array">
|
|
<label index=".alttitle">TYPO3 Core</label>
|
|
<label index=".description">TYPO3 is a Content Management Framework which consists of a central program core with only limited functionality. To extend this core system there are hundreds of extensions which in combination will provide a very capable system.</label>
|
|
<label index=".details">For most people TYPO3 is equivalent to a CMS providing a backend for management of the content and a frontend engine for website display. However TYPO3s core is natively designed to be a general purpose framework for management of database content. The core of TYPO3 delivers a set of principles for storage of this content, user access management, editing of the content, uploading and managing files etc. Many of these principles are expressed as an API (Application Programmers Interface) for use in the <em>extensions</em> which ultimately adds most of the real functionality.</label>
|
|
<label index="_.seeAlso">Inside TYPO3 | http://typo3.org/documentation/document-library/doc_core_inside/This_document-1/</label>
|
|
<label index="_.image">EXT:lang/cshimages/login.png</label>
|
|
<label index=".image_descr">TYPO3 backend login screen summer 2004 (version 3.6.1).</label>
|
|
<label index="menu_modules.alttitle">Backend modules</label>
|
|
<label index="menu_modules.description">The Backend menu reflects the hierarchy of main- and sub-modules in TYPO3. Click a menu item to access the corresponding module.</label>
|
|
<label index="menu_modules.details">Backend Users might see different menu items depending on their access permissions. The "Admin" user on a system will always see all modules available.
|
|
|
|
You can configure the backend to display the menu in two alternative versions (useful on smaller screens); As a selector box or list of icons in the top frame of the backend.
|
|
|
|
When you click the little "+" or "-" icons next to the main modules, you can collapse (-) or expand (+) all the sub modules. By selecting the "Expand all" check box, all items are expanded. When the checkbox is unselected again, the menu changes back to the previous folding state. If you click "Expand all" and collapse a main module afterwards, the previous folding state is discarded and "Expand all" is unselected again.</label>
|
|
<label index="_menu_modules.seeAlso">be_groups:groupMods,
|
|
be_users:userMods,
|
|
_MOD_user_setup:option_noMenuMode,
|
|
More about Modules | http://typo3.org/documentation/document-library/doc_tut_quickstart/Backend_and_frontend/</label>
|
|
<label index="_menu_modules.image">EXT:lang/cshimages/core_2.png,
|
|
EXT:lang/cshimages/core_3.png</label>
|
|
<label index="menu_modules.image_descr">This is the range of menu options for a typical backend user.
|
|
For another backend user it might be different. This screen shot shows how another user has different permissions set and therefore access to other modules only. Also the backend language has been set different for this user.</label>
|
|
<label index="menu_adminFunction.alttitle">Admin Functions</label>
|
|
<label index="menu_adminFunction.description">The Admin Functions allow administrators to clear caches etc.</label>
|
|
<label index="menu_adminFunction.details">TYPO3 has multiple caching systems:
|
|
|
|
<b>Database Cache</b>
|
|
A very central cache is the database cache table, "cache_hash", which needs to be flushed after certain major changes in the system. You "clear all cache" by clicking the link with the blue icon. After this operation any website content should be re-generated from the sources rather than be delivered from caches. This operation clears <i>all</i> database tables registered as flushable cache tables.
|
|
|
|
<b>Cached PHP configuration files from Extensions</b>
|
|
TYPO3 also caches small configuration scripts from extensions, "ext_localconf.php" and "ext_tables.php". These files are simply read from all installed extensions and concatenated into temporary PHP scripts found in the typo3conf/ folder, named "temp_CACHED_*.php". Sometimes you need to remove these files so TYPO3 re-writes them from the originals. This is done by the "Clear temp_CACHED" link.
|
|
|
|
<b>Notice:</b> You should not clear these caches without a second thought. Clearing caches may affect performance on your server negatively for a while. Obviously the cached content has to be regenerated which takes time and under heavy load it might make your server un-available for a while.</label>
|
|
<label index="_menu_adminFunction.seeAlso">be_users:admin</label>
|
|
<label index="_menu_adminFunction.image">EXT:lang/cshimages/core_1.png</label>
|
|
<label index="pagetree.alttitle">The Page Tree</label>
|
|
<label index="pagetree.description">This is the hierarchical organization of pages in TYPO3. Typically websites are build so they reflect the page structure in the page tree directly in the website navigation.</label>
|
|
<label index="pagetree.details">The page tree works like a file system. Each page is like a directory where you can store files. In TYPO3 you store database records inside of each page. Some of these records, typically called "Content Elements", contains the website content of pages. Other records can be from plugins like a glossary or a guestbook and they are only displayed indirectly by a plugin inserted as a Content Element.
|
|
Some backend users will see only a part of the page tree for a website. This feature allows the administrator to configure backend users with different responsibilities for maintaining branches of the page tree.
|
|
|
|
<b>Navigating the tree</b>
|
|
Simply click the +/- buttons to expand and contract the branches of the tree.
|
|
If you click the page icons you should see a context menu pop up. It will contain options specifically for that page.
|
|
Clicking the title of a page is another option. It will load the right frame of the Web main module with the selected sub-module. The content shown in the right frame will be related to the page clicked.</label>
|
|
<label index="_pagetree.seeAlso">xMOD_csh_corebe:list_module,
|
|
More about the Page Tree | http://typo3.org/documentation/document-library/doc_tut_quickstart/Pagetree/
|
|
Rendering Page trees [Technical] | http://typo3.org/documentation/document-library/doc_core_api/Rendering_page_trees/
|
|
Using the page tree (Animation) | FILE:EXT:welcome/modsub/ani_01.gif
|
|
Clicking Icons or Titles? (Animation) | FILE:EXT:welcome/modsub/ani_06.gif
|
|
Creating pages (Animation) | FILE:EXT:welcome/modsub/ani_07.gif
|
|
Moving pages (Animation) | FILE:EXT:welcome/modsub/ani_08.gif</label>
|
|
<label index="_pagetree.image">EXT:lang/cshimages/core_4.png,
|
|
EXT:lang/cshimages/core_5.png,
|
|
EXT:lang/cshimages/core_6.png,
|
|
EXT:lang/cshimages/core_7.png</label>
|
|
<label index="pagetree.image_descr">An example of a Page Tree in TYPO3. The page tree is available under any of the Web sub-modules in the menu.
|
|
Clicking the icon of a page displays a context sensitive menu with options for that particular page.
|
|
Clicking the title of a page in the page tree will load the right frame with the current submodule. The page id is passed to the module so it displays content related to the page you clicked.
|
|
Holding the mouse pointer over a page icon for a few seconds will display tool-tip information telling you details about the state of the page. Here a page is access restricted and you will be told which group the access is set for by the tool-tip.</label>
|
|
<label index="filetree.alttitle">The Folder Tree</label>
|
|
<label index="filetree.description">Shows the directory structure of a mounted path on the webserver. You can browse the folder tree like you are used to browse the file system on your own computer.</label>
|
|
<label index="filetree.details">The Folder Tree is available for any sub-module of the File main module in TYPO3. The File module is like a little web-based FTP-client inside of TYPO3 which allows you to upload, rename, copy, move, delete and edit files inside TYPO3.
|
|
Most users of TYPO3 doesn't need access to the File module and sub-modules in order to upload images on web-pages. They can do this directly when editing Content Elements. But the File module is useful for maintaining collections of files on the server, for example an image archive or files for download.
|
|
|
|
<b>Navigating the Folder Tree</b>
|
|
You can expand and contract the folder tree by the +/- icons.
|
|
Clicking a folder icon will display a pop-up menu with options related to that particular folder. Options include copy/cut/paste, rename, upload etc.
|
|
Clicking the folder title will load the currently active sub-module in the right frame of the backend. The sub-module will typically show files and folders inside the folder you clicked.
|
|
|
|
<b>Granting access to the Folder Tree</b>
|
|
The administrator needs to allow backend users to access the File modules and in addition make a file mount available to them before they can use the Folder Tree.</label>
|
|
<label index="_filetree.seeAlso">be_groups:groupMods,
|
|
be_groups:file_mountpoints,
|
|
be_users:file_mountpoints,
|
|
Managing files in TYPO3 | http://typo3.org/documentation/document-library/doc_tut_quickstart/Managing_files_in_TY/
|
|
Uploading Files | http://typo3.org/documentation/document-library/doc_tut_quickstart/Uploading_images_to/,
|
|
Details about file mounts | http://typo3.org/documentation/document-library/doc_core_inside/More_about_File_Moun/,
|
|
sys_filemounts,
|
|
xMOD_csh_corebe:filelist_module</label>
|
|
<label index="_filetree.image">EXT:lang/cshimages/core_8.png,
|
|
EXT:lang/cshimages/core_9.png,
|
|
EXT:lang/cshimages/core_10.png</label>
|
|
<label index="filetree.image_descr">The Folder Tree of the "fileadmin/" folder. This is mounted by default for "Admin"-users. Other users will have to have a file mount configured for them first.
|
|
Clicking the icon of a folder displays the context menu of the folder.
|
|
If you click the folder title in the Folder Tree you will see the sub-module loaded in the right frame. Here it is the File > Filelist module that will display files and folders inside. Clicking the icon of a file will display a context menu for the file.</label>
|
|
<label index="list_module.alttitle">The Web>List module</label>
|
|
<label index="list_module.description">Listing records located on a page. From here you can copy/cut/paste records around in the system. You can edit records, access the change history of elements etc.</label>
|
|
<label index="list_module.details">The list module is like the file manager in an Operating System; it provides basic access to all "elements" available in the system. In TYPO3 almost all information is stored in the database and managed after the same principles internally. For instance Content Elements representing page content are database records just like backend users are. The Web>List module allows us to create, modify and delete both kinds of records after the same principles.
|
|
|
|
The Web>List module might not be the best "view" of the content on a page for any situation. For instance if you want to manage website content on a page (Content Elements) you should rather use the "Web>Page" module which is designed to display content elements more optimized. But the List module will always give you access to whatever is on the page in a basic way if no better module is available for management.
|
|
|
|
<b>Single-table mode</b>
|
|
If you click the tabel title in the listing you will enter single-table mode. In this mode you can select additional fields from the table to show in the listing. Also you will get additional editing facilities, for instance you will be able to edit multiple records at a time and even only certain fields from those records. See the screenshot for more details.</label>
|
|
<label index="_list_module.seeAlso">xMOD_csh_corebe:pagetree,
|
|
xMOD_csh_corebe:list_module_root,
|
|
xMOD_csh_corebe:filelist_module,
|
|
xMOD_csh_corebe:TCEforms
|
|
Selective Editing | http://typo3.org/documentation/document-library/doc_tut_quickstart/Selective_editing/
|
|
The List module ("Inside TYPO3") | http://typo3.org/documentation/document-library/doc_core_inside/List_module/,</label>
|
|
<label index="_list_module.image">EXT:lang/cshimages/core_11.png,
|
|
EXT:lang/cshimages/core_12.png,
|
|
EXT:lang/cshimages/core_34.png,</label>
|
|
<label index="list_module.image_descr">Here the page "Cameras" has been clicked in the page tree and in the right frame the Web>List module shows the contents of the page. Here a single content element (Shop Plugin) is inserted in order to display the other items on the page which are three product records in this case.
|
|
If you enable "Extended mode" and the "Clipboard" you will get additional buttons in the interface to operate on the records shown here. Also notice how you can click any record icon to get a "Clickmenu" for the element.
|
|
Here you see the single-table mode active for the "Pagecontent" tabel (Content Elements). In the fieldbox the "Hide" field is selected to be included in the listing. If you click any of the edit icons (marked with red border) you will be able to edit [from left to right] a) all listed fields (here "Header" and "Hide"), b) full record or c) a single field (eg. "Hide") for <u>only</u> the selected records (defined by the checkboxes seen).</label>
|
|
<label index="list_module_noId.alttitle">Web>List module with no ID given</label>
|
|
<label index="list_module_noId.description">The Web>List module must have a page ID passed to it before it can display any content. Please click a page title in the Page Tree.</label>
|
|
<label index="_list_module_noId.seeAlso">xMOD_csh_corebe:list_module</label>
|
|
<label index="list_module_root.alttitle">Root of the Page Tree</label>
|
|
<label index="list_module_root.description">The root of the Page Tree is having id 0 (zero = no page) and the special circumstance is that records in the page tree root can be accessed and edited <i>only</i> by "Admin" users.</label>
|
|
<label index="list_module_root.details">Only records from certain database tables are allowed to be created in the page tree root. This includes Backend Users, Backend Groups, File Mount records, Language records etc., and you cannot create Content Elements or Frontend Users in the root of the Page Tree. It also works the other way around; For example you cannot create Backend Users anywhere in the page tree.
|
|
Usually records that are located in the page tree root are somehow "global" for the whole TYPO3 installation and doesn't make sense inside a specific branch of the page tree.</label>
|
|
<label index="_list_module_root.seeAlso">xMOD_csh_corebe:list_module
|
|
The List module ("Inside TYPO3") | http://typo3.org/documentation/document-library/doc_core_inside/List_module/</label>
|
|
<label index="_list_module_root.image">EXT:lang/cshimages/core_13.png,
|
|
EXT:lang/cshimages/core_14.png,</label>
|
|
<label index="list_module_root.image_descr">Example of records in the page tree root; Backend users, groups, filemounts and website languages.
|
|
When "Admin"-users wants to create a new record in the page tree root they will see a limited number of record types to create. This reflects which tables are configured to be created in the page tree root.</label>
|
|
<label index="list_clipboard.alttitle">TYPO3 Clipboard</label>
|
|
<label index="list_clipboard.description">The clipboard is an internal registry where records and files can be "stored" temporarily. Usually the clipboard is used for copy/cut/paste operations internally of one or more elements.</label>
|
|
<label index="_list_clipboard.seeAlso">xMOD_csh_corebe:list_module,
|
|
xMOD_csh_corebe:filelist_clipboard,
|
|
Using the clipboard | http://typo3.org/documentation/document-library/doc_tut_quickstart/Using_the_List_modul/
|
|
Numeric Clipboard pads | http://typo3.org/documentation/document-library/doc_tut_quickstart/The_numeric_clipboar/
|
|
Clipboard details [Technical] | http://typo3.org/documentation/document-library/doc_core_inside/Clipboard/,
|
|
Accessing clipboard in scripts [Technical] | http://typo3.org/documentation/document-library/doc_core_api/Accessing_the_clipbo/</label>
|
|
<label index="_list_clipboard.image">EXT:lang/cshimages/core_16.png,
|
|
EXT:lang/cshimages/core_17.png,</label>
|
|
<label index="list_clipboard.image_descr">Whenever you use the copy/cut/paste functions in the clickmenus you will actually use the clipboard to store the element internally in TYPO3.
|
|
If you select one of the numeric clipboard pads you will be able to store more than a single element on the clipboard at a time. In the record listings you will then see checkboxes next to the elements by which you can select/deselect elements for the clipboard.</label>
|
|
<label index="list_searchbox.alttitle">Search Box</label>
|
|
<label index="list_searchbox.description">By this search box you can do a free text search in all the listed records. You can also search recursively in sub-pages by selecting a number of levels to search in the selector box to the right of the search field.</label>
|
|
<label index="_list_searchbox.seeAlso">xMOD_csh_corebe:list_module</label>
|
|
<label index="_list_searchbox.image">EXT:lang/cshimages/core_15.png,</label>
|
|
<label index="list_options.alttitle">List module options</label>
|
|
<label index="list_options.description">Enable the "Extended view" mode to see additional control buttons for each record in the listing. Enable the "Clipboard" to see the clipboard and its content.</label>
|
|
<label index="_list_options.seeAlso">xMOD_csh_corebe:list_module,
|
|
xMOD_csh_corebe:list_clipboard,
|
|
xMOD_csh_corebe:filelist_options</label>
|
|
<label index="_list_options.image">EXT:lang/cshimages/core_18.png,
|
|
EXT:lang/cshimages/core_19.png,</label>
|
|
<label index="list_options.image_descr">The options checkboxes.
|
|
Selecting "Extended view" will enable the control buttons in the record lists.</label>
|
|
<label index="new_regular.alttitle">Create new record</label>
|
|
<label index="new_regular.description">This list shows the types of records (database tables) you can create on the page. Click a table name to select the type.</label>
|
|
<label index="_new_regular.seeAlso">xMOD_csh_corebe:new_ce,
|
|
xMOD_csh_corebe:new_pages</label>
|
|
<label index="_new_regular.image">EXT:lang/cshimages/core_70.png</label>
|
|
<label index="new_regular.image_descr">The selection of records a user can create on this particular page. The selection depends on the users permissions and the page type. For example a SysFolder page type can contain any kind of record while regular pages can contain only some types (like content elements).</label>
|
|
<label index="new_pages.alttitle">Create new page wizard</label>
|
|
<label index="new_pages.description">Creating a new page means you have to find a position for it in the page tree. This wizard helps you find this position easily by clicking the flashing arrow pointing to the position you want.</label>
|
|
<label index="_new_pages.seeAlso">xMOD_csh_corebe:new_regular,
|
|
xMOD_csh_corebe:new_ce,
|
|
How to create a new page | http://typo3.org/documentation/document-library/doc_tut_quickstart/New_page/</label>
|
|
<label index="_new_pages.image">EXT:lang/cshimages/core_20.png,
|
|
EXT:lang/cshimages/core_21.png,</label>
|
|
<label index="new_pages.image_descr">Between each page in the tree you find small icons that point out a place for a new page. Select a position by clicking one of these icons.
|
|
To access the "Create new page wizard" in the first place, just click the link in the Create new record dialog.</label>
|
|
<label index="new_ce.alttitle">Create new Content Element Wizard</label>
|
|
<label index="new_ce.description">Content Elements come in many flavors and inserting new content on a page means you have to select the right element type. This wizard helps you to pick a main type of element before you actually begin to enter content.</label>
|
|
<label index="new_ce.details">Selecting an element type here will just preset the content element with certain values. You can always change the values later and if you cannot find exactly the type you need you can just pick the one that comes closest to your need, then adjust the details later.</label>
|
|
<label index="_new_ce.seeAlso">xMOD_csh_corebe:new_pages,
|
|
xMOD_csh_corebe:new_regular,
|
|
How to create new page content | http://typo3.org/documentation/document-library/doc_tut_quickstart/New_page/
|
|
More about Content Element types | http://typo3.org/documentation/document-library/doc_tut_quickstart/Content_element_type/
|
|
Adding Custom elements [Technical] | http://typo3.org/documentation/document-library/doc_core_api/Adding_elements_to_t/</label>
|
|
<label index="_new_ce.image">EXT:lang/cshimages/core_22.png,
|
|
EXT:lang/cshimages/core_23.png,
|
|
EXT:lang/cshimages/core_24.png,</label>
|
|
<label index="new_ce.image_descr">The Content Element wizard presents a set of preset types. Just select one by clicking its title.
|
|
After selecting the type you will (often) have to select a position of the element among the other existing Content Elements on the page.
|
|
You can access the Content Element wizard from the Create new record dialog.</label>
|
|
<label index="move_el_pages.alttitle">Move page wizard</label>
|
|
<label index="move_el_pages.description">By this wizard you can visually re-position (or copy) a page inside TYPO3. The element you move is shown in the top.</label>
|
|
<label index="move_el_pages.details">As an alternative to using the regular Copy/Cut/Paste functions in the clickmenus of records you can also use the move-page wizard. It lets you re-position a page by a visual view of the page tree rather than using the concept of "Paste into" and "Paste after".</label>
|
|
<label index="_move_el_pages.seeAlso">xMOD_csh_corebe:move_el_cs,
|
|
xMOD_csh_corebe:new_pages,
|
|
Moving pages | http://typo3.org/documentation/document-library/doc_tut_quickstart/Move_page/</label>
|
|
<label index="_move_el_pages.image">EXT:lang/cshimages/core_27.png,
|
|
EXT:lang/cshimages/core_28.png,</label>
|
|
<label index="move_el_pages.image_descr">The wizard works like when you create new pages with the wizard; You position the element by the grey arrows.
|
|
To access the "Move page wizard" you open the clickmenu of the page, select "More options..." and then "Move page". Alternatively you can click the "Move page" icon in the "Extended view" of the Web>List module.</label>
|
|
<label index="move_el_cs.alttitle">Move Content Element Wizard</label>
|
|
<label index="move_el_cs.description">By this wizard you can visually re-position (or copy) a Content Element inside TYPO3. The element you move is shown in the top.</label>
|
|
<label index="move_el_cs.details">By the grey icons in the content element list you can point out the new position of the content element. If you need to move the element to another page, simply browse the page tree in the bottom of the wizard.</label>
|
|
<label index="_move_el_cs.seeAlso">xMOD_csh_corebe:move_el_pages,
|
|
xMOD_csh_corebe:new_regular</label>
|
|
<label index="_move_el_cs.image">EXT:lang/cshimages/core_25.png,
|
|
EXT:lang/cshimages/core_26.png,</label>
|
|
<label index="move_el_cs.image_descr">The wizard works like when you create new Content Elements with the wizard; You position the element by the grey arrows.
|
|
To access the "Move Content Element Wizard" you click the "Move element" icon in the "Extended view" of the Web>List module.</label>
|
|
<label index="history_log.alttitle">History log</label>
|
|
<label index="history_log.description">The History log gives you a visual overview of the changes that has happened to the element over the last editing operations. You can roll back changes to any state by using the icons in the interface.</label>
|
|
<label index="history_log.details">By default 20 states of history data is preserved in TYPO3 and after a week it expires. The history is very useful for tracking changes to a record since you can see which user did what at which point in time - and roll back any changes you didn't like.
|
|
If you click the roll-back pencil you will revert the element to the state it had at that particular time.
|
|
If you click the Info icon you will see in detail what the difference is from current time to this state of the element.
|
|
|
|
<b>Configuring levels and expire times [for admins]</b>
|
|
If you want to extend the number of history states to above the default 20 you can easily do so using Page TSconfig - meaning that it can even depend on the branch of the page tree where the record is stored! See link below.
|
|
|
|
<b>Notice:</b> If you do not see red/green difference values, the server TYPO3 runs on does not support making difference views or it has been incorrectly configured to provide this feature.</label>
|
|
<label index="_history_log.seeAlso">xMOD_csh_corebe:history_sum,
|
|
Configuring History using Page TSconfig | http://typo3.org/documentation/document-library/doc_core_tsconfig/MOD/
|
|
Undo/History article | http://typo3.org/documentation/tips-tricks/the-undohistory-feature/</label>
|
|
<label index="_history_log.image">EXT:lang/cshimages/core_37.png,
|
|
EXT:lang/cshimages/core_38.png</label>
|
|
<label index="history_log.image_descr">You can access the History/Undo log from the Web>List module when in "Extended view" mode. Alternatively you can access it under "More options..." in the clickmenu of an element.
|
|
The History log shows visually the changes between each step of editing.</label>
|
|
<label index="history_sum.alttitle">History Summary</label>
|
|
<label index="history_sum.description">This shows the total difference between the selected state in history to the current state of this element.</label>
|
|
<label index="history_sum.details">You can browse forth and back in the history using the arrow buttons in the upper left corner. You can also save a state in history by the little "disk-icon".
|
|
Finally you can revert either the whole record to this state in history by the revert icon in the top <em>or</em> you can revert only a single field if you like to by clicking the revert icon displayed for each field.
|
|
|
|
<b>Notice:</b> If you do not see red/green difference values, the server TYPO3 runs on does not support making difference views or it has been incorrectly configured to provide this feature.</label>
|
|
<label index="_history_sum.seeAlso">xMOD_csh_corebe:history_entry,
|
|
Undo/History article | http://typo3.org/documentation/tips-tricks/the-undohistory-feature/</label>
|
|
<label index="_history_sum.image">EXT:lang/cshimages/core_39.png</label>
|
|
<label index="history_sum.image_descr">The Info view of a state in history shows the "sum" of changes from current time to that point in history for the element.</label>
|
|
<label index="history_entry.alttitle">Log entry history</label>
|
|
<label index="history_entry.description">This view displays the changes made to the content element for the log entry you clicked. The red and green values in the text shows the previous/new values of the record.</label>
|
|
<label index="history_entry.details"><b>Notice:</b> If you do not see red/green difference values, the server TYPO3 runs on does not support making difference views or it has been incorrectly configured to provide this feature.</label>
|
|
<label index="_history_entry.image">EXT:lang/cshimages/core_40.png</label>
|
|
<label index="TCEforms.alttitle">TYPO3 Editing Forms</label>
|
|
<label index="TCEforms.description">All records in TYPO3 is edited through a standardized form interface like the one you see here. No matter if you edit pages, content elements, guestbook items or user records you will use the same familiar interface.</label>
|
|
<label index="TCEforms.details"><b>Saving content</b>
|
|
Just press one of the save-buttons in the top of bottom of the form. There are some variants allowing you to "Save and close document" or "Save document and View page". The latter will save the document and open a new window where the affected page is shown (be sure to disable pop-up blockers for this function!)
|
|
|
|
<b>Secondary options (palettes)</b>
|
|
Fields in the editing forms are prioritized so that certain fields of generally lesser interest is moved to a so called "palette". By default it means that the fields appears in the top frame when you enter the field to which the secondary fields are associated. But you can also enable the fields to be shown in the main form which is more convenient some times - just select the "Show secondary options" checkbox (bottom of page).
|
|
|
|
<b>Editing multiple records at a time</b>
|
|
From the Web>List module you can activate editing of multiple records at a time. This is done when you list a single table and enable multiple columns for display (see Web>List module for details) - then icons will link you to a form with multiple records displayed, possibly with only certain fields available for editing.
|
|
|
|
<b>Frontend Editing</b>
|
|
Another way of editing records in TYPO3 is using the website frontend. Depending on your user credentials you will see small pencil icons in the frontend. When you click these you will be guided to a form where you can also change the content.
|
|
|
|
<b>Customize the forms [for Admins]</b>
|
|
You can customize the TCEforms in many ways using User TSconfig and Page TSconfig. See links below.</label>
|
|
<label index="_TCEforms.seeAlso">Editing pages | http://typo3.org/documentation/document-library/doc_tut_quickstart/Edit_page/
|
|
Frontend Editing | http://typo3.org/documentation/document-library/doc_tut_quickstart/Frontend_editing/,
|
|
xMOD_csh_corebe:list_module
|
|
User TSconfig related to forms | http://typo3.org/documentation/document-library/doc_core_tsconfig/OPTIONS/
|
|
Page TSconfig related to forms | http://typo3.org/documentation/document-library/doc_core_tsconfig/RTE/
|
|
Linking to the edit forms [Technical] | http://typo3.org/documentation/document-library/doc_core_api/Links_to_edit_record/</label>
|
|
<label index="_TCEforms.image">EXT:lang/cshimages/core_30.png,
|
|
EXT:lang/cshimages/core_29.png,
|
|
EXT:lang/cshimages/core_32.png,
|
|
EXT:lang/cshimages/core_33.png,
|
|
EXT:lang/cshimages/core_31.png,</label>
|
|
<label index="TCEforms.image_descr">This is how a typical record is edited in TYPO3. The form display is standardized for all types of records. You will always see the same buttons in the top for saving or closing. In the blue bar you will see the type of record (table name) and the ID number that each record has (uid). Here the record is a page with ID "2" and the title "Content Elements".
|
|
In the bottom of the editing page you will find additional options for the interface. You can select "Show field descriptions" if you want a small text shown for each element that explains what it is used for. Also "Show secondary options" is very important since it will show additional form fields in the main forms (from "palettes").
|
|
Here "Show secondary options (palettes)" is enabled. The result is that a number of additional fields of "lower priority" is shown under the "Pagetitle" field.
|
|
The "additional fields" from the example above is located in a so called "palette" which is normally shown in the top frame when "Show secondary options" is disabled. Whether you prefer the one or the other solution is your choice.
|
|
This is an example of three Content Elements being edited at the same time. You can edit multiple records by using the links from the Web>List module in single-table mode. Notice that not only are three records shown at the same time - it is also a limited number of fields shown for editing, here "Header" and "Hide". You can combine this almost any way you like. This is of course very useful if you need to edit only the header of multiple records.</label>
|
|
<label index="TCEforms_docSelector.alttitle">Document Selector</label>
|
|
<label index="TCEforms_docSelector.description">Here you can switch between "open documents" in TYPO3.</label>
|
|
<label index="_TCEforms_docSelector.image">EXT:lang/cshimages/core_35.png,</label>
|
|
<label index="TCEforms_cacheSelector.alttitle">Forms Menu</label>
|
|
<label index="TCEforms_cacheSelector.description">This is alternative ways to select "Save"/"Close" operations for records. You can also select "clear-cache" operations if you are allowed access to them.</label>
|
|
<label index="TCEforms_cacheSelector.details">Clearing the cache for pages and clearing all cache can be done from this menu as well. If you wonder why content on the frontend webpage seems to be different from what is in the database you might need to clear the page cache by using one of these options.
|
|
If cache options are not available for you, you should ask your administrator to enable it for you. (Admins: See link below to TSconfig.)</label>
|
|
<label index="_TCEforms_cacheSelector.seeAlso">User TSconfig (See "clearCache.pages/.all") | http://typo3.org/documentation/document-library/doc_core_tsconfig/OPTIONS/</label>
|
|
<label index="_TCEforms_cacheSelector.image">EXT:lang/cshimages/core_36.png,</label>
|
|
<label index="perm_module.alttitle">Viewing page permissions</label>
|
|
<label index="perm_module.description">This view will tell you about the page permissions in the page tree.</label>
|
|
<label index="perm_module.details">There are two modes you can select:
|
|
|
|
<b>User overview:</b>
|
|
This will show you the permissions for <em>your</em> login. So the green/red indicators will reflect the combined user/group/everyone permissions that apply to your login!
|
|
If there is a grey background behind the indicators it tells you that you are the owner of the page.
|
|
|
|
<b>Permissions</b>
|
|
Shows the permissions settings for owner / group / everybody. You will be able to edit these settings by clicking the edit icon next to the page title. Only an owner of a page (or the "Admin"-user) can change permissions for the page.</label>
|
|
<label index="_perm_module.seeAlso">xMOD_csh_corebe:perm_module_setting,
|
|
User Management Howto | http://typo3.org/documentation/document-library/doc_tut_quickstart/Setting_up_user_perm/
|
|
Permission system in TYPO3 [Technical] | http://typo3.org/documentation/document-library/doc_core_inside/Access_Control_optio/,
|
|
_MOD_user_setup:option_helpText</label>
|
|
<label index="_perm_module.image">EXT:lang/cshimages/core_43.png,
|
|
EXT:lang/cshimages/core_41.png,</label>
|
|
<label index="perm_module_setting.alttitle">Setting permissions for a page</label>
|
|
<label index="perm_module_setting.description">Select the owner user and group plus the permissions for each in the matrix. Only an owner of a page (or the "Admin"-user) can change permissions for the page.</label>
|
|
<label index="perm_module_setting.details">Setting permissions is done in five categories for owner / group / everybody so it works much like permissions for files and folders in many operating systems.
|
|
|
|
<b>Show page</b>
|
|
If set, a user can see the page and its content in the backend. The user can also copy the content but not move, delete or edit.
|
|
|
|
<b>Edit content</b>
|
|
Allows users to add, delete, change and move records (other than page records) on this page. This permission must be given if users should be allowed to create Content Elements etc. on the page.
|
|
|
|
<b>Edit page</b>
|
|
Allows a user to edit the page record itself. This could be changing the page title or moving the page to another location.
|
|
|
|
<b>Delete page</b>
|
|
If set, a user is allowed to delete the page and the content on the page.
|
|
|
|
<b>New pages</b>
|
|
Allows users to create sub-pages to this page.</label>
|
|
<label index="_perm_module_setting.seeAlso">xMOD_csh_corebe:perm_module,
|
|
User Management Howto | http://typo3.org/documentation/document-library/doc_tut_quickstart/Setting_up_user_perm/</label>
|
|
<label index="_perm_module_setting.image">EXT:lang/cshimages/core_42.png</label>
|
|
<label index="perm_module_setting.image_descr">In this matrix you can set permissions for owner, group and everybody in the five categories available.</label>
|
|
<label index="filelist_module.alttitle">File > Filelist module</label>
|
|
<label index="filelist_module.description">Shows the files and folders from the folder title you have clicked in the folder tree. Click the icons of the files and folders to perform various actions on the elements.</label>
|
|
<label index="filelist_module.details">The File > Filelist module provides the main interface to the web-based "FTP-features" in TYPO3. Clicking a folder in the navigation frame will display the files in that folder in the list frame to the right.
|
|
|
|
If you click the icon of a file you will see a menu pop up with menu items related to the file or folder. This enables you to edit, rename and copy files to name a few.
|
|
|
|
<b>The "TEMP" folder</b>
|
|
There is a special folder, the "TEMP" folder. This is meant to be used for temporary uploads of files that are going to be attached to TYPO3 records later. Content in the TEMP folder should be possible to flush once in a while when the folder becomes too crowded with files. So don't store persistent data in there!
|
|
The actual folder name is actually "_temp_". The interface will just interprete this with "TEMP" in bold.
|
|
The same applies to folders named "_recycler_" - they will be trash cans in the folder tree.</label>
|
|
<label index="_filelist_module.seeAlso">xMOD_csh_corebe:list_module,
|
|
xMOD_csh_corebe:filetree,
|
|
be_groups:file_mountpoints,
|
|
sys_filemounts</label>
|
|
<label index="_filelist_module.image">EXT:lang/cshimages/core_47.png,
|
|
EXT:lang/cshimages/core_49.png</label>
|
|
<label index="filelist_module.image_descr">Here the content of the TEMP folder is shown in the list frame. You can see the filetype, the modification time, size of the file. If you click the filename you will open the file in the browser (if the path is in the web-root).
|
|
When you click a file icon you see a context menu appear over it. Here you can perform file operations on the item.</label>
|
|
<label index="filelist_clipboard.alttitle">Filelist Clipboard</label>
|
|
<label index="filelist_clipboard.description">The TYPO3 clipboard works for files as well as for database records (see the Web>List module). You only need to enable the clipboard if you want to use the numeric clipboard pads.</label>
|
|
<label index="_filelist_clipboard.seeAlso">xMOD_csh_corebe:list_clipboard,
|
|
About the Clipboard [Technical] | http://typo3.org/documentation/document-library/doc_core_inside/Clipboard/</label>
|
|
<label index="_filelist_clipboard.image">EXT:lang/cshimages/core_44.png,
|
|
EXT:lang/cshimages/core_46.png</label>
|
|
<label index="filelist_clipboard.image_descr">This shows the "Normal" pad on the clipboard. Here an image is now stored. The "Thumbnails" button of the clipboard is enabled so you will see the image icon.
|
|
When the numeric clipboard pads are enabled you will be able to place multiple items on the clipboard at one time. If the items selected are found in the current folder you can also see the selection reflected in the checkboxes of the items. To paste the contents into a file folder you use the paste icons available in the Filelist module.</label>
|
|
<label index="filelist_options.alttitle">File > Filelist options</label>
|
|
<label index="filelist_options.description">You can enable the display of image thumbnails and show the clipboard if you need to copy/cut/paste multiple files or folders at a time.</label>
|
|
<label index="_filelist_options.seeAlso">xMOD_csh_corebe:list_options,
|
|
_MOD_user_setup:option_showThumbs,
|
|
xMOD_csh_corebe:filelist_clipboard</label>
|
|
<label index="_filelist_options.image">EXT:lang/cshimages/core_48.png</label>
|
|
<label index="filelist_options.image_descr">Enabling thumbnails means that all image file types will be displayed with their thumbnails. This makes it easy to browse an archive of files.</label>
|
|
<label index="file_edit.alttitle">Editing a file</label>
|
|
<label index="file_edit.description">You can edit the contents of a text file with this dialog.</label>
|
|
<label index="_file_edit.seeAlso">xMOD_csh_corebe:filelist_module</label>
|
|
<label index="_file_edit.image">EXT:lang/cshimages/core_50.png</label>
|
|
<label index="file_edit.image_descr">The editing form for a file is this simple textarea field. It's nothing fancy and experienced coders will miss such as TAB-functionality, but it can edit a stylesheet if badly needed...</label>
|
|
<label index="file_newfolder.alttitle">Creating a new folder</label>
|
|
<label index="file_newfolder.description">Enter a name for a new file folder in the tree here. If you want to create multiple folders, please select the number of new folders before entering folder names.</label>
|
|
<label index="_file_newfolder.seeAlso">xMOD_csh_corebe:filelist_module,
|
|
xMOD_csh_corebe:file_newfile,
|
|
xMOD_csh_corebe:file_rename</label>
|
|
<label index="_file_newfolder.image">EXT:lang/cshimages/core_51.png,
|
|
EXT:lang/cshimages/core_52.png,
|
|
EXT:lang/cshimages/core_53.png,</label>
|
|
<label index="file_newfolder.image_descr">To create a new folder you first click the parent folder icon in the folder tree.
|
|
As the next step you select the number of folders to create and then you enter the new folder names.
|
|
After pressing the "Create folders" button the folders will appear in the folder tree when you reload it.</label>
|
|
<label index="file_newfile.alttitle">Creating a new file</label>
|
|
<label index="file_newfile.description">Enter a filename here if you want to create a new text-based file. Notice that it must have one of the endings in the list of text-endings shown above (except "php" endings).</label>
|
|
<label index="file_newfile.details">Newly created files will have the size of 0 (zero). After creating a new file it would be natural that you wanted to edit the file to put content into it. This is done simply by clicking the icon of the file and select "Edit" from the clickmenu.</label>
|
|
<label index="_file_newfile.seeAlso">xMOD_csh_corebe:file_edit,
|
|
xMOD_csh_corebe:filelist_module,
|
|
xMOD_csh_corebe:file_newfolder,
|
|
xMOD_csh_corebe:file_rename</label>
|
|
<label index="_file_newfile.image">EXT:lang/cshimages/core_51.png,
|
|
EXT:lang/cshimages/core_54.png,
|
|
EXT:lang/cshimages/core_55.png,</label>
|
|
<label index="file_newfile.image_descr">To create a new file, first click the folder icon where you want to create the file. Select "New".
|
|
Then enter the filename in the dialog in the right frame.
|
|
After pressing "Create file" you will see a new, empty file in the folder you selected.</label>
|
|
<label index="file_rename.alttitle">Rename a file or folder</label>
|
|
<label index="file_rename.description">You can rename files or folders in TYPO3 quite easily. Just notice that certain characters are not allowed. So use a-z, numbers, underscores and don't make the names too long. If you enter invalid characters it will be automatically corrected.</label>
|
|
<label index="_file_rename.seeAlso">xMOD_csh_corebe:filelist_module</label>
|
|
<label index="_file_rename.image">EXT:lang/cshimages/core_56.png,
|
|
EXT:lang/cshimages/core_57.png,</label>
|
|
<label index="file_rename.image_descr">To rename a file (or folder for that sake) just click the icon of it, select "Rename" and enter the new name.
|
|
Notice that restrictions may apply on filenaming, for instance ".php" is usually not a valid extension of a filename for security reasons.</label>
|
|
<label index="file_upload.alttitle">Uploading files.</label>
|
|
<label index="file_upload.description">Here you can upload one or more files to the server. Start by selecting the number of files to upload, then you begin to select files from your local computer to upload.</label>
|
|
<label index="file_upload.details">If the filenames you upload exist already they will be renamed with a numeric suffix, eg. "file_01.jpg". However you can avoid this behaviour if you select "Overwrite existing files" before pressing the "Upload" button.
|
|
|
|
Normally there is a limit to the size of files you can upload. By default PHP will allow you to upload around 2MB. TYPO3 is configured to allow 10MB internally by default. These settings can be changed by your server administrator if you need them changed.
|
|
|
|
Notice that file uploads may take a significant amount of time, even if you have fast internet access via DSL etc. If you have large amount of files you want to upload - or if the files are very large - you should consider using an FTP client instead. It depends not on TYPO3 but on the webserver whether this is an options for you.</label>
|
|
<label index="_file_upload.seeAlso">xMOD_csh_corebe:filelist_module,
|
|
Howto upload files | http://typo3.org/documentation/document-library/doc_tut_quickstart/Uploading_images_to/</label>
|
|
<label index="_file_upload.image">EXT:lang/cshimages/core_58.png,
|
|
EXT:lang/cshimages/core_59.png,</label>
|
|
<label index="file_upload.image_descr">To upload files, first click the folder icon where you want to upload to. From the clickmenu you select "Upload files".
|
|
In the next screen you select the number of files and click the "Browse..." buttons to select files from your computer. Finally you click the "Upload files" button to start the upload process (which might take some minutes with large files!)</label>
|
|
<label index="wizard_forms_wiz.alttitle">Forms Wizard</label>
|
|
<label index="wizard_forms_wiz.description">The Form Wizard enables you to create form elements through a nice interface rather than "coding" a certain syntax for the elements.</label>
|
|
<label index="wizard_forms_wiz.details">To the left in the form wizard you can add, delete and move items in the form around.
|
|
In the Element Type column you can select between various kinds of form elements such as regular input fields, text areas, selector boxes, checkboxes etc. Each form element also has a label field where you can enter a title for the field. Some fields also provide the possibility of checking for "required" values.
|
|
In the "Detailed" configuration column the options will depend on the form field type selected in the "Element type" column. The options here can be to enter elements for a selector box or enter the width of an input field. The "Field:" box is important since it defines the technical name of the form field. This is the name that people will see when they receive an email from the mail form.
|
|
|
|
<b>Custom applications of the form wizard</b>
|
|
The most typical application of the Form wizard is with Content Elements of the type "Form" but the wizard can be used for other custom applications as well. Technical details about this is available in the links below.</label>
|
|
<label index="_wizard_forms_wiz.seeAlso">xMOD_csh_corebe:wizard_table_wiz,
|
|
Form Wizard details [Technical]| http://typo3.org/documentation/document-library/doc_core_api/Wizards_Configuratio/,</label>
|
|
<label index="_wizard_forms_wiz.image">EXT:lang/cshimages/core_60.png,
|
|
EXT:lang/cshimages/core_69.png,</label>
|
|
<label index="wizard_forms_wiz.image_descr">This is how the form wizard looks in action. Using the form fields for setting up forms rather than coding them is much easier.
|
|
Usually you enter the Form Wizard by clicking the form wizard icon next for a text field like this. Notice the contents of the field to the left of the icon - this is the "raw codes" that the Form Wizard saves you from editing manually!</label>
|
|
<label index="wizard_forms_wiz_buttons.alttitle">Form Wizard buttons</label>
|
|
<label index="wizard_forms_wiz_buttons.description">Use the refresh button to update the form (without saving it), for instance if you changed a field type or so. When you are done you should click one of the real save buttons to save and return to the form from which you entered the wizard. The information from this wizard should then be saved into the field the wizard was associated with.</label>
|
|
<label index="_wizard_forms_wiz_buttons.image">EXT:lang/cshimages/core_62.png,</label>
|
|
<label index="wizard_forms_wiz_formmail_info.alttitle">Mailform Info Fields</label>
|
|
<label index="wizard_forms_wiz_formmail_info.description">These fields specifically apply to the usage of the form wizard with Content Elements of the type "Form". They allow you to enter information like the subject line of the email sent, the recipient address and whether the sent email should be in HTML or not.</label>
|
|
<label index="wizard_forms_wiz_formmail_info.details">Notice: In order to enter a recipient address you need access to the "Subheader" field in the Content Elements. Yes, its quite strange, but so it is. Ask your administrator for access if you don't have it.</label>
|
|
<label index="_wizard_forms_wiz_formmail_info.seeAlso">Howto create Mail Forms | http://typo3.org/documentation/document-library/doc_tut_quickstart/Email_form/</label>
|
|
<label index="_wizard_forms_wiz_formmail_info.image">EXT:lang/cshimages/core_61.png,</label>
|
|
<label index="wizard_table_wiz.alttitle">Table wizard</label>
|
|
<label index="wizard_table_wiz.description">The table wizard helps you create tables that are normally stored in the database by XML or a syntax where each line represents a row and each cell is divided by a vertical line sign, "|". This wizard makes it transparent for you.</label>
|
|
<label index="wizard_table_wiz.details">The wizard is quite simple. By the buttons to the left and in the bottom you can add, delete and move columns and rows in the table.
|
|
You can also disable the setting "Small fields" below the wizard if you want larger textarea fields for the editing.</label>
|
|
<label index="_wizard_table_wiz.seeAlso">xMOD_csh_corebe:wizard_forms_wiz,
|
|
Table Wizard details [Technical]| http://typo3.org/documentation/document-library/doc_core_api/Wizard_scripts_in_th/</label>
|
|
<label index="_wizard_table_wiz.image">EXT:lang/cshimages/core_63.png</label>
|
|
<label index="wizard_table_wiz_buttons.alttitle">Table wizard buttons</label>
|
|
<label index="wizard_table_wiz_buttons.description">Use the refresh button to update the form without saving it. When you are done you should click one of the real save buttons to save and return to the form from which you entered the wizard. The information from this wizard should then be saved into the field the wizard was associated with.</label>
|
|
<label index="_wizard_table_wiz_buttons.image">EXT:lang/cshimages/core_62.png</label>
|
|
<label index="shortcuts.alttitle">Backend Shortcuts</label>
|
|
<label index="shortcuts.description">You can create shortcuts to modules in TYPO3 quite easily. The treat is that you can jump between screens in TYPO3 in <em>one</em> click rather than multiple clicks through backend modules etc. The frame also contains a field for entering a page or record id to edit or just search records.</label>
|
|
<label index="shortcuts.details">In order to create a shortcut it must be supported by the module you want to create the shortcut to. Whether shortcuts are supported can be seen in the bottom of a module. If there is a small "shortcut" icon you can click it to create the shortcut.
|
|
|
|
In the shortcut frame you can also enter a page id to edit in the "Edit Page ID" box. This will load the current page module with the id provided in the box.
|
|
|
|
Only "Admin"-users can access the shortcut frame in TYPO3 by default. Other users must have it enabled by the User TSconfig option, "options.shortcutFrame = 1". See link below for details (Admins).
|
|
|
|
Editing pages from an id is easy with the shortcut frame. Simply enter an integer number and that page will be loaded for editing. If you enter "[table]:[id]" then it will try to edit a record from the [table] table, for example "tt_content:123" will look for content element 123 (for admins only). Finally, if you enter a string that doesn't match a page or other record the Web>List module will be invoked doing a search in the first database mount you have.</label>
|
|
<label index="_shortcuts.seeAlso">User TSconfig ->SETUP | http://typo3.org/documentation/document-library/doc_core_tsconfig/OPTIONS/</label>
|
|
<label index="_shortcuts.image">EXT:lang/cshimages/core_64.png,
|
|
EXT:lang/cshimages/core_65.png,
|
|
EXT:lang/cshimages/core_67.png,
|
|
EXT:lang/cshimages/core_68.png,</label>
|
|
<label index="shortcuts.image_descr">To create a shortcut to a page, just click the short cut icon usually found in the bottom of pages.
|
|
You will have to confirm the creation of the shortcut. It is nothing dangerous - only annoying to clean up if you happen to create shortcuts against your own will. Just answer "OK" here.
|
|
When you answer "OK" you should immediately see the shortcut frame reload and a new icon (the module icon) appear. If you click this icon you will now jump to the page you created the shortcut from!
|
|
You can name shortcuts, you can even group them and share them. If you want to edit or delete a shortcut you select the "Edit" checkbox and then click the shortcut icon. This will reload the shortcut frame so you get a field for entering a title. You can also delete all shortcuts in a "group" - here, just click the "0" (zero) to the left of the icons and you will remove all shortcuts in the group.</label>
|
|
<label index="workspaceSelector.alttitle">Workspace Selector</label>
|
|
<label index="workspaceSelector.description">By this selectorbox you can switch between the workspaces available to you. When you switch workspace the whole backend will reload.</label>
|
|
<label index="workspaceSelector.details">There are two basic workspace types in TYPO3: The "Live" workspace and a number of "Draft" workspaces.
|
|
When working in the Live workspace all changes you make will take immediate effect. This is the default and traditional state of operation in TYPO3.
|
|
When working in the default Draft workspace or any customly created workspaces changes are not applied to the live website but rather made through new versions of any element editable. Since versioning doesn't apply to all elements in TYPO3 there are limitations to what can be done in draft workspaces; Only elements with versioning support can be edited and everything else is read-only. Draft workspaces allow preview in the frontend. When changes are final in a draft workspace they can be published into the live workspace.</label>
|
|
</languageKey>
|
|
</data>
|
|
</T3locallang>
|