vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Tag Cloud on Forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=229475)

fritz_0815 08-15-2010 03:47 PM

Hello
How do I get the Tag cloud in the footer (either above or below symbol legend) of the forum rather than as now under the logo
many thanks

Lynne 08-15-2010 08:04 PM

Quote:

Originally Posted by fritz_0815 (Post 2084305)
Hello
How do I get the Tag cloud in the footer (either above or below symbol legend) of the forum rather than as now under the logo
many thanks

I think you would have to modify the plugin that uses the hook location "forumhome_start" to do that - probably just the $find/$replace variables at the end if you can find a unique bit of code to find/replace.

Dutch_Boy 08-15-2010 08:54 PM

Quote:

Originally Posted by Lynne (Post 2084276)
I just installed it on my 4.0.6 test site and it installs and works just fine.

Sorry about saying its not working. I was wrong.

Im trying to add it on the home page but its not really working at the moment.

Lynne 08-15-2010 11:33 PM

Quote:

Originally Posted by Dutch_Boy (Post 2084466)
Sorry about saying its not working. I was wrong.

Im trying to add it on the home page but its not really working at the moment.

It is for the forumdisplay page only.

James T Brock 10-16-2010 10:17 AM

The vb3 version of this mod is unusable on large forums, has anything been done with this script to make it less server intensive? Why does the query need to be done every-time someone views the page, why can't it be cached for an hour or day or whatever?

Lynne 10-16-2010 02:36 PM

Quote:

Originally Posted by James T Brock (Post 2110676)
The vb3 version of this mod is unusable on large forums, has anything been done with this servers to make it less server intensive? Why does the query need to be done every-time someone views the page, why can't it be cached for an hour or day or whatever?

No, nothing has been done. It's marked as reusable code, so if you want to rewrite the code to cache the information, then you are welcome to do so and then share that version. Some users who were using the 3.x version asked to have it upgraded to work with 4.x and so I did so with Thorsten's permission.

Alfa1 12-01-2010 04:59 PM

It would be interesting to see this in a forum widget.

Do I understand it correctly that this shows ALL tags, not only the tags used in the forum/subforum where the tag cloud is displayed?

Lynne 12-01-2010 05:09 PM

Quote:

Originally Posted by Alfa1 (Post 2128026)
It would be interesting to see this in a forum widget.

Do I understand it correctly that this shows ALL tags, not only the tags used in the forum/subforum where the tag cloud is displayed?

The tags are forum specific. You can see the query in the forumdisplay_start hook. Widgets don't have forumids (are not forumid specific), so you couldn't make this a widget or block.

Alfa1 12-01-2010 09:16 PM

Quote:

Originally Posted by Lynne (Post 2128030)
The tags are forum specific. You can see the query in the forumdisplay_start hook.

That makes this very interesting.

Quote:

Originally Posted by Lynne (Post 2128030)
Widgets don't have forumids (are not forumid specific), so you couldn't make this a widget or block.

I hardly see the use of widgets without them being forum specific. I guess I need forum widgets to have forumids then.

Lynne 12-01-2010 11:29 PM

What I actually meant was you can't just have this Tag Cloud as a widget unless you had one for every forum you want a tag cloud for. You can't just put this into a widget and have it work since the cms has no forumid. You'd have to modify the query to point to a specific forum. I know what I mean, I'm just saying it badly. :/


All times are GMT. The time now is 04: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.01519 seconds
  • Memory Usage 1,738KB
  • 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
  • (7)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