DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: a21glossary preselected terms

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Sven Burkert
Changed:2009-02-10T08:54:16
Classification:a21glossary_preselected
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:forAdmins, forBeginners
Author:Sven Burkert
Email:sventb@googlemail.com
Info 4:
Language:en

img-1 img-2 EXT: a21glossary preselected terms - a21glossary_preselected

EXT: a21glossary preselected terms

Extension Key: a21glossary_preselected

Language: en

Keywords: forAdmins, forBeginners

Copyright 2000-2008, Sven Burkert, <sventb@googlemail.com>

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.org

Table of Contents

EXT: a21glossary preselected terms 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

Setup 4

`Administration 5 <#1.3.Administration|outline>`_

Use selected items as entry point for glossary 5

Display glossary records on a detail page 5

`Configuration 6 <#1.4.Configuration|outline>`_

Reference 6

`To-Do list 7 <#1.5.To-Do%20list|outline>`_

`ChangeLog 8 <#1.6.ChangeLog|outline>`_

Introduction

What does it do?

This plugin lets you select some glossary records and displays them in frontend. You can use this plugin as entry point for the glossary page, if you don't want to display for example all glossary items or the items for character “a”.

Screenshots

img-3

Selection of glossary records you want to display

Users manual

Setup

  • Install the extension via the extension manager.
  • Add the extension template in your Main Template in field “Include static (from extensions)” OR configure the extension by your own in a template (see chapter “Configuration” for possible options).
  • Add the plugin “Glossary – preselected records” into your preferred page
  • Select the glossary items you want to display

Administration

Use selected items as entry point for glossary

You can display your selected glossary records when calling the glossary page the first time. When the user selects a character via the navigation bar of extension a21glossary_advanced_output, this extension will output nothing.

For that, you have to do following steps:

Install and configure the extension a21glossary_advanced_output

Prevent a21glossary_advanced_output to display anything on first page: Copy this in your TypoScript Setup: plugin.a21glossary_advanced_output {

startChar = notset

}

Insert plugin “A21glossary Advanced Output” and plugin “Glossary – preselected records” on the same page

Activate “Do not display when char is selected for glossary on same page” in plugin settings

Display glossary records on a detail page

You can open the glossary items on a detail page (it's good for your placement in search engines!).

Here's what you have to do:

Install and configure the extension datamints_glossaryindex

Create a new site for detail view, where you insert the plugin “dataminds Glossary Index”

Select the new created page in field “Page ID for detail view” in plugin settings

Remove the contents for INDEX_PAGE in template ext/datamints_glossaryindex/template/standard.html:

<!-- ###INDEX_PAGE### begin -->

<divclass="datamints_glossaryindex_index">

###INDEX###

</div>

<divclass="datamints_glossaryindex_resultlist">

###RESULTLIST###

</div>

<!-- ###INDEX_PAGE### end -->

should become to

<!-- ###INDEX_PAGE### begin -->

<!-- ###INDEX_PAGE### end -->

I know, this all is very complicated. I also wished that therefor exists ONE extension which can handle everything ;-)

Configuration

Reference

templateFile

Property

templateFile

Data type

string

Description

HTML template for this extension

Default

EXT:a21glossary_preselected/pi1/template.html

((Unknown Property))

Property

Data type

Description

Default

((Unknown Property))

Property

Data type

Description

Default

((Unknown Property))

Property

Data type

Description

Default

Usage:

If you want to overwrite the default settings, you can do this in TypoScript setup field.

Example:

plugin.tx_a21glossarypreselected_pi1 {

templateFile = fileadmin/templates/glossary_preselected.html

}

To-Do list

Write me if you miss something.

ChangeLog

  • 1.0.1: Updated manual
  • 1.0.0: Initial upload

8