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: Cross site CE sharing

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Nikolas Hagelstein
Changed:2007-10-11T14:05:23
Author:Nikolas Hagelstein
Email:nikolas.hagelstein@gmail.com
Info 3:
Info 4:

EXT: Cross site CE sharing

Extension Key: nh_shared_ce

Copyright 2007, Nikolas Hagelstein, <nikolas.hagelstein@gmail.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

EXT: Cross site CE sharing 1

Introduction 1

What does it do? 1

Screenshots 2

User manual 2

Installation 2

Configuration 3

Internals 4

Changelog 4

Introduction

What does it do?

This extension provides the ability to share content elements across several TYPO3 sites. It consists of a server and a client part. On the server side content elements can be activated for sharing within 1 to n categories. While the client can be configured to receive 1 to n categories from a particular server. Client access needs to be expressly allowed on the server side.

Screenshots

img-1

User manual

Installation

Download the Extension form TER and load it.

Client

If you install the extension for the first time make sure it creates its upload folder.If your are on the client side you also need to include the extensions static setup in order to make the client plugin work (pi2)

img-2

Configuration

Server

First you need grant access to your particular client site. This has to be done within the extension manager:

img-3

Just enter your clients ip address or its hostname (ip address is recommended to avoid DNS lockups). Multible hosts can be entered comma seperated by.

Afterwards you need to create at least one “Category”. Just create a sysfolder named share categories and create “Shared content categories” record on it:

img-4

Categories are used to group content elements e.g. in order to server them to “different sites” .

Now you need to assign your content elements to the categories. Within your content elements you will finde a new field named “Enable sharing for:” :

img-5

Client:

Place the the “Shared CE client” somewhere on your page.

img-6

First enter the host name of your Server site.

NOTE: Enter exactly the hostname your servers virtual host is running on. Do not prepend “http://” !

Wrong: http://www.mydomain.de

Right: www.mydomain.de

!!! Afterwards click save. !!!

If everything is configured correctly the Categories select box should fill up and you will be able to select a category.

Changelog

0.0.1

Initial release

0.0.2

  • added manual
  • added icon

img-7 EXT: Cross site CE sharing - 4