Just installed on vB4.2 PL2 - works perfectly, thanks
Only thing I needed to do was change the addonchat_embed template because it wasn't displaying correctly on my site (header/breadcrumbs etc). If anyone else is having display problems they might want to try changing this
Find:
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
Change it to;
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
{vb:raw headinclude_bottom}