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.

Tip-A-Friend

Created:2004-04-01T17:27:57
Changed by:Thorsten Kahler
Changed:2010-02-17T12:18:42
Author:Kasper Skårhøj
Email:kasper@typo3.com
Info 3:
Info 4:

Tip-A-Friend

Extension Key: tipafriend

Copyright 2004, Kasper Skårhøj, <kasper@typo3.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.com

Table of Contents

Tip-A-Friend 1

Introduction 1

What does it do? 1

Users manual 2

Administration 2

Configuration 2

Known problems 2

To-Do list 2

Changelog 2

Introduction

What does it do?

The extension draws a form which allows the website user to send a local link to another email address with a comment attached.

img-1

Users manual

This extension provides one frontend plugin which is usually completely set up and configured by an administrator.

Administration

Configuration

templateFile

Property

templateFile

Data type

resource

Description

The template-file.

See example in 'media/scripts/tipafriend_template.tmpl'

Default

EXT:tipafriend/pi/tipafriend_template.tmpl

code

Property

code

Data type

string /stdWrap

Description

Code to define, what the script does. Case sensitive.

Default

defaultCode

Property

defaultCode

Data type

string

Description

The default code (see above) if the value is empty. By default it's not set and a help screen will appear

Default

wrap1

Property

wrap1

Data type

->stdWrap

Description

Global Wrap 1. This will be splitted into the markers ###GW1B### and ###GW1E###. Don't change the input value by the settings, only wrap it in something.

Example:

wrap1.wrap = <B> |</B>

Default

wrap2

Property

wrap2

Data type

->stdWrap

Description

Global Wrap 2 (see above)

Default

color1

Property

color1

Data type

string /stdWrap

Description

Value for ###GC1### marker (Global color 1)

Default

color2

Property

color2

Data type

string /stdWrap

Description

Value for ###GC2### marker (Global color 2)

Default

color3

Property

color3

Data type

string /stdWrap

Description

Value for ###GC3### marker (Global color 3)

Default

htmlmail

Property

htmlmail

Data type

boolean

Description

If set, the page is fetched as HTML and send in HTML (a plain text version is sent as well).

Default

0

[tsref:plugin.tipafriend]

Known problems

To-Do list

Changelog

img-2 Tip-A-Friend - 2