Quote:
Originally Posted by NLP-er
Nice to read you like it
About first question - this is beggining of my headinclude template (from very beggining to comment about CSS - should help you to define what to change):
Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
<if condition="$show['threadinfo']">
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
<else /><if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
<else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
</if></if>
<!-- CSS Stylesheet -->
It includes tags into meta keywords - but I'm not sure when I made those changes and does it needs som mod to work - just check it and tell does it help 
As you can see there are some conditions and $threadinfo['taglist'] is used to get tags
ADDED - i compared it with original and I see that it is original part of headinclude template - so there is no need to change anything - just set some option which here is checked by $show['threadinfo']
About 2nd thing - this mod is to take tags issues off users. So right now I'm not planning to force users to set tags  If you want users not create new tags (just use existing one ) - just take them righst for this 
|
Thanks NLP-er , It really works
Now every single thread have it's own keywords , WAITING HIGH PAGE RANK FROM GOOGLE

you're great coder
I'm sorry I don't have another membership to rate this Mod again

Thanks:up::up::up::up::up::up::up::up::up: