In your editor? Strange...
In showthread_quickreply
Find:
HTML Code:
<td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
Add above:
Code:
<td><div class="imagebutton"><img src="/your_image.gif" width="21" height="20" alt="title" /></div></td>
For Navbar:
Find:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
Code:
<td class="vbmenu_control"><a href="your_url">title</a></td>