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)

Bouncer222 03-14-2010 05:21 AM

I don't use the default CMPS, but use vbadvanced, how to implement it with that?

Jabong82 03-14-2010 08:51 AM

What exactly does this do?

Is this for like search engine optimization?

Dennis Kaczor 03-14-2010 02:35 PM

Hello all, installed this and it seems to be working with the exception when you click on the Tag Cloud link it goes to a black page see below.

http://www.XXXXXXXXX.com/tags.php?ta...s+cherry+beach

This should be for my forum:
http://wwwXXXXXXXXX.com/forums/tags....s+cherry+beach.

What code would I need to change in order for this to work.

Thanks in advance

Dennis

ngcoders 03-15-2010 07:02 AM

Quote:

Originally Posted by Dennis Kaczor (Post 2003431)
Hello all, installed this and it seems to be working with the exception when you click on the Tag Cloud link it goes to a black page see below.

http://www.XXXXXXXXX.com/tags.php?ta...s+cherry+beach

This should be for my forum:
http://wwwXXXXXXXXX.com/forums/tags....s+cherry+beach.

What code would I need to change in order for this to work.

Thanks in advance

Dennis

replace

$vbulletin->options['homeurl']

with

$vbulletin->options['homeurl'].'/forums/'

Dennis Kaczor 03-15-2010 01:36 PM

Quote:

Originally Posted by ngcoders (Post 2003917)
replace

$vbulletin->options['homeurl']

with

$vbulletin->options['homeurl'].'/forums/'

This looks so simple, yet it does not seem to go to my forums. Is this correct with adding the forums in this area?

Here is the change
PHP Code:


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

I get this error message on the Home Screen, when I made the changes below

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/XXXXXXXXX/www/www/forums/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 52

Das UndergrounD 03-17-2010 05:21 AM

as I do for version 3.8?

DaanLT 03-17-2010 10:36 AM

Only English chars, big minus. We need international chars support.

sKippah 03-17-2010 03:24 PM

Thanks for this, very nice one. Works fine.

Selcor 03-17-2010 04:19 PM

When I add the widget, shows the error:

Warning: array_values() [function.array-values]: The argument should be an array in [path]/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 35

Warning: Wrong parameter count for max() in [path]/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 35

Warning: array_values() [function.array-values]: The argument should be an array in [path]/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 36

Warning: Wrong parameter count for min() in [path]/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 36

Warning: Invalid argument supplied for foreach() in [path]/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 47


:s

Dennis Kaczor 03-19-2010 03:12 PM

Quote:

Originally Posted by Dennis Kaczor (Post 2004082)
This looks so simple, yet it does not seem to go to my forums. Is this correct with adding the forums in this area?

Here is the change
PHP Code:


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

I get this error message on the Home Screen, when I made the changes below

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/XXXXXXXXX/www/www/forums/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 52

Never mind, found how to solve this....


All times are GMT. The time now is 06:46 AM.

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.01403 seconds
  • Memory Usage 1,751KB
  • 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_php_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