Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

1.6. Tutorial

  1. install the .t3x file via the normal extension manager

  2. in the extension settings (in the ext. manager) you can define a path where the special elements get installed. you can leave it to the default setting or use a path which is accessible via the fileadmin: "fileadmin/specialelements/"

  3. reload the BE interface and you will find the "specialelements" backend module

  4. install one of the elements via the “install elements”  mode found in the special element BE module or if you have a “.t3e” file you can upload it with the “browse” button.ATTENTION: the .t3e files can NOT be installed with the extension manager!!

    1. select "install elements" in the SE BE-module

    2. browse your local drive and select one of the .t3e files and click on "upload extension file"

  5. after successfull installation, you have to activate the element

    1. click on a page where you want to use the special element (this setting will be inherited to all subpages)

    2. select "activate elements" in the SE BE-module

    3. you'll find two lists:- a list of activated elements on the selected page (will be empty of course the first time)- a list of non-activated elements (which can be activated now)

    4. check the "default" checkbox of the special element you want to activate

 

Now you should find the element in the "create new element" wizard when inserting a new content element on the page.

 

If the special element does not get rendered in the FE, please insert the following line in your root-TypoScript template:

page.includeLibs.th_specialelements = EXT:th_specialelements/pi1/specialelements_functions.php

 

ATTENTION:

this only works if your "page" element in TS is called "page" like this:

page = PAGE
page.typeNum = 0
page.bodyTag = <body>
page.stylesheet = {$stylesheet}
page.20 = TEMPLATE
page.20 {
...