Greymatter Commenters Links

I learned how to do this at pixelfx.org! This tutorial teaches you how to make your commenters sites open in a new window instead of the tiny iframe.

1) Login to Greymatter and go to "Edit Templates" and "Edit Karma & Comments-Related Templates".
2) Scroll to where it says "Comment Appearance Template" and find {{commentauthorsmartlink}}. Replace this with the following code:

<a href="{{commentauthorhomepageabsolute}}" target="_blank">{{commentauthor}}</a>

3) Click "Save Template Changes" and let it rebuild all of your files. If it doesn't do this automatically click on "Rebuild Files" and "Rebuild All".
4) Check your commenters links and see if they open in a new window!

Hope this helped!