View Full Version : tag CLOUD
phon.os
06-27-2007, 09:17 PM
Hi,
maybe its stupid question, but I dont know how to answer it...its everywhere that the tags are supported in 1.6 but:
HOW can I display the tag CLOUD on the web page???:confused:
thanks a lot for your help...
dhdesign
06-28-2007, 03:25 AM
If you look in the docs folder in your Pixelpost folder locally, you will see a file called tags.html. Display that in your browser and it will show you all the tags that you can use in your templates.
The ones you are looking for are the last 4 in the Archive Related Tags section (<TAG_LINKS_AS_LIST>, <TAG_LINKS_AS_LIST_PAGED>, <TAG_IMG_LIST>, and <TAG_IMG_LIST_PAGED>).
splutter
07-07-2007, 10:52 AM
But these tags produce a list with number count and not a cloud, as the Warchive addon produces?
So just tell me why I got it as cloud as Warchive has got?
http://blog.piotrgalas.com/browse
Just because Ive done CSS styling for each tag weight (you can copy it from oryginal simple template CSS file). Please read documentation in future!!
splutter
07-07-2007, 11:12 AM
@GeoS - I'm not sure if I understand your answer correctly (but thanks anyway) - I take it that the tagging in v1.6 produces a (numbered) list of tags rather than what I have taken to be a cloud, which is a (weighted) list.
Perhaps this thread heading was misleading...
One thing that it is numbered and the second thing that each tag has class="tagsxx" attribute in A element. Next step is to code into the CSS definition the size of text with class tags00, tags01, tags02, ..., tags10.
For example at my place you can code like this:
<a href="/browse/tag/urban/1/" class="tags01">urban (1)</a> <a href="/browse/tag/warsaw/1/" class="tags01">warsaw (1)</a> <a href="/browse/tag/warszawa/1/" class="tags10">warszawa (19)</a>
splutter
07-07-2007, 04:27 PM
Yes, thanks GeoS. I think Warchive does the job simply and effectively, without me having to style it to that extent and remove the number element. Besides, the tags in the list/cloud don't appear to link to a new page of grouped thumbnails (just refreshes the complete archive page), whereas the Warchive addon produces a page of categorised images.
Default tags support in Pixelpost 1.6 works fine if you update addon to this from package and update your default CSS style with code sizing each weight of tag. Thats all from my side.
My site shows that it works as it should.
You can put it into the CSS definition:
/* TAG SUPPORT */
.tags00
{
font-size: 8px !important;
}
.tags01
{
font-size: 10px !important;
}
.tags02
{
font-size: 12px !important;
}
.tags03
{
font-size: 14px !important;
}
.tags04
{
font-size: 16px !important;
}
.tags05
{
font-size: 18px !important;
}
.tags06
{
font-size: 20px !important;
}
.tags07
{
font-size: 22px !important;
}
.tags08
{
font-size: 24px !important;
}
.tags09
{
font-size: 26px !important;
}
.tags10
{
font-size: 28px !important;
}
Dkozikowski
07-21-2007, 05:05 AM
Where we changes to remove Tags: before all tags
This will be found in your language file.
For example, lang-english.php
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.