Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Tag Cloud on Forum Home Details »»
Tag Cloud on Forum Home
Version: 0.0.2, by TheCatcher TheCatcher is offline
Developer Last Online: Sep 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 01-06-2009 Last Update: Never Installs: 155
Uses Plugins Auto-Templates
 
No support by the author.

This product is for vBulletin 3.7-3.8 (Link to 3.7)

About this hack:
This hack will add a tag cloude on forum home in "what's going on box"

Modifications Info:
Plugin : 3
Phrases : 4
Template : 1
Setting : 1

How to install?
import product... That's it.

Go to your admin cp, then:
vBulletin Options -> TagCloud - ForumHome

How to config?
All other configs vBulletin Options -> Tagging Options


Demo: Link

Changelog:
0.0.2
Errors in caching 2 templates resolved

Suggestions: If you have a suggestion about this modification, please get in touch
Donations: If you want to donate please click "Support Developer"

Download Now

File Type: xml x_product_tagcloud.xml (3.7 KB, 838 views)

Screenshots

File Type: jpg screen_x_tc.jpg (48.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 02-19-2009, 10:15 PM
TheCatcher TheCatcher is offline
 
Join Date: Oct 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gersforum@gmail View Post
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
Reply With Quote
  #13  
Old 02-25-2009, 01:32 AM
Teresa Teresa is offline
 
Join Date: Jan 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I couldn't get this to work. And I got an uncached template warning.
Reply With Quote
  #14  
Old 06-16-2009, 02:04 AM
ade5675 ade5675 is offline
 
Join Date: Mar 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod :up:
Installed


Is it possible to have the tags in different colors.
It adds an flavor to the stats.
Reply With Quote
  #15  
Old 06-20-2009, 03:23 PM
SirHappy SirHappy is offline
 
Join Date: Jul 2007
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx. works in 3.8.3.
Reply With Quote
  #16  
Old 08-11-2009, 11:32 AM
christon26 christon26 is offline
 
Join Date: Dec 2008
Location: Australia
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ade5675 View Post
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?
Reply With Quote
  #17  
Old 08-11-2009, 02:24 PM
TheCatcher TheCatcher is offline
 
Join Date: Oct 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;)
Reply With Quote
  #18  
Old 08-11-2009, 03:20 PM
matthewhotdude matthewhotdude is offline
 
Join Date: Jul 2009
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks great easy mod
Reply With Quote
  #19  
Old 08-11-2009, 06:33 PM
GSeybold GSeybold is offline
 
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so far, so good. Thank you for this mod.
Reply With Quote
  #20  
Old 08-14-2009, 08:38 AM
christon26 christon26 is offline
 
Join Date: Dec 2008
Location: Australia
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheCatcher View Post
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!
Reply With Quote
  #21  
Old 08-14-2009, 09:14 AM
christon26 christon26 is offline
 
Join Date: Dec 2008
Location: Australia
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;}
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:51 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05857 seconds
  • Memory Usage 2,330KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete