Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Tag Cloud - Forum Home Details »»
Tag Cloud - Forum Home
Version: 2.00, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 10-27-2008 Last Update: Never Installs: 329
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Tag Cloud - Forum Home

install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-tag_cloud.xml' from your computer then press 'Import'

Modifications Info

Plugin : 2
Phrases : 11
Template : 1
Setting : 2

Latest Posts Setting

Go to your admin cp, then:
vBulletin Options -> Tag Cloud - Forum Home ->

Versions:
v1.0 - 26 March 2008
-First release

v2.0 - 12 Octaber 2008
-vBulletin 3.8.0 release

Download Now

File Type: xml product-tag_cloud.xml (4.6 KB, 1873 views)

Screenshots

File Type: jpg resim1.jpg (32.4 KB, 0 views)
File Type: jpg resim2.jpg (28.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-29-2009, 12:06 PM
theque's Avatar
theque theque is offline
 
Join Date: Jul 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
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?
Reply With Quote
  #13  
Old 01-30-2009, 07:40 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #14  
Old 01-31-2009, 01:51 AM
GlamRockTalk's Avatar
GlamRockTalk GlamRockTalk is offline
 
Join Date: Nov 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #15  
Old 01-31-2009, 03:26 AM
n.sinha.p n.sinha.p is offline
 
Join Date: Aug 2008
Location: System BIOS
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this. Marked Installed!
Reply With Quote
  #16  
Old 02-01-2009, 07:59 PM
Tophon Tophon is offline
 
Join Date: Jan 2009
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks nice mod, but is there a way to configure the size of the main tags (or just tags in general)?
Reply With Quote
  #17  
Old 02-01-2009, 10:27 PM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works perfect, nice mod
Reply With Quote
  #18  
Old 02-05-2009, 02:49 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #19  
Old 02-05-2009, 02:58 PM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GreasySpoon View Post
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?
Reply With Quote
  #20  
Old 02-05-2009, 03:28 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #21  
Old 02-05-2009, 03:39 PM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:59 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.13227 seconds
  • Memory Usage 2,328KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete