vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Custom Tag Cloud in vbAdvanced, Forum Home & Related Pages (https://vborg.vbsupport.ru/showthread.php?t=190759)

transparent 12-14-2008 06:26 AM

I have this installed and working on my live board but I'm not seeing any changes in popular tags. Anyone else having this issue?

I have specifically searched and clicked tags over and over trying to get specific ones to grow in size and they wont change. The display seems to change on the default VB location for the tag cloud but doesn't seem to change on the cloud produced by this hack.

Any help would be greatly appreciated.

vbboarder 12-15-2008 05:15 PM

Quote:

Originally Posted by transparent (Post 1685047)
I have this installed and working on my live board but I'm not seeing any changes in popular tags. Anyone else having this issue?

I have specifically searched and clicked tags over and over trying to get specific ones to grow in size and they wont change. The display seems to change on the default VB location for the tag cloud but doesn't seem to change on the cloud produced by this hack.

Any help would be greatly appreciated.

What are the custom styles and custom hooks that you specified in the settings for this mod?
Have you tried changing back to the default mod settings or reinstalling this mod (with allow overwrite)?

transparent 12-15-2008 06:26 PM

Hi vbboarder!

I specified my hook in this post. And I am using the latest version of your hack.

vbboarder 12-15-2008 06:51 PM

Quote:

Originally Posted by transparent (Post 1686051)
Hi vbboarder!

I specified my hook in this post. And I am using the latest version of your hack.

The hook you're using is a html comment in the forumhome template. It works fine for me.

If you want the tag cloud to go into the "what's going on" stats section, you need to specify this hook:
Quote:

$template_hook[forumhome_wgo_stats]
.
If that doesn't work, then I need to know the custom style that you specified in this mod's settings page.

Important Note: If the syntax is invalid/ incorrect for the tags' custom styles, then the tags will not be styled correctly (ie: different sizes/ colors for popularity).

motowebmaster 12-16-2008 11:14 PM

Does this mod create it's own template? I'd like to modify the look of the Tag Cloud a bit, if possible.

lenzo 12-18-2008 11:04 AM

Quote:

1. It allows you to display the tag cloud in forum related pages in any location you want. You can display tag clouds in forumhome, forumdisplay, and showthread, and hook it to any $template_hook or HTML comment. Instead of installing 3 different mods to accomplish this, you can install this mod to do all 3. Plus you can specify if you want to not display the tag cloud in certain pages.
I just don't get it. I did every step, but nothing shows. I just don't understand what you mean by option 1. Can you make a specific example to explain what we do for step 1?

---------------------------------------------------------------------------

Revised: So freakin' weird. I disable every piece of the tag cloud, then suddenly it starts to appear. So, I guess it's working now, but I don't understand how...

vbboarder 12-18-2008 04:38 PM

Quote:

Originally Posted by motowebmaster (Post 1687044)
Does this mod create it's own template? I'd like to modify the look of the Tag Cloud a bit, if possible.

If you want to custom style the tag links, then enter the CSS styles in the VB Options page for the Forum VBA Tag Cloud settings.

If you want to custom style the box in which the tags are located, then edit the template 'tag_cloud_collapsedbox'. It's essentially the same as the VB template 'tag_cloud_box' but the tags are contained in a collapsible box.

If you want to change the words "Active Tags" & "Preferred Tags", you can use VB Phrase Manager to change them to whatever you want.

vbboarder 12-18-2008 04:39 PM

Quote:

Originally Posted by lenzo (Post 1687911)
I just don't get it. I did every step, but nothing shows. I just don't understand what you mean by option 1. Can you make a specific example to explain what we do for step 1?

---------------------------------------------------------------------------

Revised: So freakin' weird. I disable every piece of the tag cloud, then suddenly it starts to appear. So, I guess it's working now, but I don't understand how...

.
If you want the tag cloud to appear in a specific location, make sure you read my 2nd post for detailed instructions.

lenzo 12-18-2008 05:18 PM

Quote:

Originally Posted by vbboarder (Post 1688098)
.
If you want the tag cloud to appear in a specific location, make sure you read my 2nd post for detailed instructions.

Actually, I read your instructions, read every post, and still was confused at first. Honestly, in order for people to understand right away, you should make a specific example. I can understand why even a programmer would be confused at first.

Putting that aside, thank you for making this mod. It adds a little something. And thank you for answering the posts. :)

alehawk 12-26-2008 06:32 PM

Hi!
2 Questions, I upgraded from tag cloud 1.0 and now I got the tag cloud over forum home even when its disabled (i disabled it to show only one tag cloud box), how can I fix that?
Second, how can I change the preffered and active clud color because it cand be read in my site color scheme (http://www.astrodestino.com.ar)
Thank you!

MTGDarkness 12-27-2008 01:17 PM

I still really don't get the whole hook location system. Can you give me an example of how to set a new hook up in a theme and attach this MOD to it?

KevinL 12-27-2008 01:37 PM

you can find a hook in any template like -> $template_hook[forumhome_wgo_pos5]

MTGDarkness 12-27-2008 02:37 PM

I found a hook, and tried to enter it as an option. But then it wouldn't come up at all.

vbboarder 12-27-2008 06:59 PM

Quote:

Originally Posted by MTGDarkness (Post 1694739)
I still really don't get the whole hook location system. Can you give me an example of how to set a new hook up in a theme and attach this MOD to it?

Make sure you read the 2nd post for hook selection tips & instructions. The first note says:

"You can find and place hooks in adv_portal, FORUMHOME, FORUMDISPLAY, & SHOWTHREAD templates. The hook must be $navbar, $template_hook, or a HTML comment (ie: $template_hook[place] or <!-- comment -->)."

This means that you go the VB Styles > Edit Templates > then review either the adv_portal (for vbAdvanced), FORUMHOME, FORUMDISPLAY (for pages listing threads), or SHOWTHREAD (for pages listing posts) for hooks that you can use.

As stated, the hook must be $navbar or something that starts with $template_hook or an html comment (which starts with <!-- and ends -->). Examples that were recently posted were: $template_hook[forumhome_wgo_pos5] and <!-- what's going on box --> These are FORUMHOME hooks so they won't work in the other pages (you must select different hooks for them).

The 2nd post give reasons to why a certain hook may not work (ie: if it occurs between <if> and </if> tags that evaluates to false). Hope these examples help.... don't know how else to clarify.

vbboarder 12-27-2008 07:03 PM

Quote:

Originally Posted by alehawk (Post 1694231)
Hi!
2 Questions, I upgraded from tag cloud 1.0 and now I got the tag cloud over forum home even when its disabled (i disabled it to show only one tag cloud box), how can I fix that?
Second, how can I change the preffered and active clud color because it cand be read in my site color scheme (http://www.astrodestino.com.ar)
Thank you!

You can change the tag colors in VB Options > Custom Tag Clouds settings page using CSS styles syntax. For further help, you need to click "Marked as Installed" on this page.

Sunka 01-11-2009 12:11 AM

Is this MOD working on vBulletin v3.8.0?

vbboarder 01-11-2009 12:28 AM

Quote:

Originally Posted by Sunka (Post 1707995)
Is this MOD working on vBulletin v3.8.0?

Yup, workin' fine without any problems ;)

MTGDarkness 01-11-2009 05:46 AM

Does this work with 3.7.4PL1? Cuz one of my MODs is apparently giving my members token errors, and this is one of them. I'm going to disable it and hope for an update for now.

vbboarder 01-12-2009 05:34 PM

Quote:

Originally Posted by MTGDarkness (Post 1708278)
Does this work with 3.7.4PL1? Cuz one of my MODs is apparently giving my members token errors, and this is one of them. I'm going to disable it and hope for an update for now.

Don't know how this mod is giving token errors, 'cause it uses VB's built-in tag cloud function to build the tag cloud (in other words, this mod calls a function that's written by VB). Also, I haven't received any other reports of token errors due to this mod.

vbboarder 01-14-2009 01:14 AM

NEW FEATURES: Social Group Tag Cloud (VB 3.8.0 or higher required)

1. A tag cloud for social group categories can be displayed anywhere in the site homepage (vbAdvanced) or forum homepage (forumhome). Similar to the forum tag cloud, the social group cloud resides in a collapsible box and the links can be custom styled to draw focus to specific groups (ie: if you have a new group that you want to promote).

2. Both the forum tag cloud and social group cloud can now be positioned in the left, right, or center blocks (download the VBA xml files). In earlier versions, the tag cloud could only be hooked to the adv_portal template.

To download, go to: https://vborg.vbsupport.ru/showthread.php?t=201692

vbboarder 02-06-2009 11:27 PM

New version 2.0.5: Optimized code to create tag links. Created preselected hooks for forumhome.

This is not a critical update, but it will speed up creating tag links a little. Also, if you are having trouble selecting hooks for the tag cloud in forumhome, you should update since preselected hooks are now included for forumhome.

vbboarder 04-01-2009 04:07 PM

Updated: version 2.1.0 was just released. Fixed a potential conflict with other mods. It is recommended that you install this update.

ZapFlash 04-04-2009 02:13 AM

How can i put the tag cloud in other sections of my site, for example, my index (which is not vbadvanced), wordpress blog, vbulletin archive, etc. it would be very helpful

vbboarder 04-06-2009 04:13 PM

Quote:

Originally Posted by ZapFlash (Post 1783446)
How can i put the tag cloud in other sections of my site, for example, my index (which is not vbadvanced), wordpress blog, vbulletin archive, etc. it would be very helpful

You can not put the tag clouds in other parts of VB without customizing the code.... sorry, I do not support custom codes.

To put the tag cloud in non-vba portal pages, you need to enable tag clouds in VBA in VB Options > Custom Tag Clouds (even though you're not using VBA) and output globalize the variable $tag_cloud, similar to what VBA does. Don't know how you would do that in wordpress since I don't use that.

vidan 04-13-2009 12:03 AM

helo, i want to ask something.
tag cloud in forumdisplay,
is it display all the tag used in whole forum at forumdisplay OR display all tag used in CURRENT Forum at forumdisplay?

example:

tag cloud: global tag, tag from all forum
or
tag cloud: tag used in this forum, tag1 this forum, tag2 this forum


All times are GMT. The time now is 01:32 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.01288 seconds
  • Memory Usage 1,804KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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