vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

magnus 04-30-2004 09:52 PM

Quote:

Originally Posted by joeychgo
Have I missed something? Magnus I thought there was gonna be an update that would allow users to have multiple garage "bays" multiple vehicles? DId I miss it or is it coming?

That's v3.2.0. It will be released when it's done. Hopefully very, very soon. :)

joeychgo 04-30-2004 09:55 PM

Cool. My guy was lookin

magnus 05-01-2004 12:19 AM

Hrm.. bad news. There may be a delay in getting the new version out this weekend. My PC has apparently decided to kick the bucket. It's not all that suprising, considering I've been running an XP2100+ @ 2.1GHz 24/7 for almost a year.. hehe. I'm over a friends' house, about to order an Athlon64 setup.. /sigh

I'll update as things develop..

SVTOA 05-01-2004 12:24 AM

No problem Magnus, good luck man!

SVTOA 05-01-2004 12:42 AM

I have been playing with one of my styles and have been able to make quite a presentation. When I'm ready to show it off, I will. It's almost like "cardomain.com" style. :)

SVTOA 05-01-2004 01:31 AM

I wish I wasn't such a Starbucks Junkie!

I have a new code mod. Installing it to work like it does on my board will take a ***little*** work but it's kinda cool.

I have coded my mod so that a user can display a large image in the text area. Even if you do not enable the IMG tag.

At some point I will have to create a tutorial for my members to read so they know how to get the most from this hack. However in testing, this works perfectly.

Step one: Create a new custom field and call it "Vb Garage Feature photo"
When you fill in the instructions, you may wish to be descriptive. This is what I put:
(this displays above the field when the member sees it in the EDIT PROFILE or REGISTER options)
"If you would like to display a full-size image of your car in your VB Garage (in addition to the uploads) enter the URL in this box. Be sure to add the full URL including http://"

You may also wish to hide this field from searches and public profile view. Once created, make note of the field ID number. (simply view your custom fields in your cpanel manager to get the ID number)

Now go to your vbgarage_viewgarage template. Find:

Code:

<td class="alt2" width="60%">$data[text]
REPLACE with this:
Code:

<td class="alt2" width="60%" valign="top">
<!-- member feature photo BE SURE TO CHANGE THE FIELD ID TO MATCH YOUR FORUM -->
<if condition="$user[field79] !=''">
<img src="$user[field79]" width="550">
</if>
<!-- end featurephoto -->
$data[text]

If the member does not enter any URL in the "Vb Garage Feature Photo" field, then nothing will display in the text area but that which they type in the text editor. However, if they correctly place the URL to an image they wish to display in that profile field, then that image will display in their VB garage and it will be resized to 550 pixels. There are dangers here-

1. If they link to a gigantic file it will slow the page down for dialup users.
2. If they fubar the link/url then the dreaded red X will display.

I don't know if this is going to be practical for anyone to use, but it DOES work.

WildStorm 05-01-2004 03:07 AM

I'm confused, I have the lastest and greatest version of PHP, but I get red X's in place of the thumbnails...

www.cougarnuts.com is my board... please help me out.

Rick Sample 05-01-2004 03:16 AM

Quote:

Originally Posted by WildStorm
I'm confused, I have the lastest and greatest version of PHP, but I get red X's in place of the thumbnails...

www.cougarnuts.com is my board... please help me out.

I had this same problem, first you need to make sure you have GD enabled in your php file. Just open up your php file and search for GD. when you find it take the ";" out in front of it then save it. This will enable it. Second go into your admin CP and make sure GD is selected at 2.0

hope this helps :)

Rick Sample 05-01-2004 03:19 AM

Quote:

Originally Posted by magnus
Errr.. I'm not sure, really. Not that I know of, at least.. because once 'vbgarage.php' is called, that's what triggers the Who's Online Locator.

hmm....no prob. just so I won't have to search threw this huge thread page by page, do you have those codes handy you posted a while back? The ones where it will get rid of it saying stuff like UNKNOW LOCATION then gives the link to Vbgarage?

Thanks for your help

will_lean 05-01-2004 04:50 AM

Hi
im still getting my images displaying in a vertical line instead of stacked up in twos?
ive added the space after the closing tag in imagebits/editimagebits but for some reason its using a vertical alignment still?

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>
the above is my imagebits template data? is there something i missed?
im using gd2.0


All times are GMT. The time now is 05:05 PM.

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.01912 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete