Topic: What did this forum do?

For example:

http://www.lemondemon.com/forum/profile.php?id=2923

You notice how the profile display page looks so much better? What did they do to achieve that?

And also, how did they remove the 'installed extensions' from their footer?

Thanks in advance.

Re: What did this forum do?

To hide extensions, put this in your style.css file. At the bottom is fine

#extensions-used {
    visibility: hidden
    }