Hi guys, I am playing around with a mod thats used for photo albums - http://www.vbteam.info/vb-3-8-x-add...-vb-albums-photopost-vbgallery-photoplog.html
Now with this mod comes the code below -
This puts a link underneath the smillie box.
Now what I am trying to do is get the link to open a different page... one that I have made myself.
So basically, the question is can someone please let me know which part of the code to edit to put my own link in there.
Many thanks for any help... Termy.
Now with this mod comes the code below -
Code:
<fieldset id="photobox" title="$vbphrase[photo_popup_my_photos]">
<legend>$vbphrase[photo_popup_my_photos]</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">
[<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]">$vbphrase[photo_popup_insert]</a>]</td>
</td>
</td>
</tr>
</table>
</fieldset>
This puts a link underneath the smillie box.
Now what I am trying to do is get the link to open a different page... one that I have made myself.
So basically, the question is can someone please let me know which part of the code to edit to put my own link in there.
Many thanks for any help... Termy.