<html><body style="font-family: Helvetica,Arial,sans-serif; font-size: 12px;">So, the author link markup is defined in scripts/author.php<br><br>So I figured I could just copy what was there and make some changes in my config.php (adding action=browse):<br><br><br>SDV($AuthorGroup,'Profiles');<br>Markup('[[~','<links','/\\[\\[~(.*?)\\]\\]/',"[[$AuthorGroup/$1?action=browse|$1]]");<br><br><br>But inside of PageActions wehre there is:<br><br>* %item rel=nofollow class=profile   accesskey="$[ak_profile]"%''  [[~{$Author} | Welcome {$Author} ]]''<br><br>I end up seeing:<br><br>Welcome author ?action=browse|author | Welcome author<em><br><br></em>Instead of just:<br><br>Welcome author<br><br>which is what I see without my override.<br><br>Any ideas on how to fix this?<br><br></body></html>