Hi,
Minimalist skin made by NukeVille was the best selling on snowcovered a long time. That's why I post here because this skin fails with swirlchat on Firefox and Chrome (IE ok).
To fix the issue, in a minimalist skin like black-H1.ascx, find lines in VB :
oLink.Attribute.href("")
Replace it by :
oLink.Attribute.href = Nothing
Careful, you need to change several identical lines in the same skin.
I'm using DNN2.1.5 in IIS7 and now, my chat is functional.