Kontaktverwaltung
Copyright © by F. Friedrich <info@kennziffer.com>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: ke_contacts
- 1.1. Extension Key: ke_contacts
- 1.2. Copyright 2009-2011, GmbH, <info@kennziffer.com>,
- 1.3. Read online
- 1.4. This document is published under the Open Content License
- 1.5. available from http://www.opencontent.org/opl.shtml
- 1.6. Read online
- 1.7. The content of this document is related to TYPO3
- 1.8. - a GNU/GPL CMS/Framework available from www.typo3.com
- 1.9. Read online
- 1.10. Read online
- 1.11. Read online
- 1.12. Introduction
- What does it do?
- Manage your private or company contacts. Comment contacts, set relations to other extensions. Part of keworks.
- Features:
- This version of ke_contacts requires at least TYPO3 4.3.0 to run.
- PHP version: ke_contacts should work on all PHP versions that are also supported by TYPO3 (from 5.3.x).
- Screenshots
- Read online
- Read online
- Read online
- Read online
- 1.13. Users manual
- Requirements
- Read online
- Please install the following extensions before you install ke_contacts:
- tt_addressContains contact data displayed by ke_contacts.
- static_info_tablesRequired for country selection in “new” and “edit” forms.
- static_info_tables_deRequired for country selection in “new” and “edit” forms.
- bg_datepicker_input (optional)Recommended for selection of date based input fields.
- Installation
- Read online
- Install requirements, see above.
- Download latest version of ke_contacts from online extension repository.
- Create a sysfolder as storage for tt_address records.
- Insert plugin “Kontaktverwaltung” on desired page.
- Edit plugin, set storage page of tt_address records and other configuration options – if needed.
- Include static extension template.
- Clear frontend cache.
- Switch to frontend, go to page where you inserted the plugin and start creation of contacts.
- Configuration
- Configuration can be done by the flexforms settings of the plugin itself and/or by changing the necessary typoscript settings in your typoscript template.
- Notice: Settings directly changed by the flexform configuration of your plugin overwrite typoscript configuration values.
- Read online
- Read online
- Read online
- Read online
- Read online
- HTML-Templates
- Read online
- In the extension folder of ke_contacts you can find its basic html templates (path: EXT:/res/templates/). There is a template for every single mode (list / single / edit / delete).
- The following lines describe the markers and subparts used in those templates.
- Hint: If you want to change a template, please ensure to include all subparts and markers mentioned below. Otherwise the extension may not work properly.
- File: EXT:/res/templates/delete.html
- File: EXT:/res/templates/edit.html
- File: EXT:/res/templates/listview.html
- File: EXT:/res/templates/singleview.html
- Subpart “##MAIN_ORG###” mainly consists of the same markers as “###MAIN_PERSON”. Because of that the following table only consists of markers, which are special to subpart “###MAIN_ORG”:
- The following subparts reside inside the subparts “###MAIN_PERSON###” and “###MAIN_ORG###”. They are used to display comments on persons or organizations.
- Read online
- Read online
- Reference
- Read online
- plugin.ke_contacts properties: TS configuration.
- Compare “EXT:/pi1/static/setup.txt” as example.
- 1.14. Read online
- 1.15. Add your own database fields to ke_contacts
- Introduction
- Read online
- Please follow the steps below to
- Extend typoscript configuration
- Read online
- Add information about your database field to your typoscript configuration.
- Read online
- Add markers to your html templates
- Read online
- You can add the following markers to list, view or edit template of “ke_contacts”, they will be filled automatically as long as you specified your new field as shown in typoscript above:
- Read online
- Clear cache
- Read online
- Clear cache, switch to frontend and see the result Your new field should appear now.
- 1.16. Extending RealURL-Configuration
- 1.17. Known problems
- 1.18. To-Do
- 1.19. Changelog
This document is related to version 1.1.1 of the extension ke_contacts.