NAVIGATION
This is an old revision of the document!
Gezielte Übernahme von Inhalten einer anderen phpwcms-Installation. Voraussetzung ist der interne Zugriff (eigener Account) in der anderen phpwcms-Installation.
V1.0 02.03.2011
Docu: –
Google code r351: Add output actions to renderer
Forum: ... Elemente einer anderen Website zurückliefern lassen
Forum: News auf zwei Seiten verfügbar machen
Forum: Navigation dynamisch in einen externen Blog übernehmen
Autor: O. Georgi (slakero) http://phpwcms.de
CMS Version: >= 1.42 r351
Version:
Tag: –
Dateiname: –
Verzeichnis: –
Bedingung: –
Die Notation:
Add output actions to renderer - allows to return specific sections of the page:
index.php?alias&phpwcms_output_action=F-function1|function2--S-SECT1|SECT2.
Function are 1 parameter functions and allowed functions must be defined in
(array)$phpwcms['output_function_filter'].
Only functions defined in that config will be usable:
$phpwcms['output_function_filter'] = array('trim','strip_tags');
Ablauf bei der Verwendung von Sektionen:
Der Inhalt einer 2. phpwcms-Installation kann also von der 1. Installation abgeholt und dargestellt werden. Notwendig ist dazu der Zugriff auf die zweite Installation um die TAGs setzen zu können.
Die Variante “F-function” wird später erklärt.
— Knut Heermann (flip-flop) 2011/03/01 22:19