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

ThorstenA 12-03-2008 05:28 AM

Quote:

Originally Posted by pipin (Post 1677562)
Solved it by myself.

The plug-in for the hook forumdisplay_start has execution order of "2" and the plug-in for gars which kicks in on the same hook has "5".

Changed 2 to 6 and all was fine.

That's great! Hope you'll like this Tag Cloud product :D

pipin 12-03-2008 05:49 AM

Quote:

Originally Posted by ThorstenA (Post 1677574)
That's great! Hope you'll like this Tag Cloud product :D

I do. No ive to figure out a way to force our users to use the tags. :o

ThorstenA 12-03-2008 05:51 AM

Quote:

Originally Posted by pipin (Post 1677583)
I do. No ive to figure out a way to force our users to use the tags. :o

You can motivate your moderators using them by installing mass tag product. This way they can tag multiple threads very easy.

SevgimBoard 12-15-2008 08:30 AM

thak you!

ThorstenA 12-15-2008 12:02 PM

Quote:

Originally Posted by SevgimBoard (Post 1685748)
thak you!

If you have installed it, please click on "Install" This way install count increases. Thank you.

vktechnology 01-09-2009 04:25 PM

Quote:

Originally Posted by ThorstenA (Post 1631474)
How to change location of tag cloud box?
  • Delete this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in your style to show tag cloud.

thank you
It work but tag diplay only one level
or mean words in tag are disply in same font size.
how it can be solved this ?


1.before

https://vborg.vbsupport.ru/external/2009/01/86.jpg


2.after place this tag
HTML Code:

$cloud_html'
font size in tag has same level
https://vborg.vbsupport.ru/external/2009/01/86.jpg

ThorstenA 01-09-2009 04:37 PM

Quote:

Originally Posted by vktechnology (Post 1706476)
thank you
It work but tag diplay only one level
or mean words in tag are disply in same font size.
how it can be solved this ?


1.before

https://vborg.vbsupport.ru/attachmen...1&d=1231525906


2.after place this tag
HTML Code:

$cloud_html'
font size in tag has same level
https://vborg.vbsupport.ru/attachmen...9&d=1231525906


How to change location of tag cloud box? (new description from 9.1.09)
  • Replace this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
    with
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude'),$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in FORUMDISPLAY style to show tag cloud.

vktechnology 01-09-2009 04:39 PM

Hello ThorstenA
Thank you very much
It work now

ThorstenA 03-11-2009 01:50 AM

Re-Use: This code may be used in other modifications as long as the original author is credited.

Allan 04-12-2009 04:12 PM

How put tags in sidebar ?


All times are GMT. The time now is 06:04 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.01249 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (6)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