Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

UserPhoto and UserAnchor attribute nofollow ?

steamsteam www.planamigo.org - #1 foro planes amigo
edited November 2015 in Vanilla 2.0 - 2.8

Hi,

Is it possible to put the nofollow attribute on

UserPhoto($User, 'Photo') and UserAnchor($User, 'Name') ?

I tried with

UserPhoto($User, 'Photo', array('rel' => 'nofollow'))

But nothing happening...

Or the only option is:

Anchor($User->Name, '/profile/'.$User->UserID.'/'.$User->Name, '', array('rel' => 'nofollow')) ?

Answers

Sign In or Register to comment.