NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:artikel:contentparts:bilder-spezial:slider [2010/03/09 11:19] Knut Heermann (flip-flop) |
deutsch:phpwcms-system:artikel:contentparts:bilder-spezial:slider [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 135: | Line 135: | ||
| </note> | </note> | ||
| + | |||
| + | **Update 15.06.2010 KH:** \\ | ||
| + | * Zeile in [ZOOM_ELSE]....[/ZOOM_ELSE] korrigiert, da im JS auf "<a ..." getriggert wird. //(Siehe hierzu Unterschied zum Originaltemplate).// | ||
| + | * Aufruf FX.Scroll nach [PHP]... ausgelagert, da Reihenfolge der Scripte nicht optimal. | ||
| + | \\ | ||
| ** ///template/inc_cntpart/imagespecial/slider_new_12x.tmpl// ** | ** ///template/inc_cntpart/imagespecial/slider_new_12x.tmpl// ** | ||
| Line 158: | Line 163: | ||
| <span class="thumb_capture">{INFOTEXT}</span></a> | <span class="thumb_capture">{INFOTEXT}</span></a> | ||
| [/ZOOM][ZOOM_ELSE] | [/ZOOM][ZOOM_ELSE] | ||
| - | [IMAGE_URL]<a href="{IMAGE_URL}"{IMAGE_TARGET}>[/IMAGE_URL]<img src="{THUMB_ABS}" alt="{THUMB_NAME}" border="0" />[IMAGE_URL]</a>[/IMAGE_URL] | + | <a href="#"><img src="{THUMB_ABS}" alt="{THUMB_NAME}" border="0" /></a> |
| [/ZOOM_ELSE] | [/ZOOM_ELSE] | ||
| <!--IMAGES_ENTRY_END//--> | <!--IMAGES_ENTRY_END//--> | ||
| Line 174: | Line 179: | ||
| <a href="#" id="move_left_{ID}">« Left «</a> | <a href="#" id="move_right_{ID}">» Right »</a> | <a href="#" id="move_left_{ID}">« Left «</a> | <a href="#" id="move_right_{ID}">» Right »</a> | ||
| - | <!-- JS: MORE:Fx/Fx.Scroll --> | ||
| [PHP] | [PHP] | ||
| $GLOBALS['block']['css']['slider_{ID}'] = 'specific/slider_new.css'; | $GLOBALS['block']['css']['slider_{ID}'] = 'specific/slider_new.css'; | ||
| + | |||
| + | $mootools_more = array( 'Fx/Fx.Scroll' ); // Loading more and FX.Scroll lib | ||
| + | initJSPlugin($mootools_more, true); | ||
| $GLOBALS['block']['custom_htmlhead']['slider_{ID}'] = ' <script type="text/javascript"> | $GLOBALS['block']['custom_htmlhead']['slider_{ID}'] = ' <script type="text/javascript"> | ||
| Line 296: | Line 303: | ||
| - | Siehe: [[http://forum.phpwcms.org/viewtopic.php?p=123104#p123104]] | + | Siehe: [[deutsch/phpwcms-system/artikel/contentparts/bilder-spezial/slider/erweitert]] (Forum: [[http://forum.phpwcms.org/viewtopic.php?p=123104#p123104]]) |
| Vorteile: \\ | Vorteile: \\ | ||