XF 1.4 Add nofollow to some links

clubpromos

Active member
Hi,

I'd like to add rel='nofollow' to some link such as: ?order=reply_count, ?order=view_count and ?direction=asc.
What would be the best way to do this?
 
You generally need to identify the template in question and change the HTML. Here, it's going to be forum_view or thread_list.
 
I need to add nofollow to profile link like the one beside the postdate.
I found in the "post" template this line:

Code:
<span class="authorEnd"><xen:username user="$post" class="author" />,</span>

where I can add the rel="nofollow" to that link?
 
Top Bottom