Hello, for some reason the Quickreply template edit wasn't working for me. But, I fixed it (: Some others may have had this problem, so I'd like to share how I fixed it.
Original Template Edit Code:
Code:
<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?$session[sessionurl]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>
Replace with my code:
Code:
<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?$session[sessionurl]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="http://i49.tinypic.com/28gqpfn.png" border="0" /></a></td>
Also, I do have a problem. I made the plug-in, as said in the other post, and I get a 404 error when you click "Go Advanced" and click on the button. I have experimented with it, and nothing I did could fix it.
If you could help, I would be very happy, thank you in advance (:
Installed, Nominated, and Voted (: