I'ld like to create some pages where some fields (such as Genre) is presented once, and other infos are "looped":
DRAMA:
movie 1
movie 2
movie 3
HORROR:
movie 4
movie 5
movie 6
......
actually i have to create one page for drama, an other for horror... and then i have to join them into a single page.
is it possible to to create different $$ITEM_BEGIN and $$ITEM_END one into an other?
example:
$$ITEM_BEGIN
....
$$ITEM_BEGIN1
...
$$ITEM_BEGIN2
.......
$$ITEM_END2
.....
$$ITEM_END1
$$ITEM_END
More templates instructions
It is not directly possible, but this goes close to what somebody else is currently trying to do:
viewtopic.php?t=174
Using scripting instead of HTML export it should be possible.
viewtopic.php?t=174
Using scripting instead of HTML export it should be possible.