vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBgarage (https://vborg.vbsupport.ru/forumdisplay.php?f=104)
-   -   Simple probably... dual column for picture area? (https://vborg.vbsupport.ru/showthread.php?t=93646)

Firepower_426 08-05-2005 02:20 AM

Simple probably... dual column for picture area?
 
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 03:41 PM

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 :)

Firepower_426 08-06-2005 04:06 PM

Thank you again! :banana:

MrNase 08-06-2005 04:39 PM

Template vbgarage_viewgarage:

Change:
Code:

<td class="alt2">$imagebits</td>
to:
Code:

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

Template vbgarage_imagebit:

Change:
Code:

<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:
Code:

<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 02:56 PM

Fantastic! Thanks Nase!

MrNase 08-07-2005 05:15 PM

Is this really working? :D


All times are GMT. The time now is 06:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01554 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete