The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Global Tag Cloud in Side Bar or Anywhere Details »» | |||||||||||||||||||||||||||
Global Tag Cloud in Side Bar or Anywhere
Developer Last Online: Jul 2013
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. Live Demo You can view the plugin in action on AdminFusion Installation Instructions 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 Code:
<if condition="THIS_SCRIPT != tags"> $cloud[links] <else /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"> <div class="smallfont" style="float:$stylevar[right]"><phrase 1="$cloud[count]">$vbphrase[these_are_the_x_most_used_thread_tags]</phrase></div> $vbphrase[tag_cloud] </td> </tr> <tr> <td class="alt1" style="text-align:justify">$cloud[links]</td> </tr> </table> </if> 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. Show Your Support
|
Comments |
#72
|
|||
|
|||
Just above the download link for the new version it says: "1.02 -- Script rewrite. Fixed time stamp issue, blog issue and other minor problems."
I haven't tried it yet, though. |
#73
|
|||
|
|||
Tip: If you want to show the most used tags, not the most searched for tags, make this change in the "Create Cloud" plugin.
Find Code:
$vbcloud = fetch_tagcloud('search'); Code:
$vbcloud = fetch_tagcloud('usage'); |
#74
|
|||
|
|||
how can I tags.php?tag to /url-.html?
|
#75
|
|||
|
|||
I've now got it working!
|
#76
|
|||
|
|||
Anyway to limit the number of tags it uses? Since I have a quite a few tags, it seems to use nearly all and make the sidebar look long...
EDIT: Just seen the option within the vB options -- silly me hehe. |
#77
|
||||
|
||||
Quote:
2 question : 1 - how u use it in ur vbadvanced . when i's using tags has not /forum in the links . so not found error page would shows u p. 2 - is there anyway to show a Different number of tags compare the original tags.php page ? Thanks in advance. |
#78
|
|||
|
|||
1. Edit the tag_cloud_link template and replace the contents with
Code:
<a href="$vboptions[bburl]/tags.php?$session[sessionurl]tag=$thistag[tagtext_url]" class="tagcloudlink level$thistag[level]">$thistag[tagtext]</a> |
#79
|
|||
|
|||
Is it the more they're searched, the bigger the words get? None of mine seem to be getting bigger, although some have been used a few times.
Also, any ideas how I can change the link colours in the tag cloud? : www.techsupportteam.org |
#80
|
|||
|
|||
Jase,
It is the more they are searched, unless you use the edit I posted somewhere in this thread which makes it the more they are used. Color-wise, they use the alt1 link colors be default. You'd need to edit the tag_cloud_link template to change the colors of the tags in the tag cloud. |
#81
|
|||
|
|||
Thanks! Hmm... but the "Latest Thread" block I have uses the same font colour. I tried changing the alt1 link font colour -- but that changed the forum descriptions, instead. And the tag words are blue on my tags.php page
And using the usage, how would I remove the category border it uses -- and just display the tags: currently it says; "These are the most used tags". ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|