DANKESCHÖN !
Edit: Werd ich mir am Wochenende mal reinziehen und mein Glück probieren .. nicht das ich jetzt was verpfusche

Code: Select all
+----------+--------+-------+----------+------+-...
| {GALLERYX: 25 | 31 | 32 | 1 | ...
| {GALLERYX: root_ID| sub_ID| subsub_ID| title| ...
| | | | | |
| Index | [0] | [1] | [2] | [3] | ...
+----------+--------+-------+----------+------+-...
Code: Select all
// [0|1|2|3] [off | title=on | date=on | title and date = on] in sub gallery (list)
$my_list_title_date = 3;
$my_list_description_date = 1; // [0|1] date on/off in description text
// [0|1|2|3] [off | title=on | date=on | title and date = on] in sub sub gallery
$my_detail_title_date = 3;