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)

Atakan KOC 10-27-2008 10:00 PM

Tag Cloud - Forum Home
 
1 Attachment(s)
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

Atakan KOC 10-28-2008 05:03 PM

Reserved.

albibak 11-11-2008 07:57 AM

1 Attachment(s)
Thanks for this mod Atakan KOC.
You can find a french translation here, and in attachement.

myown 11-20-2008 06:47 AM

reserved....

garala 11-20-2008 10:55 PM

Any way to make this mod (tag cloud) only viewable to guests?

- Garala

WireNine 11-29-2008 09:22 PM

How can we modify it to make it appear on a side column?

Dr.LoVe 12-14-2008 10:24 PM

good job :)

KHALIK 12-17-2008 01:13 AM

how can I modify it so that it appears where I want it on the forum.

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

transparent 01-17-2009 06:33 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 puting the code in, the template.

You can choose multiple locations by finding the hack in your AdminCP under Vbulletin Options>Tag Cloud - Forum Home

glorify 01-17-2009 11:07 PM

Having some issues with using both this and member profile pics hack if I want one to appear above forums, the other, below. They both appear above. May be me tho. Ideas?

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.

i156 02-05-2009 03:40 PM

deleted it and still not showing, not sure what happened. i have the options set to show it under my forums

AnthonyLC 02-05-2009 03:41 PM

Thanks bro definitely will use this should increase my forums SEO score I hope :).

GreasySpoon 02-05-2009 03:43 PM

Quote:

Originally Posted by i156 (Post 1735266)
deleted it and still not showing, not sure what happened. i have the options set to show it under my forums

Could you make a screenshot of that what you did?

i156 02-05-2009 04:10 PM

Not really. I added the product as you said and went to my forum and didn't see the tag cloud. Then I deactivated it and checked. Now it is deleted.

GreasySpoon 02-05-2009 04:15 PM

Is the main product "Tag Cloud - Forum Home" still installed?

i156 02-05-2009 04:22 PM

Yep.

GreasySpoon 02-05-2009 04:26 PM

Reinstall the product, add the new plug-in and show me a screenshot of the plug-in settings you did.

i156 02-05-2009 06:27 PM

Quote:

Originally Posted by GreasySpoon (Post 1735315)
Reinstall the product, add the new plug-in and show me a screenshot of the plug-in settings you did.

Did that and still isn't showing up. Strange.

markusv3000 02-24-2009 11:38 PM

works great

dmknights 02-25-2009 08:21 PM

Can someone tell me exactly what a tag cloud is for?

RedGTiVR6 02-27-2009 12:23 AM

it helps with your search rankings

Installed!

GeNeRaL NT 03-11-2009 10:16 AM

Thanks for this
http://www.3allam.com/vb

Prettyeyes4you 03-15-2009 04:28 AM

Thanks, cool addition for us

Detomah 03-20-2009 11:51 AM

How do you change the amount of tags being shown in this?

Mine is currently showing 70 and that just feels like such a dirty number to me, i'd like to have it at either 50 or 100 or something nice and rounded like that.

Doctor Death 03-20-2009 08:40 PM

Quote:

Originally Posted by Detomah (Post 1772482)
How do you change the amount of tags being shown in this?

Mine is currently showing 70 and that just feels like such a dirty number to me, i'd like to have it at either 50 or 100 or something nice and rounded like that.

Hah Awesome question!! I actually thought/wondered that too.

deLi_kurT 03-24-2009 08:26 AM

Thanks Atakan

ZapFlash 03-28-2009 02:01 AM

perfect, thanks!!!

drupy 03-31-2009 11:09 AM

Thanks!

Request for future version:
- User Group Permission (it would be great!!)
- Option of how many tags showing, like 50, 100, etc

bbau01 04-09-2009 12:00 PM

Thank you very much! Marked installed

chick 04-20-2009 10:41 AM

Wonderful, works great. How do I increase the word sizes?


All times are GMT. The time now is 07:59 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.01217 seconds
  • Memory Usage 1,791KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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