By CyberCore on
how i can use the "multiple"-fields in my templates?
i try following scenario:
/projects
projects overview (done)
/projects/23
projekt 23 detailpage (done)
i have problems with this:
/projects/23/1
/projects/23/2
/projects/23/3
project 23 detailpage IMAGE 1 - 2 - 3
how can i setup a navigation for the images into an view? i think i can write myself, when i know how to reach the variable with the input data (maybe an array?) of the cck fields in views.
i have problems with:
image navigation like.: 1 | 2 | 3 | 4.... for each image a number, click on this number, the detailpage comes up with the clicked image.
hope someone understand me.
andreas