Looking at this code here in the guide is COMPLETELY outdated:
HTML Code:
$editorid = construct_edit_toolbar('',1,'signature',1,1,($vbulletin->userinfo['userid']));
This works for me: fixed a few of my problems, but not all.... the only still missing is the phrasegroup for Fonts, Sizes and More.
HTML Code:
$editorid = construct_edit_toolbar($description,0,'nonforum',1,1,0);
New question, how do we use the QR? I tried adding 'qr' to the end of the construct, but it killed entry into the box.