@jocke155
8 years ago
I found a way of adding some custom html to some user using their profile url:
<?php $actual_link = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; if($actual_link == 'ProfileLinkHere'){ echo 'HTML HERE'; } ?>