ASPX templates
Version 6.x > ASPX templates > Nofollow parameter for "Post Reply" links View modes: 
User avatar
Member
Member
vasiliy.ivanov1975-gmail - 1/29/2014 7:06:18 AM
   
Nofollow parameter for "Post Reply" links
Hello!
I use Kentico v 6.0, need to add rel="nofollow" parameter to "Post Reply" links. As for now, the link is presented by ForumViewer.GetLink() method in the aspx template, which does not have such ability. Is there any way to deal with my needs?

Best regards,
Vasiliy

User avatar
Member
Member
vasiliy.ivanov1975-gmail - 2/3/2014 6:08:35 AM
   
RE:Nofollow parameter for "Post Reply" links
Dealed with it by passing the following string as css class parameter to GetLink method:
"css-class1 css-class2 \" rel=\"nofollow"
Not clear style, but worked for me.