damit die neuste Version 1.0.3 (DOWNLOAD) auch funktioniert

Die Auskunft von Finn Rudolph war dazu sehr einschlägig und kompetent:
Das Schript ist total neu geschrieben worden. Eine Anwendung des Tutorials V.0.9 für die neuste Version funktioniert gar nicht mehr! So gut wie alle Einstellungen sind automatisiert, womit sich auch der Umfang der Eintragungen für ein phpWCMS-Template ändert.
Für die richtige Funktionalität ergeben sich folgende Vorgaben:
DAS TEMPLATE /template/inc_cntpart/imagespecial/imageimageflow-1.0.3.tmpl:
Code: Select all
<!--IMAGES_HEADER_START//-->
<div class="imageflow" id="EigeneBezeichnung"> <!--ID_Bezeichnung auch als ID in imageflow.js eintragen Letzter Block!, oder alle Standarteinträge so lassen!//-->
<!--IMAGES_HEADER_END//-->
<!--IMAGES_ENTRY_START//-->
<img src="{THUMB_REL}" longdesc="{IMAGE_REL}" alt="{CAPTION}" />
<!--IMAGES_ENTRY_END//-->
<!--IMAGES_ENTRY_SPACER_START//--><!--IMAGES_ENTRY_SPACER_END//-->
<!--IMAGES_ROW_SPACER_START//--><!--IMAGES_ROW_SPACER_END//-->
<!--IMAGES_FOOTER_START//-->
[PHP]
$GLOBALS['block']['css']['slider'] = 'imageflow/imageflow-1.0.3.css';
$GLOBALS['block']['custom_htmlhead']['slider'] = '<script language="JavaScript" type="text/javascript" src="/template/inc_js/imageflow/imageflow-1.0.3.js"></script>';
[/PHP]
<!--IMAGES_FOOTER_END//-->
- imageflow.css --> /template/inc_css/imageflow/
- reflect2.php --> /root
- imagaflow.js und imageflow.packed.js --> template/inc_js/imageflow/
- slider.png/ slider_dark.png --> picture/imageflow/
Einstellung in conf.inc.php nicht vergessen!
Code: Select all
$phpwcms['allow_cntPHP_rt'] = 1;







Das dazugehörige Einsteigerbeispiel kann man hier sehen!
-----------------------------------------[ my bad english version ... sorry

In result of the thread from Heiko I wrote this little (new) tutorial for the next ImageFlow Version 1.0.3. The V.09.0 tutorial doesn't work for currently version. Some change are important for a error-free use of these JavaScript.
Mr. Rudolph created a absolutly new script. Many new setting are self-generated from script. Therefore it is the use very easy if you know Finn Rudolph's change. I call him via telefon about the different script settings. Within 15 minutes a new template was ready for use.
The new template for ImageFlow find top! Attention, the script is not free for use if you create a commercial website!
Download the currently version. Save and/or rename the files:
- save code-file from top as /template/inc_cntpart/imagespecial/imageimageflow-1.0.3.tmpl
- imageflow.css renamed imageflow-1.0.3.css--> /template/inc_css/imageflow/
- reflect2.php --> /root
- imagaflow.js (imageflow.packed.js) renamed imageflow-1.0.3.js --> template/inc_js/imageflow/
- slider.png/ slider_dark.png --> picture/imageflow/ (do change the imageflow-1.0.3.css!)
Don't forget to change settings of conf.inc.php (look top)!
Very interesting are some additional effect scripts for picture views. But attantion, these script library are only free for privatly use! See here and also too see here!
The newest phpWCMS include find here !