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: Graphic Visitor Counter

Created:2003-03-01T22:58:10
Changed by:Karl Bauer
Changed:2005-12-02T23:58:02
Email:info@informatikserver.de

EXT: Graphic Visitor Counter

Extension Key: bkt_fe_graphiccounter

Copyright 2000-2005, , <info@informatikserver.de>

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

Table of Contents

EXT: Graphic Visitor Counter 1

Introduction 1

What does it do? 1

Screenshots 2

Users manual 3

Adminstration 3

Changelog 3

Introduction

What does it do?

This extension adds a graphic Counter to the Page, you can setup the Animation, bevore and after Image Text, the Counters Count, Image alttext of the Counterimage and the Caption of the Counterimage. It can be also used as non graphical Counter.

Screenshots

Backend & Frontend

img-1

Users manual

Install the Extension with the extension manager. After that you have a new frontend Plugin “Graphic Visitor Counter”.

Insert the Plugin into the Content of the Page and Setup the Options.

Done.

Reloadlock implementation by Dr. Pascal Grüttner (howto):

Typoscript Setup:plugin.tx_bktfegraphiccounter_pi1 = USERplugin.tx_bktfegraphiccounter_pi1 {noreferer = {$plugin.bktfegraphiccounter.noreferer}} // end plugin.tx_bktfegraphiccounter_pi1

Typoscript Constants :// cat=plugin.bktfegraphiccounter;// type=int[0-1]; label=No referer restriction: If this option is set (1),// the counter only increases, if the page has been called from another site.plugin.bktfegraphiccounter.noreferer = 0

Adminstration

The extension extends the tt_content Table with Fields:tx_bktfegraphiccounter_visits, tx_bktfegraphiccounter_align, tx_bktfegraphiccounter_animate, tx_bktfegraphiccounter_alt_tag, tx_bktfegraphiccounter_mindigits, tx_bktfegraphiccounter_html_before_img, tx_bktfegraphiccounter_html_after_img

Changelog

  • 0.0.1: Inital Revision.
  • 0.1.0: Addes bevore and after Image Textfields.
  • 0.1.1: Documentation written
  • 0.1.2: Documentation update
  • 0.1.3: Reloadlock implementation by Dr. Pascal Grüttner and Dockumentation update
  • 0.1.4: Added support for plain text Counter.

img-2 EXT: Graphic Visitor Counter - 3