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 Display Enhancements - Tag Cloud on Forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=186662)

ThorstenA 09-16-2008 06:01 AM

Quote:

Originally Posted by stonner (Post 1622914)
Hi,

on our site it doesnt show the tags in a frame.

How can I solve this?

Thank you

This product uses standard tag_cloud_box template. It seems you have modified it or use a different css for showing tag clouds.

vktechnology 09-24-2008 12:17 AM

How can i show forum tag below forum list ?
or how can i manually place forum tag to where i want ?

MarkoP 09-27-2008 06:07 AM

I installed and love it but have uninstalled until I can find a way to get it on the bottom of the forum instead of the top. I like to keep the top areas of my forum clear.

If we could get an option for top or bottom that would be fantastic.

Thanks for the effort!

ThorstenA 09-27-2008 06:29 AM

How to change location of tag cloud box?
  • Delete this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in your style to show tag cloud.

MarkoP 09-27-2008 06:46 AM

Thank you very much!!

traf 09-29-2008 03:14 PM

I would love to see an option to use the tag cloud on some forums and not on every one.

ThorstenA 09-29-2008 03:31 PM

Quote:

Originally Posted by traf (Post 1633138)
I would love to see an option to use the tag cloud on some forums and not on every one.

Actually tag cloud is only shown on forums if there are any threads tagged at all. If this is requested more often, I will include this in this product.

neoxi 09-30-2008 07:15 AM

thank you.. nice hacks :D

yakusasc 10-04-2008 08:03 AM

Quote:

Originally Posted by traf (Post 1633138)
I would love to see an option to use the tag cloud on some forums and not on every one.

+1

good job !

imported_silkroad 10-24-2008 06:39 AM

Quote:

Originally Posted by ThorstenA (Post 1633148)
Actually tag cloud is only shown on forums if there are any threads tagged at all. If this is requested more often, I will include this in this product.


Please include this option, thanks!

TurkYasam 11-11-2008 07:58 AM

Hey there,
Thanks for this usefull hack..I want to customise for just one thing and I couldn't find how.. :)
For SEO needs,I don't want to create double url's so I want to remove tag search within actual forums..So how can I remove forum id from tag URL?

Just, http://www.mydomain.net/tags/yargi.html instead of
http://www.mydomain.net/tags/yargi.html?forumid=1133

thanks..

ThorstenA 11-11-2008 08:01 AM

Quote:

Originally Posted by TurkYasam (Post 1663399)
Hey there,
Thanks for this usefull hack..I want to customise for just one thing and I couldn't find how.. :)
For SEO needs,I don't want to create double url's so I want to remove tag search within actual forums..So how can I remove forum id from tag URL?

Just, http://www.mydomain.net/tags/yargi.html instead of
http://www.mydomain.net/tags/yargi.html?forumid=1133

thanks..

There seems to be no way to do this as your SEO product most likely is not able to include forumids in tags. You can however use <a href="" rel="nofollow"> statements. This way search engines do not go after this link.

TurkYasam 11-11-2008 08:06 AM

Actualy, I strontly want the robots follow this but I just want remove that forum id from url.. So let me clear it out, you saying there is no way we can remove that extra line from URL that your hack adds?

regards..:)

ThorstenA 11-11-2008 08:08 AM

Quote:

Originally Posted by TurkYasam (Post 1663402)
Actualy, I strontly want the robots follow this but I just want remove that forum id from url.. So let me clear it out, you saying there is no way we can remove that extra line from URL that your hack adds?

regards..:)

tag script needs to know which forum it should search for. It fetches these datas from url. So url must be changed anyway. It is be possible to do replace url ?forumid=123 with something like tag/tagname/forum123.html but I do not know how to do that in SEO.

TurkYasam 11-11-2008 08:18 AM

I might be getting annoying but I will insist..:)
ThorstenA, why dont we let it fetch as it is now but in its template can't get output without that forumid url? Or can you tell me which template or plugin thats adds the URL? So, If I would add rel=nofollow which temlplate or plugin I should edit? If it is using global template, isnt that gonna add this rel=nofollow to global tags too?

ThorstenA 11-11-2008 08:26 AM

I can not help you further. Please note that this product is marked as not supported. Thank you.

TurkYasam 11-11-2008 08:50 AM

Again ThorstenA, Thanks to you too.. :)
I guess I got it..
For those who is wondering how here the solution I found, (Because of my very limited knowledge of PHP, it is in your own risk)

From your plug-ins find "forumdisplay_start"
and delete below code (you will find two of this)
PHP Code:

 '&forumid=' $foruminfo['forumid'

It worked for me, I hope same thing for you..
It is just good for solid seo..

laxyy 11-23-2008 09:59 PM

awesome, is it possible to add these tags in discription

ThorstenA 11-24-2008 11:22 AM

Quote:

Originally Posted by laxyy (Post 1671607)
awesome, is it possible to add these tags in discription

How to change location of tag cloud box?
  • Delete this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in FORUMDISPLAY style to show tag cloud.

onehost 11-24-2008 02:51 PM

I am looking for a particlular tag cloud script where you can add certain words, and when those words appear in a post/article on the forum, then a URL will be attached to that word. I have seen this before, I assume the forum owner was using this as to advertise his url on certain tag keywords...i have even seen that you can click on a tagged word, and a box ad/url comes up, and so so on...

anyone know where i can find this mod/hack?

Thank-You

Quantnet 11-25-2008 07:08 PM

The tag cloud is no longer in alphabetical order after i moved to 3.8 beta 3.
It's now ordered with the most tagged words first.

ThorstenA 11-25-2008 07:12 PM

Quote:

Originally Posted by Quantnet.org (Post 1672897)
The tag cloud is no longer in alphabetical order after i moved to 3.8 beta 3.
It's now ordered with the most tagged words first.

This is an official bug of beta 3. It will be okay with beta 4.

pipin 11-27-2008 08:41 AM

Very nice Mod, just was I searched.

pipin 12-02-2008 01:40 PM

This messes up the forumdisplay of GARS.

Any chance, that it can activated only for certain forums or styles?

ThorstenA 12-02-2008 05:46 PM

Quote:

Originally Posted by pipin (Post 1677052)
This messes up the forumdisplay of GARS.

Any chance, that it can activated only for certain forums or styles?

Please first just try to put tag cloud where you want it manually. This way your problem with GARS could be solved.

How to change location of tag cloud box?
  • Delete this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in FORUMDISPLAY style to show tag cloud.

pipin 12-02-2008 06:07 PM

Quote:

Originally Posted by ThorstenA (Post 1677185)
Please first just try to put tag cloud where you want it manually. This way your problem with GARS could be solved.

I tried that, too. But it didnt solve the problem.

ThorstenA 12-02-2008 06:16 PM

Quote:

Originally Posted by pipin (Post 1677199)
I tried that, too. But it didnt solve the problem.

You can use this conditional:
Code:

<if condition="$bbuserinfo[styleid]=xxx">$tag_cloud</if>

pipin 12-02-2008 06:49 PM

Quote:

Originally Posted by ThorstenA (Post 1677205)
You can use this conditional:
Code:

<if condition="$bbuserinfo[styleid]=xxx">$tag_cloud</if>

No. Thats not the problem.

GARS uses a different template GARS_forumdisplay, but after installing Tag Cloud on Forumdisplay the normal Forumdisplay template is used in the GARS forums.

ThorstenA 12-02-2008 06:55 PM

I am sorry I can not help you further with GARS. Please just ask them how to get support.

pipin 12-03-2008 04:53 AM

Quote:

Originally Posted by ThorstenA (Post 1677236)
I am sorry I can not help you further with GARS. Please just ask them how to get support.

Solved it by myself.

The plug-in for the hook forumdisplay_start has execution order of "2" and the plug-in for gars which kicks in on the same hook has "5".

Changed 2 to 6 and all was fine.

ThorstenA 12-03-2008 05:28 AM

Quote:

Originally Posted by pipin (Post 1677562)
Solved it by myself.

The plug-in for the hook forumdisplay_start has execution order of "2" and the plug-in for gars which kicks in on the same hook has "5".

Changed 2 to 6 and all was fine.

That's great! Hope you'll like this Tag Cloud product :D

pipin 12-03-2008 05:49 AM

Quote:

Originally Posted by ThorstenA (Post 1677574)
That's great! Hope you'll like this Tag Cloud product :D

I do. No ive to figure out a way to force our users to use the tags. :o

ThorstenA 12-03-2008 05:51 AM

Quote:

Originally Posted by pipin (Post 1677583)
I do. No ive to figure out a way to force our users to use the tags. :o

You can motivate your moderators using them by installing mass tag product. This way they can tag multiple threads very easy.

SevgimBoard 12-15-2008 08:30 AM

thak you!

ThorstenA 12-15-2008 12:02 PM

Quote:

Originally Posted by SevgimBoard (Post 1685748)
thak you!

If you have installed it, please click on "Install" This way install count increases. Thank you.

vktechnology 01-09-2009 04:25 PM

Quote:

Originally Posted by ThorstenA (Post 1631474)
How to change location of tag cloud box?
  • Delete this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in your style to show tag cloud.

thank you
It work but tag diplay only one level
or mean words in tag are disply in same font size.
how it can be solved this ?


1.before

https://vborg.vbsupport.ru/external/2009/01/86.jpg


2.after place this tag
HTML Code:

$cloud_html'
font size in tag has same level
https://vborg.vbsupport.ru/external/2009/01/86.jpg

ThorstenA 01-09-2009 04:37 PM

Quote:

Originally Posted by vktechnology (Post 1706476)
thank you
It work but tag diplay only one level
or mean words in tag are disply in same font size.
how it can be solved this ?


1.before

https://vborg.vbsupport.ru/attachmen...1&d=1231525906


2.after place this tag
HTML Code:

$cloud_html'
font size in tag has same level
https://vborg.vbsupport.ru/attachmen...9&d=1231525906


How to change location of tag cloud box? (new description from 9.1.09)
  • Replace this code from manage plugins > plugin forumdisplay_start (Forum Tags)
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
    with
    Code:

    $vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude'),$vbulletin->templatecache['FORUMDISPLAY']);
  • Put $cloud_html in FORUMDISPLAY style to show tag cloud.

vktechnology 01-09-2009 04:39 PM

Hello ThorstenA
Thank you very much
It work now

ThorstenA 03-11-2009 01:50 AM

Re-Use: This code may be used in other modifications as long as the original author is credited.

Allan 04-12-2009 04:12 PM

How put tags in sidebar ?


All times are GMT. The time now is 12:17 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.01473 seconds
  • Memory Usage 1,840KB
  • 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
  • (8)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (19)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