NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:ersetzer_rts:frontend_render:lighbox-prev-next-verbinden [2009/12/18 21:17] Knut Heermann (flip-flop) |
deutsch:ersetzer_rts:frontend_render:lighbox-prev-next-verbinden [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| (Alternativ können natürlich auch die Scripte gallery oder galleryX verwendet werden //(andere Logik, Installation aufwändiger)//). | (Alternativ können natürlich auch die Scripte gallery oder galleryX verwendet werden //(andere Logik, Installation aufwändiger)//). | ||
| + | //(Funktioniert auch mit der Erweiterung MediaBox-Advanced).// \\ | ||
| - | + | {{:deutsch:ersetzer_rts:frontend_render:rt_lightbox_prev_next_all_01.gif}} | |
| - | {{:deutsch:ersetzer_rts:frontend_render:rt_lightbox_prev_next_all_01.gif?300}} | + | |
| <note> | <note> | ||
| Line 29: | Line 29: | ||
| **CMS Version:** >= 1.3 \\ | **CMS Version:** >= 1.3 \\ | ||
| **Version:** V1.0 \\ | **Version:** V1.0 \\ | ||
| + | **Update 05.08.2011 KH:** Fehler behoben "Wenn keine Kategorie im Array angegeben wurde" //("If no category is specified in the array").// \\ | ||
| Line 82: | Line 83: | ||
| New rel for all LB pictures is called: rel="lightbox[catid-XX]" | New rel for all LB pictures is called: rel="lightbox[catid-XX]" | ||
| Where XX is the current category ID. | Where XX is the current category ID. | ||
| + | Update 05.08.2011 KH: If no category is specified in the array | ||
| Filename: rt_lighbox_prev_next_all.php | Filename: rt_lighbox_prev_next_all.php | ||
| Line 109: | Line 111: | ||
| $cat_id = $content['cat_id']; // current category ID | $cat_id = $content['cat_id']; // current category ID | ||
| + | if (count($_categories) == 0 ) $_categories[0] = $cat_id; // Update 05.08.2011 KH: If no category is specified in the array | ||
| if ($inc_categories ) { // include active? | if ($inc_categories ) { // include active? | ||