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)
-   -   Forum Display Enhancements - Tag Cloud on Forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=229475)

RedFoxy 02-01-2010 04:09 PM

there is a way to have tags on the CMS?

Lynne 02-01-2010 06:42 PM

Quote:

Originally Posted by RedFoxy (Post 1972286)
there is a way to have tags on the CMS?

I would guess so. Tags are created by just doing a query. So, you write a php widget with a query in it that spits out a bunch of tags.

ashley76 02-01-2010 10:25 PM

Wow is this something you are planning to do (hint, hint, wink, wink) :)

Lynne 02-01-2010 11:28 PM

I am not, no. I don't have time at the moment to write any new mods.

DivineMessenger 02-19-2010 06:39 PM

I completed all of the steps but no tag cloud. I even enabled it and added the code in the forumhome file... could it be because I have no posts yet? lol

Brew 02-19-2010 08:10 PM

Your mod is working great :)

But the cloud only shows in alphabetical order. I know this is a vB thing, but can you tell me how to make it display most used?

Thanks!

Lynne 02-19-2010 09:14 PM

Quote:

Originally Posted by Brew (Post 1986750)
Your mod is working great :)

But the cloud only shows in alphabetical order. I know this is a vB thing, but can you tell me how to make it display most used?

Thanks!

It does display the most used tags in that forum. There is a sort line further in the code that sorts them in the plugin using the forumdisplay_start hook location:
PHP Code:

uksort($tags'strnatcasecmp'); 

You can try removing it and see if you get what you want then.

cagbaazee 06-24-2010 06:50 PM

Thanks, will check it and post my review here.

Dutch_Boy 08-15-2010 02:46 PM

Working without problems :)

Sorry for saying its not working.

Lynne 08-15-2010 02:53 PM

Quote:

Originally Posted by Dutch_Boy (Post 2084265)
Not working for 4.0.6 :( It wont install at all.

I just installed it on my 4.0.6 test site and it installs and works just fine.


All times are GMT. The time now is 06:35 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.01255 seconds
  • Memory Usage 1,734KB
  • 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_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)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