![]() |
|
Tags as Table - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Tags as Table (/thread-13509.html) |
Tags as Table - GiehRo - 2021-01-10 Hi, another post from me - probably someone is able to give me a kick into right direction. Recreating my website with Zen currently. Is there an option to list all Tags as a table instead of List or Cloud. Haven't found a solution so far. Any ideas? Thx Tags as Table - acrylian - 2021-01-10 No, as semantically this is not really table data, a list is the correct setup actually. The cloud is also a list unless I am mistken but just different CSS applied. Why would you want a table if that is not even two columns at all? But you can create your own out put. Nearly all template functions consist of a "print" version for actual output and a "get" Version just getting the data to do custom things. Alternatively you can also use the object model below overything to get the data. |