Skip to:
Content
Pages
Categories
Search
Top
Bottom

Allow profile hmtl for forum leaders or moderators


  • Jocke155
    Participant

    @jocke155

    I’m trying to make it possible for forum leaders and moderators to have embedded things, or html on their profiles in the forum, I’ve tried searching around, and haven’t found any way to do so.

    Any ideas?

Viewing 1 replies (of 1 total)

  • Jocke155
    Participant

    @jocke155

    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)
  • You must be logged in to reply to this topic.
Skip to toolbar