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)

Quantnet 11-25-2008 07:08 PM

The tag cloud is no longer in alphabetical order after i moved to 3.8 beta 3.
It's now ordered with the most tagged words first.

ThorstenA 11-25-2008 07:12 PM

Quote:

Originally Posted by Quantnet.org (Post 1672897)
The tag cloud is no longer in alphabetical order after i moved to 3.8 beta 3.
It's now ordered with the most tagged words first.

This is an official bug of beta 3. It will be okay with beta 4.

pipin 11-27-2008 08:41 AM

Very nice Mod, just was I searched.

pipin 12-02-2008 01:40 PM

This messes up the forumdisplay of GARS.

Any chance, that it can activated only for certain forums or styles?

ThorstenA 12-02-2008 05:46 PM

Quote:

Originally Posted by pipin (Post 1677052)
This messes up the forumdisplay of GARS.

Any chance, that it can activated only for certain forums or styles?

Please first just try to put tag cloud where you want it manually. This way your problem with GARS could be solved.

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 FORUMDISPLAY style to show tag cloud.

pipin 12-02-2008 06:07 PM

Quote:

Originally Posted by ThorstenA (Post 1677185)
Please first just try to put tag cloud where you want it manually. This way your problem with GARS could be solved.

I tried that, too. But it didnt solve the problem.

ThorstenA 12-02-2008 06:16 PM

Quote:

Originally Posted by pipin (Post 1677199)
I tried that, too. But it didnt solve the problem.

You can use this conditional:
Code:

<if condition="$bbuserinfo[styleid]=xxx">$tag_cloud</if>

pipin 12-02-2008 06:49 PM

Quote:

Originally Posted by ThorstenA (Post 1677205)
You can use this conditional:
Code:

<if condition="$bbuserinfo[styleid]=xxx">$tag_cloud</if>

No. Thats not the problem.

GARS uses a different template GARS_forumdisplay, but after installing Tag Cloud on Forumdisplay the normal Forumdisplay template is used in the GARS forums.

ThorstenA 12-02-2008 06:55 PM

I am sorry I can not help you further with GARS. Please just ask them how to get support.

pipin 12-03-2008 04:53 AM

Quote:

Originally Posted by ThorstenA (Post 1677236)
I am sorry I can not help you further with GARS. Please just ask them how to get support.

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.


All times are GMT. The time now is 12:47 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.01153 seconds
  • Memory Usage 1,739KB
  • 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
  • (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