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.

Acqal News Meta Helper

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-04-15T12:53:37
Classification:aqnewsmeta
Keywords:aqnewsmeta, tt_news, meta, seo, acqal, forAdmins, forBeginners
Author:Michael Cannon
Email:mc@acqal.com
Info 4:
Language:en

img-1 img-2 Acqal News Meta Helper - aqnewsmeta

Acqal News Meta Helper

Extension Key: aqnewsmeta

Language: en

Keywords: aqnewsmeta, tt_news, meta, seo, acqal, forAdmins, forBeginners

Copyright 2000-2009, Michael Cannon, <mc@acqal.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

Acqal News Meta Helper 1

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

What does it do? 3

Screenshots 3

`Administration 4 <#1.2.Administration|outline>`_

FAQ 4

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

Reference 5

`Known problems 6 <#1.4.Known%20problems|outline>`_

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

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

Introduction

What does it do?

Screenshots

  • News with META description based upon bodytext when teaser is missing.
  • img-3

Administration

  • Install extension aqnewsmeta from TER
  • Include static template "News, META" to TYPO3 template

img-4

Edit template constants as needed

img-5

On your news SINGLE view pages, add the following TypoScript to the Setup section of a TYPO3 template.

Do not put this code in your root page or else no page keyword or description meta tags will be generated.

page.meta.keywords >
page.meta.keywords.data = register:newsKeywords

page.meta.description >
page.meta.description.data = register:newsSubheader

FAQ

Problem or question?

Email support@acqal.com

Configuration

Reference

((generated))
TypoScript Constants
crop

Property

crop

Data type

string

Description

News META Description Crop: Number of characters | break characters replacement | break at whole words only (1 for true, 0 for false)

Default

150 | ... | 1

[TypoScript Constants]

Example

Change crop to 100, no break character and disregard whole words:

plugin.tt_news.aqnewsmeta.crop = 100||0

Known problems

Use this section for important warnings about bugs, problems or performance issues. This is where you should explain shortcomings of the extension, so people are properly warned. Be honest.

Target group: Mostly Developers

To-Do list

  • A wish list of things you want to add or fix. This includes smaller problems/bugs which are best described as a todo item.
  • Visions for what the extension could become with more development.

ChangeLog

  • 2009-04-15 Wednesday 12:53 cannon
  • * Update manual
  • 2009-04-15 Wednesday 12:41 cannon
  • * Removal of "class.tx_ttnews.php"
  • 2009-04-15 Wednesday 12:40 cannon
  • * add crop option; add manual; simplify description inclusion
  • 2009-04-15 Wednesday 12:40 cannon
  • * Inital import of "doc/manual.sxw" file
  • 2009-04-15 Wednesday 12:09 cannon
  • * move to live
  • 2009-04-15 Wednesday 12:02 cannon
  • * Inital import of "ext_localconf.php" file
  • 2009-04-15 Wednesday 12:00 cannon
  • * Inital import of "class.tx_aqnewsmeta.php" file
  • 2009-04-15 Wednesday 11:41 cannon
  • * Inital import of "class.tx_ttnews.php" file
  • 2009-04-15 Wednesday 11:37 cannon
  • * Inital import of "CHANGELOG" file
  • 2009-04-15 Wednesday 11:37 cannon
  • * Removal of "ChangeLog"
  • 2009-04-15 Wednesday 11:36 cannon
  • * Initial aqnewsmeta source import
  • 2009-04-15 Wednesday 11:36 cannon
  • * Initial revision

8