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 Home Enhancements - Tag Cloud - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=174258)

KHALIK 05-03-2008 06:44 PM

Quote:

Originally Posted by Traxdata (Post 1505941)
Make sure you have enabled Tag Clouds in your ACP!

vB Options
Tagging Options

Tag Cloud: Number of Tags
The maximum number of tags to display in the tag cloud: (more than zero)


I already have this enabled, still not displaying any tags :(

AdrianH 05-04-2008 07:36 PM

I have tried this on an unmodified default template as well as my custom skins, nothing appears at all and having looked in the Forum home templates there is nothing new added.

ogameclub 05-04-2008 07:41 PM

Useful....

Jase2 05-04-2008 08:30 PM

Atakan KOC, this says supported, but you haven't replied so far....

m2006 05-05-2008 05:53 AM

thanks you verymuch Atakan KOC

DawnsWebDesigns 05-05-2008 07:00 PM

so far so good...thanks. :)

DawnsWebDesigns 05-05-2008 07:45 PM

ok I do have one question. Now that I've added dups of some tags some tags on the home page are small (text) & those with double or more tags are huge. How can I fix the range of text sizes?

Ex: http://x.dawnswebdesigns.com/forum.php - all albums, ibproarcade, & 2 more that I've mentioned in a couple of threads are huge. Whereas all those I mention only once are tiny.

Thanks for any help. :)

MeMySelfNi 05-05-2008 09:22 PM

thanks.....installed

rc1320 05-06-2008 12:25 AM

I am getting a lot os spammers targeting the thread cloud and once I remove them from the tags, they are still in the tag cloud. Is there a cleanup task I need to run to dump them from the forum home tag cloud?

TravelSite 05-07-2008 12:56 PM

Installed it and works great! Very simple instalation!

http://www.koshertravelinfo.com/forums/

Thank you very much!:)

dfiedler 05-07-2008 05:16 PM

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 :mad:

smirkley 05-09-2008 10:15 PM

Quote:

Originally Posted by crkgb (Post 1488678)
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.

:cool:

pericolosogr 05-10-2008 05:10 AM

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

smirkley 05-10-2008 08:14 AM

Quote:

Originally Posted by pericolosogr (Post 1514590)
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.

:cool:

pericolosogr 05-10-2008 08:02 PM

Thanx a lot then:)

I think i'll just uninstal, edit the xml file and reinstall the fixed one!

glennybee 05-13-2008 12:21 AM

I would like to integrate this into a vBadvanced CMPS module. Does anyone have any idea how I can do this please? Thanks. :)

Charlie98902 05-13-2008 12:23 AM

Can this be at the bottom of the forum home? If so I would use it if not yet I am waiting.

Chadi 05-13-2008 01:01 AM

Is there a way to place it in a custom location? I wish to add it on the right side column, forum home.

TimberFloorAu 05-16-2008 04:07 AM

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.

sinucello 05-17-2008 09:45 AM

Hi,
Quote:

Originally Posted by TimberFloorAu (Post 1521282)
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

Smitty 05-20-2008 12:07 AM

I propose it be collapsable with options for collapsed by default.

HansMuenchen 05-20-2008 08:26 PM

Hello,

today I installed and see that when I delete a Thread that the words into the Clouds (in my case Test) don't will be deleted also. Because that, if you click on one word into the cloud you become a error message because the Thread of course don't exist anymore.

The error message is that the Keyword is not correct (of course because deleted).

Can you have a look for that? I also can give you the link to my clouds by PM.

Greetings
Hans

NeverBored 05-20-2008 09:39 PM

The tag cloud is created by vbulletin, not this mod, so the tags not being deleted is a function of vbulletin. Also note the tag cloud is cached, so it's only updated every X minutes, whatever you have set in the main options. So I'd guess once it's regenerated the unused tags are removed.

HansMuenchen 05-20-2008 11:10 PM

Quote:

Originally Posted by NeverBored (Post 1526167)
The tag cloud is created by vbulletin, not this mod, so the tags not being deleted is a function of vbulletin. Also note the tag cloud is cached, so it's only updated every X minutes, whatever you have set in the main options. So I'd guess once it's regenerated the unused tags are removed.

Yes but I delete the Threads and also set the cache to 0.
I found at Vbulletin the solution for the error message I postet before.
It was only wrong translated. When I search in my forum for the Word "TEST" the rusult is : not found!

So the word is deleted. Any other idea?

Thank you for take time for me! Maybe it's a bug into VB 3.7!

Greetings
Hans

iceytdot 05-23-2008 07:10 AM

simple an nice cant ask for more nice hack! installed.

tei727 05-31-2008 02:47 AM

no one has permissions when they click a tag in the cloud. where do i fix this?

ionian 05-31-2008 08:34 AM

Thank you very much... :)

Artes_Marciales 06-02-2008 03:18 PM

Thanks!
**Reserved**

saotome 06-02-2008 03:42 PM

would be nice if have advance permission usergroup tag clouds. run smooth installed! thanks atakan

Mrdby 06-04-2008 11:10 AM

hmmmm interesting

Mrdby 06-04-2008 11:15 AM

BELLOW should be BELOW. :)

sebsta 06-05-2008 12:41 PM

Quote:

Originally Posted by Zaiaku (Post 1475877)
Great mod!



I definitely concur on this one.

My bad.

phiber 06-07-2008 06:18 PM

thanks installed!

MotMann 06-07-2008 11:26 PM

Please make the mod .w3.org valid ;)

And i have more Displays from the Cloud in the Footer.

What shell i do?

CP, 06-11-2008 01:05 AM

Hi the cloud is so basic and all the text are the same size.. i was expecting some to be bigger etc and also SEO'ed well.... is this hack really worth it.. i cannot see the text of different tags at different sizes.

VIPER-MAN 06-11-2008 01:30 AM

Marked installed and working perfectly. (3.7.1)

ghoscik 06-11-2008 12:28 PM

how to change it to display tag cloud on the bottom instead of below the navbar?

edit: mhyhyhyhyhyh didint see that new options available in vbsettings;)

zmickzalois3 06-11-2008 05:27 PM

Good evening, I just put it on my forum, but nothing appears ...

I rule since pca, I have beautiful select the various choices display, but it ca does not work, I'm on vb3.7.1 a little help please thank you ..:(

popular 06-15-2008 10:33 PM

is there a way to hide this for certain usergroups?

KURTZ 06-21-2008 02:02 PM

i need an option that can give me the possibility to decide myself how many tags will be showed onto my index ...

however 2 queries onto forumhome ... :(


All times are GMT. The time now is 02:40 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.01466 seconds
  • Memory Usage 1,818KB
  • 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
  • (6)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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