![]() |
|
zpMasonry: Number of album tags on home page - 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: zpMasonry: Number of album tags on home page (/thread-10922.html) |
zpMasonry: Number of album tags on home page - mironb - 17-03-2013 Hi zpMasonry: Number of album tags on home page - acrylian - 17-03-2013 Please always add the name of a 3rd party tool so its author maybe able to help. In this case General rule: Most all template functions have a print and get variant. And if not there is always the object model to do most anything directly. zpMasonry: Number of album tags on home page - mironb - 18-03-2013 Hi thanks for fast respond. I am sorry but I am a photographer and php is unknown for me I replaced zpMasonry: Number of album tags on home page - sbillard - 18-03-2013 There is no discontinuity between being a photographer and programming in PHP I am both. Unfortunately, if you want to customize things then acquiring some knowledge is essential. In your case above, you need to understand that the "get" versions of functions never produce output, just return something that you then have to act on. The "print" versions are the ones that put something on the page. So zpMasonry: Number of album tags on home page - acrylian - 18-03-2013 And I studied illustration originally, just to mention..;-) A bit more specifially: |