NAVIGATION
This is an old revision of the document!
Selective adoption of content from a phpwcms-installation. Condition is internal access (own account) to the other phpwcms installation.
V1.0 02.03.2011
Docu: –
Google code r351: Add output actions to renderer
Forum: ... Elemente einer anderen Website zurückliefern lassen [DE]
Forum: News auf zwei Seiten verfügbar machen [DE]
Forum: Navigation dynamisch in einen externen Blog übernehmen [DE]
Author: O. Georgi (slakero) http://phpwcms.de
CMS Version: >= 1.42 r351
Version:
Tag: –
Filename: –
Folder: –
Condtion: –
The 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');
News of phpwcms installation will be shown on another page:
The menu of phpwcms installation will be shown on another page:
http://www.example.com/index.php?mypage&phpwcms_output_action=S-MENU
The contents of a phpwcms installation can also be picked up and displayed from other installation ore sides . An admin access to the phpwcms installation is necessary to set the TAGs <!--MENU_START//--> ... <!--MENU_END//-->.
The variant “F-function” is explained later.
— Knut Heermann (flip-flop) 2011/03/01 22:19