Quote:
Originally Posted by aircool52
Wich template is this?
I like to put this code in to it.
PHP Code:
<!-- Pop-up Image Window -->
<td><div class="imagebutton"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td> <a href="#" onclick="window.open('$vboptions[bburl]/photo_popup.php?e=$editorid','fotos','scrollbars=yes,resizable=yes,width={$vbulletin->options['photo_popup_width']},height={$vbulletin->options['photo_popup_heigth']}'); return false" title="$vbphrase[photo_popup_insertlink]"> <img src="$stylevar[imgdir_editor]/photo_popup.png" border="0" /></a></td> </tr> </table> </div></td> <!-- Pop-up Image Window -->
|
Sorry, I'm not quite sure what you are trying to do. Do you want to show the icon in the main editor instead of the standard Link? If so, just say so, instead of posting code and then leave us guessing...