Quote:
Originally Posted by fishhub
ok, after much trial and error, i found out the following not working :
-private message postbit legacy do not have link to My Photos and just below the smilies , do not have the link to open photos.
any kind sould able to advice?
TIA
|
I had this problem - I edited the editor_smiliebox template:
Code:
<fieldset id="vbimghostbox" title="$vbphrase[vbimghost_title]">
<legend>$vbphrase[vbimghost_myphotos]</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">
[<a href="#" onclick="window.open('vbimghost.php?do=popup&ed=$editorid','vbimghost1','scrollbars=yes,resizable=yes,width=550,height=500'); return false" title="Pick">Pick</a>] [<a href="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Upload">$vbphrase[vbimghost_quickup]</a>]</td>
</tr>
</table>
</fieldset>