Jocke155 (@jocke155)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • @jocke155

    Participant

    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';
    			 }
    
    			?>
Viewing 1 replies (of 1 total)