What does this product do?
It displays a tag cloud of all tags used within actual forums on top of FORUMDISPLAY. If a user clicks on tags, only threads within actual forums are displayed then.
How to install?
Just import product. Done.
Optional: To also only show threads within actual forums once a user clicks on a tag on showthread, change template tagbit to
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?
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?
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.
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?
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.
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?
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..
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...