vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin CMS Widgets - Animated Flash Tags Widget , Flash Tag Cloud (https://vborg.vbsupport.ru/showthread.php?t=237643)

karlm 11-26-2011 12:15 AM

Doesn't work with tags created on CMS only.. but works on 4.1.8 with forum made tags.

CMS tags simply go to the homepage with the tag appended.
i.e. www.mydomain.com/some-tag

whereas the forum made tags use...
www.mydomain.com/tags.php?tag=some-tag

Wild Bronco 12-07-2011 09:05 AM

Quote:

Originally Posted by karlm (Post 2271971)
Doesn't work with tags created on CMS only.. but works on 4.1.8 with forum made tags.

CMS tags simply go to the homepage with the tag appended.
i.e. www.mydomain.com/some-tag

whereas the forum made tags use...
www.mydomain.com/tags.php?tag=some-tag


Same error here in CMS

chq 01-07-2012 11:46 AM

I just installed the tag cloud as per the instructions and uploaded to my root directory but am getting the following 404 not found error when i click on one of the tags?? :mad::mad:

-------------------------
Not Found

The requested URL /homicide+squad was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------

Can anyone help me fix this error?

The forum tag cloud works fine.

Many Thanks

thecore762 01-08-2012 07:02 AM

Can someone update this plugin?

sergarch 01-12-2012 06:46 PM

Quote:

Originally Posted by thecore762 (Post 2285089)
Can someone update this plugin?

It should be good!

Please update it!

alhidaya 02-15-2012 10:46 AM

Quote:

Warning: array_values() expects parameter 1 to be array, null given in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 35

Warning: max() [function.max]: When only one parameter is given, it must be an array in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 35

Warning: array_values() expects parameter 1 to be array, null given in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 36

Warning: min() [function.min]: When only one parameter is given, it must be an array in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 36

Warning: Invalid argument supplied for foreach() in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 47
I have a problem, my vbulletin is v.4.1.1.0

alhidaya 04-13-2012 03:01 PM

Hello,

I reinstalled the tag cloud to update vbulletin 4.1.1.2 and it works now.

Thank you for this little product very nice and cute :)

It is installed but when I click on any word in the tag cloud, it does not direct me to the page.

mrt12345 04-21-2012 02:26 PM

Hi !!! it is working on the 4.1.12 but it is not coming out like in the photo, it is off set more to the right off the framing, just off a little bit but still looks nice . Could anybody give me a tip for centering .and squaring off the box or frame.

thanks nice mod
:up:

cloferba 05-11-2012 07:09 PM

Change
Code:

>options['homeurl'].'/'.$contentTypes[$tag['contenttypeid']].urlencode($tag['tagtext']);
    $tagsHTML .= "<a href='$url' style='$size'>$text</a>";

to
Code:

    $url = $vbulletin->options['bburl'].'/'.$contentTypes[$tag['contenttypeid']].urlencode($tag['tagtext']);
    $tagsHTML .= "<a href='$url' style='$size'>$text</a>";


Glockie 06-01-2012 10:52 AM

Gutted, this no longer works for me on 4.2 :confused:


All times are GMT. The time now is 03:42 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.02633 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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