Log in

View Full Version : vBGarage v3.1.1 (now with GD-Lib support!)


Pages : 1 2 3 4 5 6 7 [8]

VPREATR
10-08-2006, 08:11 PM
Any plans for a 3.6.x version?

SuperGLS
10-17-2006, 01:49 AM
Installed and seems to be working well on vB 3.0.7. Thanks, it is very much appreciated.

OrionDesigns
10-29-2006, 11:09 PM
I'll be more than happy to donate if you get a 3.62 version running!

+1 :up:

lilfields10
11-18-2006, 12:23 AM
A 3.6.x version is highly needed, me thinks.

DJFriar
12-24-2006, 09:44 PM
Also looking for a 3.6.x version.

kenfuzed
12-27-2006, 05:35 PM
Another vote here for 3.6.x

Funky Diver
12-31-2006, 12:38 AM
and another for 3.6.x :D

rzotz
01-03-2007, 01:04 AM
Installed this on my vbb at acuraclubsa.com/forums but when I upload the usergroup and the other php file, the forum system dies. It goes blank pages. I have re-done those files 3 times. It just refuses to work. Any ideas?

bugriders
01-26-2007, 03:31 PM
Hi, I'm looking for a vbGarage version for vb 3.6.4.

I would pay many dollars for it!

Anyone?

kenfuzed
01-27-2007, 05:07 AM
There's a VBGarage 3.5 version of this mod which was ported over. Some are running it all the way up to 3.6.4 but there are still plenty of bugs. I believe one of the original contributors started his own garage gallery which he charges for... just don't recall that site name at the moment. It's still fairly cheap though.

vBGarage 3.5 is located at:
https://vborg.vbsupport.ru/showthread.php?t=109924

UPDATE: found the link to where you can buy (donation of $35) a fully supported version. Its called vBPicGallery and runs on 3.5-3.6.4
http://www.cpurigs.com/forums/forumdisplay.php?f=32

mehmetakbas
02-28-2007, 10:53 PM
Nice Script

ro_manuel
03-25-2007, 10:43 PM
will this work on anything over vB 3.6?

dannylin3000
04-22-2007, 01:56 PM
Is there a version of this mod that would support retrieving images from using [img] tag but not only asking the user to upload the image?

would be great if it could.

joker2040
04-23-2007, 05:23 AM
So do we have one for VB 3.6.5 yet?

RobDog888
05-18-2007, 04:51 PM
<font color="navy">Or probably asking for too much if it can be updated for 3.6.7 support?</font>

eo4me
05-28-2007, 03:17 PM
Requesting the mod for 3.6.7. Please?

Thanks,
Lawrence

bugriders
06-28-2007, 06:32 AM
If I try to open page 2 of the garage, get an empty white page. Nothing happens.

See: http://www.bugriders.be/forum/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25

I looked in Styles & Templates but can't find the code for page 2.

SVTCobraLTD
07-17-2007, 11:05 AM
I guess I cannot use this with 3.6.7??

SVT

SON240SX
07-27-2007, 12:58 PM
I tried installing vbGarage 3.1.1 on vBulletin v3.6.7 and I get this error:

What's going on?

EDIT:
I guess this doesn't work with vBulletin 3.6.7 :(

Waiting paitently for 4.x.x


Fatal error: Call to a member function query_first() on a non-object in /home/xxxxx/forums/admincp/install_vbgarage.php on line 321


In the code it points to this:

if (!$preexists = $DB_site->query_first("SELECT templateid FROM " . TABLE_PREFIX . "template WHERE title = '" . addslashes($title) . "' AND styleid = $styleid")){
$result = $DB_site->query("
INSERT INTO " . TABLE_PREFIX . "template
(styleid, title, template, template_un, dateline, username, version)
VALUES
($styleid,
'" . addslashes("$title") . "',
'" . addslashes("$template") . "',
'" . addslashes("$template_un") . "',
" . TIMENOW . ",
'" . addslashes($bbuserinfo['username']) . "',
'" . addslashes($vboptions['templateversion']) . "')
");
}

WtwSkippy
11-13-2007, 03:17 AM
If I try to open page 2 of the garage, get an empty white page. Nothing happens.

See: http://www.bugriders.be/forum/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25

I looked in Styles & Templates but can't find the code for page 2.Good question, I'm having the same problem on my site.


EDIT: I temporarily fixed my problem by changing the link on the main page to the garages. I just added this to the end of the link to the garage. in the header template.

&perpage=50

You can replace 50 to show more, but this eliminated the need for a second page. It worked perfectly.

SVTCobraLTD
11-13-2007, 03:25 PM
What version vB are you using it on?

SVT

SVTCobraLTD
11-13-2007, 03:26 PM
What version of vb are you using?

SVT

WtwSkippy
12-10-2007, 09:56 PM
3.6.8pl2

Twin_Turbo
03-11-2008, 09:49 AM
Your query has an error, it says do=$_REQUEST[do]&page=2 but it should say list instead of $_REQUEST[do] , try it...change the url manually in your browser and change it to list. Works fine then. I haven't installed this yet but that looks lika a super easy fix.

Twin_Turbo
03-11-2008, 10:38 AM
I tried installing vbGarage 3.1.1 on vBulletin v3.6.7 and I get this error:

What's going on?

EDIT:
I guess this doesn't work with vBulletin 3.6.7 :(

Waiting paitently for 4.x.x


Fatal error: Call to a member function query_first() on a non-object in /home/xxxxx/forums/admincp/install_vbgarage.php on line 321


In the code it points to this:

if (!$preexists = $DB_site->query_first("SELECT templateid FROM " . TABLE_PREFIX . "template WHERE title = '" . addslashes($title) . "' AND styleid = $styleid")){
$result = $DB_site->query("
INSERT INTO " . TABLE_PREFIX . "template
(styleid, title, template, template_un, dateline, username, version)
VALUES
($styleid,
'" . addslashes("$title") . "',
'" . addslashes("$template") . "',
'" . addslashes("$template_un") . "',
" . TIMENOW . ",
'" . addslashes($bbuserinfo['username']) . "',
'" . addslashes($vboptions['templateversion']) . "')
");
}


I get the same error. Anyone know a fix for this? Looks like WtwSkippy managed to install this on the same ver. I'm using.

As for the error above, I think I found it.

In your vbgarage.php find
$pagenav = construct_page_nav($garagecount[garages],"vbgarage.php?$session[sessionurl]do=$_REQUEST[do]&perpage=$perpage");

and change to
$pagenav = construct_page_nav($garagecount[garages],"vbgarage.php?$session[sessionurl]do=$_REQUEST['do']&perpage=$perpage");

UK-Biker
05-02-2008, 08:24 AM
So will this work with 3.7.0 ?????????

UK-Biker
05-02-2008, 03:12 PM
Bump :(

SimonTuffGuy
05-07-2008, 05:56 PM
If anyone is having with page 2 on the newest version of this mod...

Open the vbgarage.php file... Search for $pagenav...

And replace it with this:

$pagenav = construct_page_nav(
$pagenumber, $perpage, $garagecount[garages],
'vbgarage.php?' . $vbulletin->session->vars['sessionurl']
. (!empty($vbulletin->GPC['perpage']) ? "&amp;perpage=$perpage" : "")
);

There was an extra . 'do=$_REQUEST[do]', '' function in there for some reason, and I can't figure out why... I removed that and I'm able to access page 2 without any problems.

PlayfulGod
05-17-2008, 03:19 PM
I get this errorFatal error: Call to a member function query_first() on a non-object in /home/xxxxx/forums/admincp/install_vbgarage.php on line 321

I've tried the fixes listed and still get said error. VB version is 3.70

SVTOA
06-01-2008, 01:36 PM
If you are like me and use both Magnus's VB Garage Hack, and you also use EvilLs1's TIMESLIP DATABASE (https://vborg.vbsupport.ru/showthread.php?t=60945) then you're going to love this!

Simply edit your 'vbgarage_viewgarage' template this way:

FIND: <td class="alt2" width="60%">$data[text]


Add right after:

<!-- performance stats block by SVTOA -->
<br>
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>My $data[year] $data[model] Performance Stats</b></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">

<if condition="!$user['userid']">
<else />
<if condition="$user[field55] !='00.00'">
<b>My Best ET: <font color="red">$user[field55]</font>
<else />
This member has not added ET data to their vB Garage.
</if>
</if>
</span>
</td>
</tr>
<!-- best mph field -->
<tr>
<td class="$getbgrow"><span class="smallfont">
<if condition="$user[field56] !='00.00'">
<b>My Best MPH: <font color="red">$user[field56]</font>
</if>
</span>
</td>
</tr>
<!-- rwhp field -->
<tr>
<td class="$getbgrow"><span class="smallfont">
<if condition="$user[field51] !='0.0'">
<b>My RWHP: <font color="red">$user[field51]</font>
</if>
</span>
</td>
</tr>
<!-- best 60 foot time -->
<tr>
<td class="$getbgrow"><span class="smallfont">
<if condition="$user[field52] !='0.000'">
<b>My Best 60 foot time: <font color="red">$user[field52]</font>
</if>
</span>
</td>
</tr>
</td>
</tr>

</table>
<br/>

<!-- End PERFORMANCE STATS BLOCK -->


DONE!!!!

Now if a member has filled out the timeslip database "vehicle profile" fields, the info will display in this custom block! If they have not filled out the ET field, then all that will display is the message "This member has not added ET data to their vB Garage." (which you can edit to say whatever you want)

If they do not fill out the other fields, they simply will not display.

You do not have edit the field id's with this mod because EvilLS1's hack configures those fields the same on every board.


ENJOY!!!

This still works on Vb3.7.x :up:

odeezie
06-10-2008, 03:40 PM
I get this error

I've tried the fixes listed and still get said error. VB version is 3.70

I am using 3.7.1 and cannot get it to go past the "Fatal error: Call to a member function query_first() on a non-object in /home/vbtest/forums/admincp/install_vbgarage.php on line 321"

I have also tried the fixes listed and nothing seems to be working. If anyone figures this out, please post the solution. :up:

Blackheart_72
06-10-2008, 03:47 PM
There's a VBGarage 3.5 version of this mod which was ported over. Some are running it all the way up to 3.6.4 but there are still plenty of bugs. I believe one of the original contributors started his own garage gallery which he charges for... just don't recall that site name at the moment. It's still fairly cheap though.

vBGarage 3.5 is located at:
https://vborg.vbsupport.ru/showthread.php?t=109924

UPDATE: found the link to where you can buy (donation of $35) a fully supported version. Its called vBPicGallery and runs on 3.5-3.6.4
http://www.cpurigs.com/forums/forumdisplay.php?f=32

vbpicgalleryis the one i use on my forums, can be used as a garage system pretty well.

C138 Kaysone
06-16-2008, 06:40 AM
I wish i can see why it wont work on my vB 3.7.1 but eh, I would really like to use this hack

Lil Freek
08-05-2008, 10:11 PM
I'm on version 3.6.7 of vB and i can't even edit the init file properly.

The instructions say to find 'caneditownusernotes' in init.php and i can't find the line in the file. are there 3.6.7 version instructions?

SVTOA
10-02-2008, 01:40 AM
It works fine on 3.7.3 after upgrade...

86AERO
03-15-2009, 04:47 AM
Has anyone got it to work with 3.8.1

FJCCrazy
03-18-2009, 12:02 PM
I ran into a small issue I can't seem to find a solution for. I had to delete a user's profile from my forum. They also had added a garage. Now that the user's profile is gone, their garage still remains. I can't find any way to delete it from the list.

This was the first time we deleted a user who had a garage.

Any ideas how to delete it?:confused:

Thanks!

River_rush
03-19-2009, 01:32 PM
Has anyone got it to work with 3.8.1

Before I moved to CND garage systems it was working.

River_rush
03-19-2009, 01:33 PM
I ran into a small issue I can't seem to find a solution for. I had to delete a user's profile from my forum. They also had added a garage. Now that the user's profile is gone, their garage still remains. I can't find any way to delete it from the list.

This was the first time we deleted a user who had a garage.

Any ideas how to delete it?:confused:

Thanks!

Delete it directly from the sql database