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 |
#22
|
||||
|
||||
Quote:
|
#23
|
||||
|
||||
Tried it and it just doesn't look right Looks like I will be uninstalling...
|
#24
|
|||
|
|||
I can not get this to work in my right column.
|
#25
|
|||
|
|||
Exactly what I was looking for. Thank you very much!
|
#26
|
||||
|
||||
Messes with the post time stamps. Any way around this??
|
#27
|
|||
|
|||
I just noticed the same thing while troubleshooting a problem with users selecting their time zone. I was hoping the new version would fix it.
|
#28
|
|||
|
|||
i have come up with a another temp fix untill this guy accually fixed the thing
here is the catch though tag cloud will not show on the following pages showthread, forumdisplay, search i did it on my site here is the fix if you want to do it but i realy hope this guys just fixes the mod cause ya its nice to have every where just blows that it dont work fully here is the fix though Go to plugin manager and find: CLOUD > GLOBAL START Replace Everything with: Code:
if (THIS_SCRIPT == 'search' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'blog' OR THIS_SCRIPT == 'blog_usercp' OR THIS_SCRIPT == 'blog_subscription' OR THIS_SCRIPT == 'blog_search' OR THIS_SCRIPT == 'blog_search' OR THIS_SCRIPT == 'blog_report' OR THIS_SCRIPT == 'blog_post' OR THIS_SCRIPT == 'blog-newattachment' OR THIS_SCRIPT == 'blog_inlinemod' OR THIS_SCRIPT == 'blog_callback' OR THIS_SCRIPT == 'blog_attachment' OR THIS_SCRIPT == 'blog_ajax' OR THIS_SCRIPT == 'blog_external') { } else { $vbulletin->datastore->fetch(array('tagcloud')); $vbulletin->templatecache['tag_cloud_box'] = str_replace('$vbphrase[tag_cloud]', 'Tag Cloud', $vbulletin->templatecache['tag_cloud_box']); require_once(DIR . '/includes/functions_search.php'); $tag_cloud = fetch_tagcloud('usage'); if ($tag_cloud) { eval('$headinclude .= "' . fetch_template('tag_cloud_headinclude') . '";'); } } the tag box will be disabled on the pages that show the time well the pages that matter most i should say but ya just do that and it will be fine untill this guy fixes this crap |
#29
|
|||
|
|||
accually im sorry im uninstalling this untill the time crap is fixed cause i cant fix it and i have basically had to disable it on every page of my site to fix the times on all pages
thanks for the idea but im sure the time means more to members then a few words |
#30
|
||||
|
||||
Yeah, it would be nice to have this fixed.
|
#31
|
|||
|
|||
Anyone have any clues as to why this breaks the time zone?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|