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)

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


All times are GMT. The time now is 10:22 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.01147 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_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