PDA

View Full Version : Simple probably... dual column for picture area?


Firepower_426
08-05-2005, 03:20 AM
As seen here:

http://www.mk5gti.com/forums/vbgarage.php?do=view&id=1

Under the photos section there is space for two photos side by side, why is this? Is it possible to make it just one column? It looks ugly that way. Thank you very much!

MrNase
08-06-2005, 04:41 PM
Iam running a customized version which displays them totally different. See here: http://www.pagodentreff.de/diskussionsforum/garage.php?do=view&id=250&garage=35

I don't think it's a problem to change it at your forums.. Give me some time :)

Firepower_426
08-06-2005, 05:06 PM
Thank you again! :banana:

MrNase
08-06-2005, 05:39 PM
Template vbgarage_viewgarage:

Change:

<td class="alt2">$imagebits</td>

to:

<td class="alt2"><table>$imagebits</table></td>



Template vbgarage_imagebit:

Change:

<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&amp;image=$vboptions[bburl]/vbgarage.php?do=getimage&amp;id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&amp;width=175&amp;id=$image[vbgarageid]" alt="$image[name]" border="0" /></a>


to:

<tr>
<td>
<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&amp;image=$vboptions[bburl]/vbgarage.php?do=getimage&amp;id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&amp;width=175&amp;id=$image[vbgarageid]" alt="$image[name]" border="0" /></a>
</td>
</tr>


I can't test it so please tell me if it's working :)

Firepower_426
08-07-2005, 03:56 PM
Fantastic! Thanks Nase!

MrNase
08-07-2005, 06:15 PM
Is this really working? :D