|
|
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| Ich sammel hier mal ein paar links ... die dann ja irgendwie einfließen können | | Ich sammel hier mal ein paar links ... die dann ja irgendwie einfließen können |
− | == Links == | + | |
− | * [http://www.pi-phi.de/typoscript.html Typoscript] | + | '''Unterseiten:''' [[Typo3 Extensions]] |
− | ** [http://www.pi-phi.de/20.html wichtige TypoScript-Variablen]
| + | |
− | * [http://demo.typo3.org/get-started/ demo typo3 wird permanent reseted]
| + | == todo == |
− | * [http://www.typo3-profibuch.de/code-listings/zweite-auflage/kapitel-4/ Codebeispiele aus dem Typo3 Profihandbuch]
| + | * [https://de.wikipedia.org/wiki/Ext_JS Ext_JS] |
− | * [http://www.typo3.net/faq/div_aufgaben/content_ausgeben/ Inhalte aus den Spalten LINKS, NORMAL, RECHTS, RAND ausgeben]
| + | == Debug == |
− | * [http://www.typo3.net/tsref/cobject/ Inhaltselemente (cObject)]
| + | '''Datenbank''' |
− | * [http://typo3.uni-koeln.de/typo3-service-rrzk.html Auf diesen Seiten finden Sie alles rund um das Thema TYPO3. ]
| + | <source lang="php"> |
− | ** [http://typo3.uni-koeln.de/index.php?id=10863 export/import seite]
| + | $GLOBALS['TYPO3_DB']->debugOutput = TRUE |
− | * [http://www.internetprofi.org/faq/content/10/14/de/exportieren-einer-typo3-seite-fuer-version-381.html export]
| + | </source> |
− | * [http://t3n.de/magazin/jquery-mobile-typo3-mobilen-website-mobile-typo3-226216/ Mobile Websites mit jQuery Mobile und TYPO3]
| + | |
− | * http://www.drweb.de/magazin/responsive-menu-jquery-plugin-minimiert-navigationsmenus-fur-mobile-clients/
| + | |
− | * [http://www.elmastudio.de/webdesign/mobile-first-webdesign-hilfreiche-tipps-und-erfahrungswerte/ Mobile-first Webdesign]
| + | === Installations-Tool === |
− | * [http://www.typo3-snippets.de/ Typo3-Snippets - Nützliche Kleinigkeiten] | + | im Backend erstmal überhaupt das Installations-Tool freischalten, bzw aktivieren! |
| + | |
| + | All Configuration => |
| + | |
| + | [SYS][sqlDebug] = 1 |
| + | [SYS][displayErrors] = 1 |
| + | |
| + | |
| + | Writing to 'localconf.php' |
| + | $TYPO3_CONF_VARS['SYS']['sqlDebug'] = '1' |
| + | $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1' |
| + | $TYPO3_CONF_VARS['BE']['versionNumberInFilename'] = '0' |
| + | |
| + | ==== Deaktivierung ==== |
| + | Delete the ENABLE_INSTALL_TOOL file in the /typo3conf folder. This can be done manually or through User tools > User settings in the backend. |
| + | |
| + | == Lose Sammlung gegen das Vergessen == |
| + | Formatierung, Sortierung und usw. kommt später. |
| + | * page.meta.<beliebig> : erzeugt beliebige meta Ausgaben im Head der Seite |
| | | |
| == Lore Ipsum == | | == Lore Ipsum == |
Zeile 27: |
Zeile 45: |
| === Simulatestatic === | | === Simulatestatic === |
| * [http://www.zechendorf.com/de/blog/2008/typo3-elegante-urls-ohne-realurl/ Simulatestatic] | | * [http://www.zechendorf.com/de/blog/2008/typo3-elegante-urls-ohne-realurl/ Simulatestatic] |
− |
| |
− | == Plugins ==
| |
− | * ods_osm 06-08-2012 (require tt_address)
| |
− | * itaw_youtoubeembed 19-03-2007
| |
− | * Bildergallerie: rgsmoothgallery
| |
− | * indexed_search
| |
− | ** [http://blog.undkonsorten.com/typo3-indexed-search-suche-deutsch-manual-doku TYPO3: Indexed Search (Installation, deutsche Übersetzung, Manual, Doku)]
| |
− | *** wichtig [http://www.typo3.net/forum/beitraege/indexed_search_engine/44812/ Suchindex löschen], wenn die <nowiki><!--TYPO3SEARCH_begin--></nowiki> in template eingetragen wurden
| |
− | * felogin
| |
− | ** [http://www.edv-lehrgang.de/anmeldeformular-in-typo3-erstellen/ Anmeldeformular mit felogin]
| |
− | ** [http://typo3-blog.net/tutorials/news/fe-login-anpassen.html vll. auch interssant]
| |
− | === im Test ===
| |
− | ==== t3blog ====
| |
− | ===== Installation & Konfiguration =====
| |
− | * '''Quelle:''' [https://typo3.org/extension-manuals/t3blog/1.2.0/view/1/2/#id1341567 User manual: Installation]
| |
− |
| |
− | '''Installation der Pakete im Extension Manager'''
| |
− | * t3blog 1.2.0
| |
− | ** required:
| |
− | *** dam 1.3.1
| |
− | **** static_info_tables 2.3.0
| |
− | *** typoscripttools 0.0.2
| |
− | *** sfpantispam 0.0.0
| |
− | *** pagebrowse 1.3.2
| |
− | ** optional
| |
− | *** realurl
| |
− |
| |
− | '''Konfiguration der Pakete im Extension Manager'''
| |
− |
| |
− | Configuration > Sender Mail angeben
| |
− |
| |
− | '''Backend neuladen'''
| |
− |
| |
− | es erscheint links im Menu ein neues Modul '''T3BLOG'''
| |
− |
| |
− | '''t3blog Seite konfigurieren'''
| |
− | # Seite irgendwo im Baum ersellen
| |
− | ## Generale > Title vergeben
| |
− | ## Appearance > Use as Container > Contains Plugin => T3BLOG
| |
− | ## nicht wie bei tt_news: ''You don't have to create a sysFolder-page for the data, it's all saved on this blog-page.''
| |
− | # in der Seite ein Template hinzufügen
| |
− | ## WEB > List || erstellete T3BLOG Seite || Template > New Record
| |
− | ## General > Template Title:
| |
− | ## Includes > Include static (from extensions): > Selected Items:
| |
− | ### css_styled_content
| |
− | ### T3BLOG template – snowflake theme 1 // This template configures the look and feel of your blog
| |
− | ### T3BLOG – main configuration // Here the overall functionality of the plugin is configured
| |
− | ### T3BLOG CSS – snowflake theme 1 // for the styling of your blog
| |
− | ### T3BLOG blog2page – output to the page // configuring the output to the PAGE-object.
| |
− | ### (“T3BLOG functionalities on your website // )
| |
− | # baseURL Konstante setzten (damit z.B. das CSS funktioniert)
| |
− | ## WEB > ConstantEditor || erstellete T3BLOG Seite ||
| |
− | ### Edit constants for template: => erstelltes Template
| |
− | ### Category => T3BLOG > Others > URL.baseURL => domain
| |
− |
| |
− | ===== bloggen =====
| |
− | * '''Quelle:''' [https://typo3.org/extension-manuals/t3blog/1.2.0/view/1/2/#id1341643 Manual: Start blogging]
| |
− |
| |
− | # Kategorien: T3BLOG > Categories || Blogs > erstellter Blog || Create a new category
| |
− | # Posten: T3BLOG > Posts || Blogs > erstellter Blog || Create a new blog post
| |
− | ## content hinzufügen
| |
− | ## Kategorie auswählen
| |
− | # Achtung: evt. WEB > List || erstellte T3BLOG Seite || Post > Artikel sichtbar machen
| |
− |
| |
− | =====Links=====
| |
− | * [https://typo3.org/extensions/repository/view/t3blog typo3.org > Extensions > Extension Repository > T3BLOG]
| |
− | ** [https://typo3.org/extension-manuals/t3blog/1.2.0/view/ Manual]
| |
− |
| |
− | === fehlerhafte Plugins ===
| |
− | ==== die das System smashen ====
| |
− | * youtubeapi 26-03-2011
| |
− | ==== die die Seite smashen ====
| |
− | * timezones
| |