vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Tag Cloud - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=194825)

theque 01-29-2009 12:06 PM

Quote:

Originally Posted by KHALIK (Post 1687094)
how can I modify it so that it appears where I want it on the forum.

a custom location by putting the code in, the template.

i no this is called forum home that's why it displays in the forum home under navbar or at the bottom of the forums ect... how about only showing when inside the forums only like under similar threads or something like that?

Chadi 01-30-2009 07:40 PM

This is not working for me (custom style). Nothing shows when this mod is enabled (conflicts):
https://vborg.vbsupport.ru/showthread.php?t=194827

I'd also like to place this in the sidebar instead, please explain.

GlamRockTalk 01-31-2009 01:51 AM

I'd also like to add this in the sidebar. Any suggestions?

Edited: Used this one for the side column .... https://vborg.vbsupport.ru/showthread.php?t=177429

n.sinha.p 01-31-2009 03:26 AM

Thanks for this. Marked Installed!

Tophon 02-01-2009 07:59 PM

Thanks nice mod, but is there a way to configure the size of the main tags (or just tags in general)?

i156 02-01-2009 10:27 PM

works perfect, nice mod

GreasySpoon 02-05-2009 02:49 PM

This Plug-In does't using the cache from vbulletin because it doesn't read out the tagcloud from the datastore.

You have to add a new plug-in for the init_startup hook and add this lines:
PHP Code:

if (THIS_SCRIPT == "index"){
$datastore_fetch[] = "'tagcloud'";


This will save two querys for each visit on forum home.

Greetz

i156 02-05-2009 02:58 PM

Quote:

Originally Posted by GreasySpoon (Post 1735217)
This Plug-In does't using the cache from vbulletin because it doesn't read out the tagcloud from the datastore.

You have to add a new plug-in for the init_startup hook and add this lines:
PHP Code:

if (THIS_SCRIPT == "index"){
$datastore_fetch[] = "'tagcloud'";


This will save two querys for each visit on forum home.

Greetz

Where do you add this?

GreasySpoon 02-05-2009 03:28 PM

In the AdminCP -> Add-ons & Plug-ins -> Add new Plug-in

Do the following settings:
Add-On: Tag Cloud - Forum Home
Hook: init_startup
Title: Tag Cloud - Forum Home
Active: Yes
PHP-Code:
PHP Code:

if (THIS_SCRIPT == "index"){
$datastore_fetch[] = "'tagcloud'";


Greets

i156 02-05-2009 03:39 PM

Now they aren't showing up. I've turned the plugin off and it still doesn't show up.


All times are GMT. The time now is 05:15 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.01238 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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