The Arcive of vBulletin Modifications Site. |
|
Simple probably... dual column for picture area? Details »»
|
|||||||||||||||||||||||||||
|
Simple probably... dual column for picture area?
Developer Last Online: Aug 2005
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! Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Iam running a customized version which displays them totally different. See here: http://www.pagodentreff.de/diskussio...=250&garage=35
I don't think it's a problem to change it at your forums.. Give me some time
|
|
#3
|
|||
|
|||
|
Thank you again! :banana:
|
|
#4
|
|||
|
|||
|
Template vbgarage_viewgarage:
Change: Code:
<td class="alt2">$imagebits</td> Code:
<td class="alt2"><table>$imagebits</table></td> Template vbgarage_imagebit: Change: Code:
<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&image=$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=175&id=$image[vbgarageid]" alt="$image[name]" border="0" /></a> Code:
<tr> <td> <a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&image=$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]" onclick="PopupPic(this.href); return false;" target="_blank"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=175&id=$image[vbgarageid]" alt="$image[name]" border="0" /></a> </td> </tr>
|
|
#5
|
|||
|
|||
|
Fantastic! Thanks Nase!
|
|
#6
|
|||
|
|||
|
Is this really working?
|
![]() |
|
|