Has anyone been able to convert the calendar into this theme? Got nothing so far :/.
But in the meantime, here's a little something we've added on our forum so the users don't have to write BB code themselves:
This is in newreply, but you may need to paste it elsewhere too:
Code:
<span id="btn" onclick="document.getElementsByName('message')[0].value += '
'; document.getElementsByName('message')[0].focus();">Image</span>
<span id="btn" onclick="document.getElementsByName('message')[0].value += ''; document.getElementsByName('message')[0].focus();">URL</span>
<span id="btn" onclick="document.getElementsByName('message')[0].value += '[video][/video]'; document.getElementsByName('message')[0].focus();">Video</span>
<span id="btn" onclick="document.getElementsByName('message')[0].value += '[soundcloud][/soundcloud]'; document.getElementsByName('message')[0].focus();">Soundcloud</span>
<vb:comment><textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:99%; height:100px">{vb:raw newpost.message}</textarea></vb:comment>