Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

UserPhoto and UserAnchor attribute nofollow ?

steamsteam
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.