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)

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


All times are GMT. The time now is 01:27 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.01567 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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