Hi everyone, we use the Social Profile extension (www.mediawiki.org/wiki/Extension:SocialProfile). Regular Mediawiki behaviour is to make a hyperlink red when there is no article yet. As SP hijacks the regular User:somename article and replaces it with the social profile page, the link to the user's page always appears in red, even when the user has completed their profile.
Where can I change the CSS to fix this? In Monobook, main.css contains the element a.new with red color. How do I change the skin to not add class="new" to "a href" if the link is to a User:somename article?
current link: <a href="/w/index.php?title=User:First.Last&action=edit" class="new" title="User:First.Last">First Last</a>
And CSS being: a.new, #p-personal a.new { color: #ba0000;
Makes it a redlink.
Thanks, Andi