PDA

View Full Version : Tag Cloud Levels


EagleNick
07-12-2008, 03:24 AM
I want to have more than 5 "levels" in the tag cloud.

AdminCP -> vBulletin Options -> Tagging Options -> Tag Cloud: Number of Levels


This is the number of sizes that tags are displayed in.

If you wish to increase this value above 5, you will need to edit the search_forums template and add additional CSS rules at the top.What exactly do I need to add to the top of the template to increase the number of levels to "7".

Thanks in advance for any help.

lstintxs100
07-12-2008, 03:57 AM
I do not know if this helps. in tags.php these are defined and later used.

</script><style type="text/css">
a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; }
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: xx-small; }
a.level2 { font-size: small; }
a.level3 { font-size: medium; }
a.level4 { font-size: large; }
a.level5 { font-size: xx-large; }
</style>
<title>www.copiertalk.com - Tags</title>

<style type="text/css">
a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; }
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: xx-small; }
a.level2 { font-size: small; }
a.level3 { font-size: medium; }
a.level4 { font-size: large; }
a.level5 { font-size: xx-large; }