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)
-   -   Miscellaneous Hacks - Global Tag Cloud in Side Bar or Anywhere (https://vborg.vbsupport.ru/showthread.php?t=177429)

FLMom 05-06-2008 02:18 PM

Quote:

Originally Posted by jeff-- (Post 1509970)
A quick fix would be to make a new class with whichever color you want links to be (presumably the same as your forum links) and just apply a div around the $tag_cloud with that class.

After looking at your forum a better idea would be to follow step number 4 in the mod instructions where you replace tag_cloud_box with that code and make your own sidebar block instead of using the mod's code so that it will follow your css.

Thank you! I will try that :D

FLMom 05-06-2008 06:11 PM

Tried it and it just doesn't look right :( Looks like I will be uninstalling... :(

Anne Lise 05-06-2008 06:33 PM

I can not get this to work in my right column.

markblair 05-08-2008 03:17 AM

Exactly what I was looking for. :) Thank you very much!

Baldilocks 05-09-2008 05:56 PM

Messes with the post time stamps. Any way around this??

TechGuy 05-12-2008 10:14 PM

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. :(

MiahBeSmokin420 05-12-2008 10:49 PM

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') . '";');
}

 }

Remember this is a temp fix as was my last one untill this guys fixes these problems

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

MiahBeSmokin420 05-12-2008 11:40 PM

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

Baldilocks 05-13-2008 08:58 PM

Yeah, it would be nice to have this fixed. :)

TechGuy 05-14-2008 08:45 PM

Anyone have any clues as to why this breaks the time zone?


All times are GMT. The time now is 04:34 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.01432 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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