ok this is really weird - I took out the if statement surrounding:
Quote:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_{$vboptions[anymediatag]}"><img src="$stylevar[imgdir_editor]/media.gif" width="21" height="20" alt="$vbphrase[wrap_media_tags]" /></div></td>
|
that is supposed to be placed in the editor_toolbar_on template - and the blue M showed up! Of course, when it stuck [MEDIA] tags around the video URL, it still didn't work, didn't even bring up a media player, it was just the text - which makes me think that anymedia isn't enabled since the if condition <if condition="$show['anymedia_bbcode']"> was stopping the blue M from showing up, but in all the settings I have anymedia enabled... ???