Yeah, as i said in the first post, you can always play with template modifications. You can try removing commas "
, " from headinclude template and add commas only in the space provided in forum manager.
like:
Change the following code in headinclude template:
Code:
<meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
With the following code:
Code:
<meta name="keywords" content="$foruminfo[forumkeywords]$threadinfo[title]$vboptions[keywords]" />
Now, the commas should not show up in your metatags even if they are blank. Please let me know if it worked for you now.
I think i will make this a permanent change in first post.
Thanks.