Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Tag Cloud - Forum Home Details »»
Tag Cloud - Forum Home
Version: 1.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.7.6 Rating:
Released: 03-25-2008 Last Update: Never Installs: 448
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

Show Your Support

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

Comments
  #52  
Old 05-07-2008, 05:16 PM
dfiedler dfiedler is offline
 
Join Date: Jun 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works great!

the only problem is that I quickly found out that some of my users have been putting porn in all the tags, so I immediately had to turn the whole tag system off
Reply With Quote
  #53  
Old 05-09-2008, 10:15 PM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crkgb View Post
IFor the below forum setting I get tag cloud module in two places at the same time - below the navbar and above the stats block. Might be conflicting with random pictures mod...??

Fixed with this...

Find in xml for product
Code:
      case 3: $vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- what\'s going on box -->', '<!-- end what\'s going on box -->'.$vbulletin->templatecache['tag_cloud_forum_home'], $vbulletin->templatecache['FORUMHOME']); break;
      case 4: $vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- end what\'s going on box -->', '<!-- end what\'s going on box -->'.$vbulletin->templatecache['tag_cloud_forum_home'], $vbulletin->templatecache['FORUMHOME']); break;
Replace with this...
Code:
      case 3: $vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- tag cloud below forums -->', '<!-- tag cloud below forums -->'.$vbulletin->templatecache['tag_cloud_forum_home'], $vbulletin->templatecache['FORUMHOME']); break;
      case 4: $vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- tag cloud below going on box -->', '<!-- tag cloud below going on box -->'.$vbulletin->templatecache['tag_cloud_forum_home'], $vbulletin->templatecache['FORUMHOME']); break;
Upload product xml and overwrite



Now edit FORUMHOME template and find this....
Code:
<!-- /main -->

<br />
and replace with this....
Code:
<br />
<!-- /main -->

<!-- tag cloud below forums -->
and also find in same template....
Code:
<!-- end what's going on box -->

and add below that this...
Code:
<!-- tag cloud below going on box -->


I could have taken it further and done the same for the first two settings, but I will leave that up to the owner of this code.

Reply With Quote
  #54  
Old 05-10-2008, 05:10 AM
pericolosogr pericolosogr is offline
 
Join Date: Mar 2007
Location: Greece
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also have random pictures module and when i set to show up below whats going on box...it appears over the random picture display and below whats going on box...can somebody fix this, and upload the correct xml file? Without template edits please(just to avoid editing)
Thanxx
Reply With Quote
  #55  
Old 05-10-2008, 08:14 AM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pericolosogr View Post
I also have random pictures module and when i set to show up below whats going on box...it appears over the random picture display and below whats going on box...can somebody fix this, and upload the correct xml file? Without template edits please(just to avoid editing)
Thanxx

The post right above the one you just made, fixes this problem you described.

I dont think the problem has anything to do with the random picture hack but I didnt try to prove it as I use that hack also.

The only way I could make it work properly was to edit the templates, as the original xml called for pre-existing comments in the templates, and it wouldnt work doing it that way (as far as I could find out)

And then editing the xml to seek the comments added into the templates.

But I assure you that it will fix the problem I, you, and others, had.

Reply With Quote
  #56  
Old 05-10-2008, 08:02 PM
pericolosogr pericolosogr is offline
 
Join Date: Mar 2007
Location: Greece
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanx a lot then

I think i'll just uninstal, edit the xml file and reinstall the fixed one!
Reply With Quote
  #57  
Old 05-13-2008, 12:21 AM
glennybee glennybee is offline
 
Join Date: Feb 2008
Location: Scotland
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to integrate this into a vBadvanced CMPS module. Does anyone have any idea how I can do this please? Thanks.
Reply With Quote
  #58  
Old 05-13-2008, 12:23 AM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this be at the bottom of the forum home? If so I would use it if not yet I am waiting.
Reply With Quote
  #59  
Old 05-13-2008, 01:01 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to place it in a custom location? I wish to add it on the right side column, forum home.
Reply With Quote
  #60  
Old 05-16-2008, 04:07 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just Installed. Works a dream.
Would like to assign tag number, at the moment we have 70 tags,... looked thru code could not see where to set this lower, apart from remove one line of tags.

Any help appreciated.
Reply With Quote
  #61  
Old 05-17-2008, 09:45 AM
sinucello sinucello is offline
 
Join Date: Apr 2006
Location: dutch-german border
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Quote:
Originally Posted by TimberFloorAu View Post
Just Installed. Works a dream.
Would like to assign tag number, at the moment we have 70 tags,... looked thru code could not see where to set this lower, apart from remove one line of tags.
you can control the number of tags in your normal vB settings. This add on uses a hook to place the normal tag cloud on the start page so all tag-settings also apply for the cloud that this add-on creates.

hth,
Sacha
Reply With Quote
Reply


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 11:58 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.05132 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
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
  • (6)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete