PDA

View Full Version : Add to the Album codes??


synisterk
04-13-2008, 05:32 PM
I would like to add thumbnail option to the gallery, for both html and bb code.

Does anyone know what to add? I think I found the right section I just dont know code that well.

<tr>
<td class="smallfont" align="center"><div style="text-align: $stylevar[left]; width: 400px">
<div>$vbphrase[picture_url]<br />
<input type="text" value="$pictureinfo[pictureurl]" readonly="readonly" class="bginput" onfocus="this.select()" dir="ltr" size="30" style="width:400px" />
</div>

<div>$vbphrase[bb_code]<br />
<input type="text" value="https://vborg.vbsupport.ru/" readonly="readonly" class="bginput" onfocus="this.select()" dir="ltr" size="30" style="width:400px" />
</div>
</div></td>
</tr>