vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Tag Cloud on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=200917)

TheCatcher 02-19-2009 10:15 PM

Quote:

Originally Posted by gersforum@gmail (Post 1747288)
Get this message when I click a 'tag'..

you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

How bizarre when I'm an Level 1.


You have probably in the vBulletin settings to NOT active TagCloud
My addon is based on the vBulletin TagCloud own and has no own functions

Teresa 02-25-2009 01:32 AM

I couldn't get this to work. And I got an uncached template warning.

ade5675 06-16-2009 02:04 AM

Nice mod :up:
Installed


Is it possible to have the tags in different colors.
It adds an flavor to the stats.

SirHappy 06-20-2009 03:23 PM

thx. works in 3.8.3.

christon26 08-11-2009 11:32 AM

Quote:

Originally Posted by ade5675 (Post 1830480)
Is it possible to have the tags in different colors.
It adds an flavor to the stats.

I wanted to ask the same question lol, any chance of this? :D

TheCatcher 08-11-2009 02:24 PM

No, my addon does not! But that can easily make yourself
Go into the template "tag_cloud_headinclude" and change the CSS
Normal:
Code:

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;)


Changed:
Code:

a.level1 (font-size: xx-small, color: green;)
a.level2 (font-size: small, color: blue;)
a.level3 (font-size: medium; color: red;)
a.level4 (font-size: large, color: black;)
a.level5 (font-size: xx-large, color: yellow;)


matthewhotdude 08-11-2009 03:20 PM

Thanks great easy mod :)

GSeybold 08-11-2009 06:33 PM

so far, so good. Thank you for this mod.

christon26 08-14-2009 08:38 AM

Quote:

Originally Posted by TheCatcher (Post 1865136)
No, my addon does not! But that can easily make yourself
Go into the template "tag_cloud_headinclude" and change the CSS
Normal:
Code:

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;)


Changed:
Code:

a.level1 (font-size: xx-small, color: green;)
a.level2 (font-size: small, color: blue;)
a.level3 (font-size: medium; color: red;)
a.level4 (font-size: large, color: black;)
a.level5 (font-size: xx-large, color: yellow;)


Thank you! :D

christon26 08-14-2009 09:14 AM

Ok, just as an FYI for anyone else wanting different colors...I tried every which way and it just would not work for me....until I put !important in the styles lol

Code:

a.level1 {font-size: xx-small;color: #483D8B !important;}
a.level2 {font-size: small;color: #228B22 !important;}
a.level3 {font-size: medium;color: #FF69B4 !important;}
a.level4 {font-size: large;color: #20B2AA !important;}
a.level5 {font-size: xx-large;color: #6A5ACD !important;}



All times are GMT. The time now is 02:54 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.01081 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete