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)

kyle 03-31-2010 07:20 PM

yes it is a great looking and usfull hack. any updates on this working?

kyle 03-31-2010 07:22 PM

anyopne know if theirs any other Tag Cloud hacks we could use for side bar?

jpwilliams 04-04-2010 02:09 AM

I'm having a problem with broken links in my tag cloud. The weird thing is, one link in the cloud works perfectly, but the rest are broken.

My site is www.blickees.com. If you click on the "donovan mcnabb" tag it goes to:

http://www.blickees.com/tags.php?tag=donovan+mcnabb

However every other tag goes to:

http://www.blickees.com/<tag>

Any ideas?

jpwilliams 04-04-2010 02:34 AM

Quote:

Originally Posted by jpwilliams (Post 2015423)
I'm having a problem with broken links in my tag cloud. The weird thing is, one link in the cloud works perfectly, but the rest are broken.

My site is www.blickees.com. If you click on the "donovan mcnabb" tag it goes to:

http://www.blickees.com/tags.php?tag=donovan+mcnabb

However every other tag goes to:

http://www.blickees.com/<tag>

Any ideas?

Fixed this problem by changing:

$url = $vbulletin->options['homeurl'].'/'.$contentTypes[$tag['contenttypeid']].urlencode($tag['tagtext']);

TO:

$url = $vbulletin->options['homeurl'].'/'.'tags.php?tag='.urlencode($tag['tagtext']);

kyle 04-13-2010 04:14 PM

Quote:

Originally Posted by Selcor (Post 2005657)
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

I am getting the same error, where could be the problem? Can you help me resolve this? my vb version is 4.0.2

Antiblank 04-13-2010 11:03 PM

Works just fine out of the box on 4.0.2

Thanks for the work.

Kingdombuilder 04-14-2010 05:00 AM

Did not work on my 4.0.2 either, I use tags on the forum and on the CMS page. Noting showed up in the widget accept the date.

Bob_R 04-17-2010 01:26 PM

Will check this out later. Looks cool. :up:

Bob_R 04-17-2010 02:39 PM

What else needs to be done to ensure it shows on the forums and not on the CMS? Do you still have to create the widget as if it'll be a CMS widget?

Here's my error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/xxxxxxxxx/public_html/talkclassicrock.com/forums/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 3

Bob_R 04-17-2010 08:31 PM

Listed below are the instructions given for this mod to work on your CMS page.

What must one do differently as per the instructions to get it as a forum sidebar?

Thanks!!

Installation

* Goto Admincp->vBullietin CMS->Widgets->Create New Widget
* Choose PHP Direct Execution as Widget's Type
* Place a Title. eg Upcoming Events. Keep it short as this is what will appear as title on your pages.
* Click Save
* Click Configure on the right of the new created widget.
* Remove the default code that appears. Be sure to not leave behind even a single letter.
* Copy and Paste the code that you can find below.
* Leave the template name as is (vbcms_widget_execphp_page)
* Click Save
* Goto Admincp->vBullietin CMS->Layout Manager
* Click Go on the Default Layout
* Add the Widget to your Layout
* Click Save
* Download the attached tagcloud.zip and extract it.
* Upload tagcloud.swf to root directory of your vbulletin install
* That's all !!


All times are GMT. The time now is 09:39 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.01097 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_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