![]() |
|
Couple questions (tags, theming) - 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: Couple questions (tags, theming) (/thread-2409.html) |
Couple questions (tags, theming) - ellama - 2008-03-12 Hi guys, I've upgraded to the latest night build (1285) and I've got some issues:
Thanks Petr Couple questions (tags, theming) - acrylian - 2008-03-12
Couple questions (tags, theming) - ellama - 2008-03-12
Couple questions (tags, theming) - acrylian - 2008-03-12
Couple questions (tags, theming) - ellama - 2008-03-12
Couple questions (tags, theming) - acrylian - 2008-03-12
Couple questions (tags, theming) - ellama - 2008-03-12 acrylian: just a final question regarding my (1) problem, what's the correct syntax for
If you could just show me an example involving all the options. Couple questions (tags, theming) - acrylian - 2008-03-12 Like this: Couple questions (tags, theming) - ellama - 2008-03-12 Cool, works like a charm. Thanks! Couple questions (tags, theming) - affa - 2008-03-18 thanks this thread helped me. (reversed the 50 and 2) one question, though - how does the function decide how to make the cloud? that is, how do I get the tags in a cloud to be different sizes like I see on some sites? Couple questions (tags, theming) - acrylian - 2008-03-18 Why don't you just look at our functions guide? "cloud" means tag cloud and "list" means list... Couple questions (tags, theming) - affa - 2008-03-18 Uh... I did read your functions guide. Several times. I agree with the OP that the documentation isn't exactly enlightening, which is why I posted here. Sorry if I sound defensive here but your post reads really condescending to me - if it wasn't meant that way I apologize. I'm not talking about 'cloud' vs. 'list'. I get that. That part is clear both in the docs and on this thread. My question was quite different than that -- I was asking how the cloud itself was MADE, not how to 'select' cloud. I already am choosing 'cloud', but all the words are the same size, and I was asking what the function used to determined which words were bigger than others and which order the words went in. In other words, I'm trying to figure out why my cloud looks more like a list than a cloud, despite having chosen cloud. I was wrong about the order of variables - I hadn't noticed you omitted $limit so my eyes played tricks on me since I was reading right to left. Couple questions (tags, theming) - acrylian - 2008-03-18 I am sorry, it was really not meant condescending. I agree that you have to get into that documentation a little to understand it. means simply: As I guessed above you probably have only a few tags assigned, probably less than 10. That is the default value for tags to be shown. If you for example have only 5 times the tag "xy" it is not shown. You could try to adjust the values for maxcount and mincount. You can of course take a look at the function itself within zp-core/template-functions.php. Couple questions (tags, theming) - affa - 2008-03-19 i think we're just mis-communicating, grin. Many thanks for all your help in this thread. I understand each of the parameters (though your version above is super-extra clear!)... but my cloud is showing up with all words the same size. Unless I'm misunderstanding something, shouldn't they be different sizes based on usage? Is this a problem with my CSS? Or am I misunderstanding what causes some tags to use a larger font than others in a cloud? Couple questions (tags, theming) - sbillard - 2008-03-19 The size of the tag in the cloud is proportional to the releative frequency of the tag appearances. So, if all your tags show up about the same number of times, they will all be the same size. |