PDA

View Full Version : Add-On Releases - Custom Tag Cloud in vbAdvanced, Forum Home & Related Pages


vbboarder
09-11-2008, 10:00 PM
Download the latest version that supports social groups clouds here: 2.5 Version (VB 3.8 required) (https://vborg.vbsupport.ru/showthread.php?t=201692)

Forum VBA Custom Tag Cloud
This mod adds 6 features to VB?s tag cloud:

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.

2. It allows you to show the tag cloud in your site?s home page in any location you want if you have vbAdvanced installed (optional).

3. When viewing forumdisplay or showthread (pages listing threads or posts), you can specify custom styles for tags that belong to the active forum or thread being viewed so that users will know which tags are relevant to that forum or thread.

4. It allows you to specify preferred tags that you want to have custom styles so that they will be noticed more. For example, if your site just started a forum about cars with tags like ?Lexus? ?Infinity?, you can specify those tags as preferred to draw attention to the new forum.

5. The tag cloud resides in a collapsible box and has a legend for the custom styles.

6. When viewing a thread (in showthread), this mod will move the thread?s tag box below the tag cloud. The tag box and tag cloud are different: the tag box shows tags specific to its thread, whereas the tag cloud shows tags from all threads. Currently, the tag box is shown at the very bottom of the thread, which can be easily ignored by readers. Moving it next to the tag cloud will make the tag box more visible.

Installation
1. Download the product xml file. Go to Manage Products > Add/Import Product, upload that xml file, set ?allow overwrite? to yes, and click Import.

2. Go to VB Options > Forum VBA Tag Clouds to set the locations of the tag cloud (default is below the navbar) and custom tag styles.

3. Optional: to display the tag cloud in vbAdvanced, go to VBA CMPS > Default Settings > Main Options > add to ?Portal Output Global Variables?: tag_cloud.
Update:
Reimport the new product xml file and allow overwrite.
See the 2nd post for a screenshot and template hook selection tips.

Versions:
1.0.0/ 1.0.1 Initial Release.
2.0.0 New Features:
Auto templating ? allows setting the location of the tag cloud anywhere on the page.
Tag cloud resides in a collapsible box and has a legend for the custom styles.
Tags that belong to the active forum or thread being viewed can have custom styles.
Added option to set preferred tags that will have custom styles to get them noticed more.
2.0.2 Optimized memory usage.
2.0.5 Optimized code to create tag links. Created preselected hooks for forumhome.
2.1.0 Fixed a potential conflict with other mods.


Notes:
1. I read all posts for this mod so feel free to post any comments or suggestions.
2. You will be notified by e-mail for future updates if you click ?Marked as Installed.? If you find this mod useful, remember to click ?Nominate for MOTM.?

MAKE SURE TO CLICK INSTALL;) (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=190759)

vbboarder
09-12-2008, 09:03 PM
Things to notice with the new 2.0 tag cloud:
1. Tag cloud is no longer directly below the navbar (you can move it anywhere you want).
2. Button to collapse the tag cloud at the right corner.
3. Legend for the active & preferred tags at the right corner.
4. “Uploaded” is styled red because it’s set as a preferred tag.
5. “Test” & “xml” are styled aqua because they are active/ present in the thread being viewed (for a forum, all tags in its threads will be custom styled).

Template Hook Selection Tips:
1. 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 -->).
2. If you set the hook to a nonexistent $template_hook or HTML comment, then the tag cloud will not show. Also, if you don’t specify a hook location then it will not show.
3. If you set the hook to a nonvalid value (ie: $test, test, <td>, etc.), then the tag cloud will show below the navbar by default.
4. If the hook occurs multiple times within the template, then the tag cloud will also appear multiple times.
5. If you’re familiar with the template, you can add your own $template_hook or HTML comment to place the tag cloud where you want.

6. The tag cloud will not show if you choose a hook located within an <if> condition that evaluates to false.
7. Hooks located in a table must be located within a <td> cell, otherwise the table layout may be messed up. Caution: forumhome’s template hooks are not located in <td> cells.
8. Hooking the tag cloud in the middle of a form can potentially disable the form. For example, in SHOWTHREAD if you use <!-- controls above postbits --> as a hook, then the inline moderation & tag editing will not function!

FreshFroot
09-12-2008, 09:05 PM
nice hack, will try it out :D

thanks ;)

SEOvB
09-13-2008, 12:22 AM
Um, all the other mods would let you display the tag cloud wherever you'd want to as well.

But nice job none the less, looks good

vbboarder
09-13-2008, 01:29 AM
2.0.0 New Features: See the 2nd post for a screenshot and template hook selection tips.
Auto templating – allows setting the location of the tag cloud anywhere on the page.
Tag cloud resides in a collapsible box and has a legend for the custom styles.
Tags that belong to the active forum or thread being viewed can have custom styles.
Added option to set preferred tags that will have custom styles to get them noticed more.

This mod does several things that other tag clouds mods don't do:
1. This is the only mod that will move the showthread's tag box next to the tag cloud.
2. This is the only mod that will show the tag cloud in vbAdvanced without requiring template edits or creating vba modules.
3. This is the only mod that will give you the option of showing or not showing the tag cloud on all 3 types of forum pages without requiring template edits.
4. This is the only mod that allows you to custom style active & preferred tags.

redlabour
09-13-2008, 06:29 AM
Absolutely great! :)

But:

[Bug] Clicking Tabs does not bring you to the Tab related Overview of Topics if you click them at vBadvanced if vBadvanced is not installed in Forumroot. It only makes a refresh of the Portal.

My vBa is installed at / and not at /forum.

Please fix this. ;)

You can see it at http://www.politikstube.de

vbboarder
09-13-2008, 09:58 AM
Just updated to 1.0.1: fixed tag links for sites with vbAdvanced installed in a NON-forum directory (other sites should not be affected). ;)

ujai
09-13-2008, 12:39 PM
Hi,

How can I edit the tag to be place at other place besides the top?

Thanks in advance

redlabour
09-13-2008, 12:48 PM
Just updated to 1.0.1: fixed tag links for sites with vbAdvanced installed in a NON-forum directory (other sites should not be affected). ;)

Works perfect! :)

sinucello
09-13-2008, 06:01 PM
Hi,

thanks for this mod, I like the flexibility of it. Maybe you could add an option that allows to place a custom marker in one or all of the templates e. g. ###tagcloud###. This would be even more flexible.

all the best,
Sacha

vbboarder
09-13-2008, 06:27 PM
Works perfect! :)
Glad the update works fine :D

Hi,

How can I edit the tag to be place at other place besides the top?

Thanks in advance

Hi,

thanks for this mod, I like the flexibility of it. Maybe you could add an option that allows to place a custom marker in one or all of the templates e. g. ###tagcloud###. This would be even more flexible.

all the best,
Sacha

Actually, there's already lots of markers (aka template hooks) in VB templates that can be used to implement customized tag cloud placement.

Ujai, before I tell you how, let me wait and see how many people want the tag cloud in a different place besides below the navbar. If there's a significant # of people wanting that feature, then I'll update this mod for auto-customization so you won't have to do custom coding yourself. ;)
Too bad I can't add a poll to this thread - just post a reply if you want this mod to have an auto-customization placement feature. I take it that so far I have 2 votes for this - Ujai & sinucello.

ujai
09-15-2008, 02:16 AM
Thank you, if not many people wants it and you decide not to make it auto customize, can you please let me know how to change it?

Alien
09-15-2008, 03:14 PM
How many queries does this add?

vbboarder
09-15-2008, 04:56 PM
Thank you, if not many people wants it and you decide not to make it auto customize, can you please let me know how to change it?
Actually, I'll probably implement the auto-customization regardless. However, it could be anytime from 2 weeks to 2 months for me to implement it, depending on my priorities. Right now, it's low priority since only 2 users have requested it. I don't want to start posting customization instructions 'cause this can lead to support overload for me considering the # of possible places to hook the tag clouds to.
Just for my info, why don't you want the tag cloud near the navbar?

vbboarder
09-15-2008, 06:01 PM
How many queries does this add?
This mod used VB's tag cloud function for fetching & building the tag cloud. Reviewing the code shows 1 db query and not even that if you have caching enabled (ie: APC or memcache) as recommended by VB.

Mondi
09-16-2008, 10:45 AM
vbboarder - have vbadvanced cmps, links, dynamics and - soon - vbclassifieds running.

Will this mod fetch tags from all afore mentioned? This would be OUTSTANDING...

Btw: As for location , I too could do with a few pointers.

If you could get back to me on my question, cheers.

vbboarder
09-16-2008, 04:28 PM
Wow, you got everything! :eek: That's cool, but I don't have vba dynamics, vba links, or vb classifieds myself so I can't test it for you.

Anyways, this mod will fetch all tags from VB forums and place them in a cloud box under the navbar (see pics). If the navbar is showing on all those $$$ mods of yours, then it should also show the tag cloud - you just need to output the global variable, tag_cloud, as the instructions say. That's another advantage of having the tag cloud near the navbar.... it can be easily included in other external mods and custom web pages (like those made with the WebTemplates mod with the header/ navbar included).

Btw: As for location , I too could do with a few pointers.
Sorry, your vote doesn't count since you haven't marked installed. For further support, you need to mark install. ;)

Mondi
09-16-2008, 06:59 PM
Hehehe......

Got me there - unintentional though!

INSTALLED!!!!

[One Extra Vote....]

Thanks mate!

realmr
09-22-2008, 11:42 AM
Is it possible to display the "forum specific tags" rather than the entire forum tags in forum specific pages ?

vbboarder
09-22-2008, 04:15 PM
Is it possible to display the "forum specific tags" rather than the entire forum tags in forum specific pages ?
No, not currently possible with this mod. I decided against this feature because VB caches the tag cloud so there is no DB queries if you have caching enabled. I'll see if there's a way to filter forum specific tags with just 1 query while being able to use VB built-in tag cloud function and caching.

Shaheen
09-22-2008, 09:43 PM
nice Mod but one more option will make it best thats choose the place :D

iPodHacking.com
10-01-2008, 08:42 PM
I'd love to see it be made able to collapse. Other than that, it works great! Thanks

vbboarder
10-04-2008, 09:58 PM
Just Updated to 2.0: ALL feature requests were implemented!
2.0.0 New Features: See the 2nd post for a screenshot and template hook selection tips.
Auto templating – allows setting the location of the tag cloud anywhere on the page.
Tag cloud resides in a collapsible box and has a legend for the custom styles.
Tags that belong to the active forum or thread being viewed can have custom styles.
Added option to set preferred tags that will have custom styles to get them noticed more.

Update:
Reimport the new product xml file and allow overwrite.
Go to VB Options > Forum VBA Tag Clouds to set the locations of the tag cloud (default is below the navbar) and custom tag styles.

Note: if you enable the “Customize Active Tags?” option, then this mod will add 1 query to forumdisplay & showthread pages only. Tag clouds in vbAdvanced and forumhome should still have 0 queries if caching is enabled.

Mondi
10-05-2008, 07:09 AM
Probably 9/10 already addressed somewhere - but - how do I put this mod into a CMPS Module?

Can someone point me either into the right direction 'by example' here, or to a tut. somewhere posted previously...

Sorry - haven't gotten my head around that one yet so help would be marvellously appreciated.

Cheers.

vbboarder
10-05-2008, 08:10 PM
To display the tag cloud in vbAdvanced, go to VBA CMPS -> Default Settings -> Main Options -> add to “Portal Output Global Variables”:
tag_cloud

Ted Clore
10-09-2008, 02:48 AM
I've done this and it isn't there. There must be something missing!?!

Can you give us a walk through for VBa CPMS?

IOW, there is no module.php so that a module can be made and put on a page where you want it.

vbboarder
10-10-2008, 03:53 PM
To display the tag cloud in vbAdvanced, go to VBA CMPS -> Default Settings -> Main Options -> add to ?Portal Output Global Variables?: tag_cloud
I don't know how else to elaborate than what's quoted above. The tag cloud works fine for myself and other users. Are you using CMPS version 3.0.1 dated 4-24-08?

There is no module.php file - it's unneccessary. If you want custom placement of the tag cloud in CMPS pages, you use template hooking (with $template_hook or HTML comments) in VB Options -> Forum VBA Tag Clouds (read the 2nd post for further instructions), OR add a CMPS template module: go to VBA CMPS > Add Module > Template Module > and add to the Template Content box:
<div>$tag_cloud</div>.
Note that if adding "tag_cloud" to the Portal Output Global Variables in CMPS does not work for you, then adding a CMPS template module will also most likely not work for you. In that case, somehow your CMPS installation is messed up.

vbboarder
10-12-2008, 12:42 AM
Just Updated to version 2.0.2 - optimized memory usage of this mod.

vbboarder
11-03-2008, 08:05 PM
Just tested this mod in VB 3.8.0-beta1 with no problems - all features work fine.

transparent
11-03-2008, 11:36 PM
Nice hack...

How do I get the tag cloud to display right above the "What's going on" section at the bottom of the FORUMHOME page? For my board having it right under the navbar is not visually appealing.

Thank you!

transparent
11-04-2008, 01:30 AM
Nice hack...

How do I get the tag cloud to display right above the "What's going on" section at the bottom of the FORUMHOME page? For my board having it right under the navbar is not visually appealing.

Thank you!

Nevermind, I figured it out. :)

far100
11-14-2008, 12:05 AM
Transparent

How did you do it? I searched for forumhome and navbar. Still not able to figure it out. Usually these changes are not that hard but I am stumped.

Thanks, Far

transparent
11-14-2008, 04:31 PM
Transparent

How did you do it? I searched for forumhome and navbar. Still not able to figure it out. Usually these changes are not that hard but I am stumped.

Thanks, Far

For "Template hook for tag cloud in VB forum homepage (forumhome):"

I entered...

<!-- what's going on box -->

Hope that helps :)

far100
11-14-2008, 06:37 PM
Transparent Dude you are so freakin good.

Worked like a charm!!:up:

And vbboarder thanks you so much - looks awesome. Actually reading your notes you said exactly to do this - Duh!! Thanks again.:D

vbboarder
11-15-2008, 05:49 PM
Transparent Dude you are so freakin good.

Worked like a charm!!:up:

And vbboarder thanks you so much - looks awesome. Actually reading your notes you said exactly to do this - Duh!! Thanks again.:D
Glad you like this mod :) It's very customizable through its options page in VB Options by using CSS properties to style the forum & preferred tags.

goxy63
12-08-2008, 10:40 PM
Installed
Nominated
Rated

But not shure how to setup on Vba Dynamics

Some help ?

vbboarder
12-09-2008, 06:47 PM
Installed
Nominated
Rated

But not shure how to setup on Vba Dynamics
Some help ?
In VBA CMPS, you need to add "tag_cloud" to the “Portal Output Global Variables" setting. I don't have VBA Dynamics, but I think you would need to do the same for that product. If you can't find the location of the setting, you should post in the vbadvanced.com forums or ask Brian (site owner) what's the equivalent of “Portal Output Global Variables" in VBA Dynamics.

goxy63
12-09-2008, 10:11 PM
Thanks for advice

After installation I had problem....my blog link from navbar was missing, after I disable this nice mod everything ws back to normal
Any Ideas ?

Thanks

vbboarder
12-10-2008, 12:01 AM
Thanks for advice

After installation I had problem....my blog link from navbar was missing, after I disable this nice mod everything ws back to normal
Any Ideas ?

Thanks
This mod doesn't modify the navbar. However, this mod allows you to hook the tag cloud to any location that you want. Did you change the hook location for any pages in the custom tag cloud settings? If you did, change the hook location back to $navbar for all pages and make sure you read the 2nd post for hook selection tips. I don't have VB Blog so I can't verify your problem.

Sunka
12-14-2008, 04:33 AM
Installed.
Thank you!

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
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 (https://vborg.vbsupport.ru/showpost.php?p=1665641&postcount=34) post. And I am using the latest version of your hack.

vbboarder
12-15-2008, 06:51 PM
Hi vbboarder!

I specified my hook in this (https://vborg.vbsupport.ru/showpost.php?p=1665641&postcount=34) 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:
$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
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
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
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
.
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
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
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
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
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
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