vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Nexia's HowTo: Colored Tags Cloud (https://vborg.vbsupport.ru/showthread.php?t=213533)

05-12-2009 10:00 PM

Nexia's HowTo: Colored Tags Cloud
 
The actual Tags Cloud from vBulletin is kinda boring to look at. no color, wrong sizes (obsolete font-sizes...)


So as usual, i decided to rehearse the look of something really useful, and that's the result, a new look for the Tags Cloud...


you can also see it in the footer of the forumhome page on http://vbEnhancer.com, as i use THIS GREAT PRODUCT... from TheCatcher!

you already can edit these details inside the proper template of vB, but nobody does it, because nobody knows it's possible... i just popup the possibility to enhance the view!

if you prefer making the edit yourself, without a product, here is how to:


** code removed as mod in the graveyard **

The version of CSS you see above give the same result as in the colored screenshot.

Theater 05-12-2009 10:56 PM

Dude, nice. :)

abouahmed 05-12-2009 11:15 PM

nice work dude.

Theater 05-13-2009 02:09 AM

If you want to do this for your blog's tag cloud then the template is called blog_css. You have to be smarter with your edit though since you can't just overwrite everything in that particular template. Easy enough though, and it looks good to have both clouds match.

nexialys 05-13-2009 10:47 AM

oh, thanks for the reminder Theater, i'll add the blog's cloud in the making... i'll see how that template runs and provide a fix for it... :)

Chadi 05-13-2009 09:40 PM

I have no idea why, but my changes are not getting picked up at all (did a hard refresh, etc)

my template is this:

Code:

<style type="text/css">
a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; }
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; background-color: #4D528C; color: white; }
a.level1 { font-size: 11px; color: #B7BCE2;}
a.level2 { font-size: medium; color: #7b81cd; }
a.level3 { font-size: large; }
a.level4 { font-size: x-large; color: #ffc1de; }
a.level5 { font-size: xx-large; color: #FF4400; }
</style>

Everything works except the color css portion in the level 1 through level 5 lines. Even my own modification on the 2nd line of adding a hover background color and font color change works fine, but for some reason none of the 5 levels variables work.


All times are GMT. The time now is 05:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01084 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete