Version: 1.03, by lafsunlmtd
Developer Last Online: Jul 2013
Category: Miscellaneous Hacks -
Version: 3.7.x
Rating:
Released: 04-27-2008
Last Update: 07-16-2008
Installs: 139
Uses Plugins Template Edits
Re-useable Code Translations
No support by the author.
What this plugin does
This plugin lets you call the tag cloud on any page. We wanted a tag cloud in a side column on our forum, and also the freedom to call it from within any template.
1. Login in to the AdminCP -> Plugins and Products -> Manage Products
2. Click the Add/Import Product link at the bottom of the page and browse to the plugin's xml file.
3. Add the following variable where ever you want the tag cloud to appear:
Code:
$vbcloud
4. If you want to display just the cloud (i.e. without the category) open up the tag_cloud_search template and replace everything with the code below:
Version Information: 1.01 -- Updated to make compatible with Vbulletin Blog
1.02 -- Script rewrite. Fixed time stamp issue, blog issue and other minor problems. 1.03
Now returns the most popular tags as opposed to the most searched for tags.
Some minor optimizations made.
Instructions revised (uses tag_cloud_box template instead of tag_cloud_search)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I'm not sure if it's appropriate to upload this, so Mods feel free to delete it if it's not. I cleaned up the code a bit and managed to get the timezones to work. I won't promise that I didn't break something else in the process, and I don't claim to be a vB hack expert.
Mike, I had been having the same problem with the timezone being off and whatever you did fixed that. Thanks a ton!
Hi,
I did not managed to put at in one of the "usc_block" Templates.
But is is working in the "usc_sidecolumn_left" Template so I add the code there.
I do have now the Blocks on the left side and under that a "Free flying" Tag Cloud. But I think it is looking good in my Style.
The Code in the End of the "usc_sidecolumn_left" Template:
This hack is working great, except that when the new tags are posted, the links go to blizzardforums.net/tags.php instead of blizzardforums.net/forums/tags.php. What would i edit to fix this problem? I am using automatic tags if that makes any difference.
It works great when you are at my forums in blizzardforums.net , but I am used VBAdvanced and it the my main index.php is in my root directory and not my /forums/ directory so on my blizzardforums.net main page the tags point to blizzardforums.net/tags.php instead of blizzardforums.net/forums/tags.php.
would it be possible to have the links redirect from the base so /../forums/tags.php because i use this outside of my forums directory and this causes the tag links to not work