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 01-06-2009 10:00 PM

Tag Cloud on Forum Home
 
1 Attachment(s)
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"

ram94401 01-07-2009 02:18 PM

Hi there, thanks. I added your plugin, it didn't work. It doesn't display the tag cloud at all.

vBulletin Options -> TagCloud - ForumHome has option to display the tag cloud. Still there is nothing is shown. I use 3.7

TheCatcher 01-07-2009 07:03 PM

You use absolutely no standard design?! Or then is absent of the TemplateHook-> $template_hook [forumhome_wgo_pos2]

See plz hier -.> https://vborg.vbsupport.ru/showthread.php?t=190231#14

fionix 01-09-2009 09:57 AM

installed and works ! Great thank you :)

ram94401 01-10-2009 04:03 AM

Quote:

Originally Posted by TheCatcher (Post 1704428)
You use absolutely no standard design?! Or then is absent of the TemplateHook-> $template_hook [forumhome_wgo_pos2]

See plz hier -.> https://vborg.vbsupport.ru/showthread.php?t=190231#14

I didn't change anything in forumhome template, but couldn't find this hook. I replied about this in https://vborg.vbsupport.ru/showthread.php?t=190231#14 too

TheCatcher 01-10-2009 04:32 AM

1) Tagging must be activ (vB-Settings)
2) This Template Hook is very important. He belongs in the "Whats going box"

DeMonViTo 01-10-2009 08:29 AM

Thanks for addon :)

mradlin 02-16-2009 12:06 AM

Installed!:D

gersforum@gmail 02-17-2009 09:30 PM

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.

Aclikyano 02-19-2009 07:56 PM

lol i have around 5000 tags so cant have all that on my forumhome

anyway i would just like to use it for a couple of skins in a few different areas... owells

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


masterwebguy 08-14-2009 03:52 PM

Love this, thanks

ricardoNJ 08-19-2009 06:33 AM

Testing...

stevetank 08-19-2009 11:35 PM

Nice one,

Works great.

LordVader 08-25-2009 03:08 PM

Thankyou

My main page looks fantastic, especially with the colours enabled.

I wish i could show you all a screencap of just how good this thing looks on a dark background, but unfortunately it's an adult forum & most of the words are quite naughty ... lol

My members are going to love this

Thanks again :)

Will.

denman75 08-25-2009 08:38 PM

tnx works great

Winterworks 08-27-2009 01:54 PM

http://img103.imageshack.us/img103/1283/rafaaaa.jpg

How can I make it so the text size of the tags is the same as the text in the other boxes, and that there's coma's in between each, and the tags don't get bigger if they're used more.

TheCatcher 08-27-2009 03:43 PM

You change the size of the tags as follows https://vborg.vbsupport.ru/showpost....6&postcount=16
font-size: xx-small
etc.


That these tags with you all the same size. Has probably the reason that all equal "important"

Winterworks 08-29-2009 03:32 PM

Okay, thanks.

One last question, how can I make this tag cloud work in the navbar template..?

vortech1 05-11-2010 01:20 AM

I installed it but nothing shows up http://forum.vortechhosting.com/index.php

fluidswork 05-13-2010 04:44 PM

great

MagicThemeParks 08-18-2010 11:44 AM

Can we make this tag cloud appear in the side column or sidebar? If so, how do we go about that?

mapleleaffans 08-26-2011 07:46 PM

Pretty cool addon! Thank you!

Blueracer66 08-27-2012 03:44 AM

Awesome, it works on vBulletin 3.8.7 PL3! Thanks! :)


All times are GMT. The time now is 05:20 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.01325 seconds
  • Memory Usage 1,780KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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