More templates instructions

Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
Post Reply
ABNormal
Posts: 135
Joined: 2005-01-08 08:33:38

More templates instructions

Post by ABNormal »

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

antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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.
Post Reply