View Full Version : VbGarage 3.5
jandm
01-31-2008, 08:57 PM
Ok, this is really strange.
I have noticed certain functions on my forum stop working for example the search function is disabled yet i have not disabled it and i can't seem to enable it, also quick links is the same. In the wysiwyg message editor certain things in there are no longer working for example the font size just doesn't work at all, you click it and nothing happens.
Now the latest thing i am noticing is that i can no longer find the garage settings in the admin CP What on earth is going on with my board :eek: where are the settings so i can increase the number of pictures members can upload to their garage.
Someone please help this is driving me insane arrrgggggg :D
im not sure about your random board issues... I didnt run into those, what is your site?
your garage settings can be found in admincp -> vb options -> vbulletin garage
I got alot of emails telling me that pictures wouldn't upload... people were trying to load pictures fresh off the camera without compressing or resizing! So I did a quick template edit to help members know there is a LIMIT! :D
in the vbgarage_editgarage template i found
<td class="alt2"><b>$vbphrase[vbgarage_file]:</b></td>
and after this
$vbphrase[vbgarage_file]:
i placed this
 (Must be under 300kb in size or will not upload!)
of course if you do you would want to reflect your max size!
SAReefer
02-02-2008, 10:05 AM
hey guys i am having a problem installing this hack, once i add the code to navbar template i get this under my navbar
href="http://www.myforum/forum/usercp.php">User CP
and when i click on VBgarage in my navbar it tells me i have a 404 error and that it cant find the file vbgarage.php
i uploaded the php file to my fourm/ directory where the index.php and showthread.php files are, can anyone be of assistance to me?
thanks in advance
can we see your navbar template?
SAReefer
02-02-2008, 08:02 PM
yeah sure must i post the whole thing?
SAReefer
02-02-2008, 08:05 PM
thanks...
is th the current template where it is leaving the user cp code below the navbar?
also - can i have a link to your forumhome?
I am assuming the space left here is where you inserted the code, doind it there you have broke a link, that is why your user cp is showing strange and your not linking right
<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a
href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
close the above code to look like this:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Then I would place your garage code after the members link and would resemble below:
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<!-- vBGarage -->
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
<!-- / vBGarage -->
i have a child style for my two styles that i use to test things out before i put them into action, that way... if you mess it up beyond recognition. you can always go get the working template from your parent style and try again :0)
SAReefer
02-03-2008, 08:06 AM
okay that got rid of this under my navbar thanks!!
href="http://www.myforum.com/forum/usercp.php">User CP
but when i click on VBgarage iy still says 404 not found /vbgarage.php
so i moved the vbgarage to the root directory and i get this
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/sareefer/public_html/vbgarage.php on line 67
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sareefer/public_html/vbgarage.php on line 67
is there some how i can change the link in the navbar?
GotVtec
02-03-2008, 12:51 PM
hey guys i am having a problem installing this hack, once i add the code to navbar template i get this under my navbar
href="http://www.myforum/forum/usercp.php">User CP
and when i click on VBgarage in my navbar it tells me i have a 404 error and that it cant find the file vbgarage.php
i uploaded the php file to my fourm/ directory where the index.php and showthread.php files are, can anyone be of assistance to me?
thanks in advance
So change the path the in the href for vbgarage.php to /forums/vbgarage.php.
SAReefer
02-03-2008, 01:09 PM
okay i was contemplating this but wasn't sure could you just verify for me pls so i need to go from this
href="vbgarage.php?$session[sessionurl]
to this
href="/forums/vbgarage.php?$session[sessionurl]
GotVtec
02-03-2008, 01:15 PM
Yes.
SAReefer
02-03-2008, 01:16 PM
okay i did that but i still get the same error?
SAReefer
02-03-2008, 01:52 PM
okay i am making progress
im not the best with paths, snd my site is forums.mysite.com rather then mysite.com/forums
do you need the first / in there?
href="/forums/vbgarage.php?$session[sessionurl]
or should it be
href="forums/vbgarage.php?$session[sessionurl]
GotVtec
02-03-2008, 05:30 PM
I finally got the Garage to show up in the postbits based on if the user has a garage or not.
http://www.v6performance.net/forums/showthread.php?p=1291236#post1291236
thats nice :tu: I have mine in the dropdown on the postbits http://forums.projektgerman.com
kansei
02-05-2008, 08:59 PM
Anyone have an issue where page 2 won't load?
The link to go to page 2 is: http://www.themazdaforum.com/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
when it should be more like:
http://www.themazdaforum.com/vbgarage.php?do=list&perpage=25&page=2
problem is the numbers to the left of the username start back at 1.. unless that is as expected.
Wish I could search this thread for "page 2" but search term too short :P
I didn't install or mod vbgarage but from what I know the only mod to the install was to use lightbox for images.
GotVtec
02-06-2008, 12:25 AM
Anyone have an issue where page 2 won't load?
The link to go to page 2 is: http://www.themazdaforum.com/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
when it should be more like:
http://www.themazdaforum.com/vbgarage.php?do=list&perpage=25&page=2
problem is the numbers to the left of the username start back at 1.. unless that is as expected.
Wish I could search this thread for "page 2" but search term too short :P
I didn't install or mod vbgarage but from what I know the only mod to the install was to use lightbox for images.
https://vborg.vbsupport.ru/showpost.php?p=1430032&postcount=494
turbo.:R
02-07-2008, 02:11 AM
the first page of user entries works fine but when i click on the second page nothing comes up. y???
first page
http://www.phillydubs.com/verwustung/vbgarage.php?do=list
second page
http://www.phillydubs.com/verwustung/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
Needs to link to
I would have to look around to find where you edit that but it is putting the wrong code in there.
SVT
?????
turbo.:R
02-07-2008, 02:16 AM
the first page of user entries works fine but when i click on the second page nothing comes up. y???
first page
http://www.phillydubs.com/verwustung/vbgarage.php?do=list
second page
http://www.phillydubs.com/verwustung/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
i have no idea how to fix this...anybody?
GotVtec
02-07-2008, 02:23 AM
i have no idea how to fix this...anybody?
are you serious?
Look three posts up. :confused:
https://vborg.vbsupport.ru/showpost.php?p=1430032&postcount=494
did you go to this link? should fix your problem. :up:
turbo.:R
02-07-2008, 10:29 PM
did you go to this link? should fix your problem. :up:
thank u sir...
DustyJoe
02-08-2008, 04:20 AM
Check out my solution for a garage, I think it works wonders.
www.minitrucker.org
kansei
02-13-2008, 05:43 PM
the fix worked, thanks guys! Sorry I didn't see it in this 36 page thread haha
DieselTruck
02-13-2008, 06:23 PM
Installed the product file...followed the instructions...But it doesen't show up any where on my front page..any suggestions?
DieselTruck
02-13-2008, 11:46 PM
Installed the product file...followed the instructions...But it doesen't show up any where on my front page..any suggestions?
Maybe I missed it somewhere?
DieselTruck
02-14-2008, 02:59 AM
Adding the View Garages on the Home Forum page?
I tried do that, but no luck!?!?
Anyhelp with this?
SVTCobraLTD
02-14-2008, 01:31 PM
You need to add the link wherever you want it.
SVT
DieselTruck
02-14-2008, 02:44 PM
You need to add the link wherever you want it.
SVT
What link? And what templete would you add it to?
SVTCobraLTD
02-14-2008, 03:42 PM
What link? And what templete would you add it to?
http://yoursite.com/forums/garage.php is what you need to link it to.
You need to add it to your "header" where all your buttons are already. But you will either need to make a button or add to a drop down list.
SVT
templaters
02-15-2008, 05:36 AM
I wish their was a way that when someone uploads a photo to vbgarage, that vbgarage would automatically resize it down to a set size, I have a large auto forum, and I constantly get questions from members saying I can't upload my photos to vb garage, most of them upload directly from a digital camera, and the photo size is like 1.5 meg etc, if I allowed all to upload 1.5meg per photo my server would fill up automatically.
So is their a hack that fixes this, I know vbgarage has a feature that states max file upload size, so I set that to something small like 500.00 k but instead of resizing the big photo down to the max allowed size it just acts like it is uploading but no photo is uploaded or saved.
I know I can say to the people resize your photos before uploading and then I get question, how do i resize phtos, etc.
I really need help and I am willing to pay for help
Thanks
otis
xcesiv
02-15-2008, 11:17 PM
is this going to be modified to work with 3.6.8 or 3.7
DieselTruck
02-16-2008, 10:53 PM
http://yoursite.com/forums/garage.php is what you need to link it to.
You need to add it to your "header" where all your buttons are already. But you will either need to make a button or add to a drop down list.
SVT
I have that in my Navbar correctly...
What I want to do is diplay some of the garages on the forum homepage like shown in the screen shot of this mod. Any ideas how I would do this?
DieselTruck
02-17-2008, 03:11 AM
I have figured out why my garage isn't working. I have a forum redirect in my server since I can't transfer my primary for 60 days.
After creating a Garage. When you click the user's name it wants to take you here:
http://www.dieselhaulin.com/vbgarage.php?do=view&id=1
But, It should take you here:
http://www.dieselhaulin.com/forums/vbgarage.php?do=view&id=1
Any ideas how I can change this?
DieselTruck
02-17-2008, 04:43 PM
The problem is. When you create a garage, the host is redirected from my primary to dieselhaulin.com. And my template doesn't reconize that site. Can anybody configure my template to do this?
DieselTruck
02-18-2008, 02:23 AM
Anybody want to give it a shot?
BlueBulletRL
02-18-2008, 10:02 PM
I'm looking to add a link in the vbpicgallery in the users gallery hall back to the member profile. I added a link to the picgallery from the member.php using the following code
<td width="33%"><font style="font-size:11px; font-weight:bold"><a href="vbpicgallery.php?do=hall&u=$session[sessionurl]$userinfo[userid]">View Users Garage</a></font></td>
I tried using the reverse to link it back to the member profile doing this
<td width="33%" class="tcat"><b><a href="member.php?u=$session[sessionurl]$userinfo[userid]">View Users Profile</a></b></td>
This didn't work however, I've been trying to figure out how to get the userid but I can't get it to work. Someone please help me. Thanks
-Dex
Hi
I sore xcesiv asked this but there was no response, so I thought I would ask too :D:). I have version 3.7 Beta 3 is there any way I can have this on my site
Cheers
Tru2Chevy
02-25-2008, 01:50 AM
is this going to be modified to work with 3.6.8 or 3.7
I don't know about 3.7, but I'm running it just fine on my board (3.6.8, PL 2).
- Justin
can anyone help im useless and for some reason i have installed but there seems to be no upload or anything so i can put pictures on there
or it must not work on 3.7
ExciterNL
03-10-2008, 08:14 PM
can anyone help im useless and for some reason i have installed but there seems to be no upload or anything so i can put pictures on there
or it must not work on 3.7
Even i'm not sure about 3.7 but i have no problems with 3.6.8
Well, the trouble you are describing looks like already known problem, that appears even with lower versions of vB. Take time and read the topic carefully, you may find the solution.
[talking to the mod's]
Can someone please clean this topic of duplicate questions? It is getting too long and difficult to find info just because of these.
Thank you VERY much
[/talking to the mod's]
chick
04-03-2008, 05:13 PM
Even though it is in the phases it does not change the name of the page seen here in red
https://vborg.vbsupport.ru/
so this must be in a template somewhere? or a php file.
Could someone post where to change this so mine can say Car Photos.
Thank you,
It installed with no problems, none. I tried photoplog but had issues with it, so vbgarage works great
Za4a Tuner
04-03-2008, 10:34 PM
I'm not really sure, but open the vbgarage.php-file and search 3-times for =>
$navbits = construct_navbits
near to this you'll find: => 'vBGarage'
Change this to => 'CarPhotos'
chick
04-04-2008, 12:11 AM
a BIG thank you tuner, that did the trick.
anarki2009
04-07-2008, 07:28 PM
i'm not a coder, so i'm asking for some help. Can any one tell me how to show random pics on the home page?
Twin_Turbo
04-08-2008, 08:29 AM
...never mind....fixed it
Installed :)
andypotts
04-08-2008, 01:49 PM
I have tried installing this to version 3.6.9
I run the install_vbgarage.php script and click "Add Templates"
All i get is the following - as per attachment.
Any ideas????
Twin_Turbo
04-09-2008, 09:41 AM
I've got a request, what would it take to include a # of comments listing in the garage list table?
Levi75
04-11-2008, 04:31 PM
Hi
The links of
vB code is On
Smilies are On
[IMG] code is Off
fail when i click them. The error shown by the browser is
Not Found
The requested URL /foro/$vboptions[bburl]/misc.php was not found on this server.
Any help about this issue?
thx
Levi75
04-12-2008, 08:07 AM
http://aycu34.webshots.com/image/51433/2000741849990255099_rs.jpg
How can i change the sentence "member's model of car" to another one like "model of car de member" (spanish sentence)?
thank you in advance
anarki2009
04-14-2008, 03:40 AM
does any one the code it takes so members can up load more then one car?
calgdsm
04-15-2008, 06:01 PM
Is there anyway to display the "latest images" in the forum home or on the CMPS??
anarki2009
04-15-2008, 11:54 PM
ok i'll pay to have this reworked so members can have more then one car, and a way to show pics on home page. Any takers out there?
RWerksman
04-22-2008, 12:41 PM
I'd also kick in a bit for this. Something with file system attachement storeage, defineable fields, in-CP garage editing, and of course multiple cars.
Maybe setting up a collection is in order? I'd be willing to help out...
SaltyOnionBalls
04-24-2008, 11:51 PM
I'd also kick in a bit for this. Something with file system attachement storeage, defineable fields, in-CP garage editing, and of course multiple cars.
Maybe setting up a collection is in order? I'd be willing to help out...I'm willing to throw down for this as well.
I might be able to get a friend of mine to code it too, he's done a few hacks for vb.org already.
anarki2009
04-26-2008, 11:15 PM
I'm willing to throw down for this as well.
I might be able to get a friend of mine to code it too, he's done a few hacks for vb.org already.
sweet when can he start?
Gio~Logist
04-27-2008, 06:25 PM
I can probably do it for around $500, but I'd need to ask the owner for permission first.
anarki2009
04-28-2008, 07:34 AM
ok who's all in to help pay this guy? I'm in i'll put 100 or better in the pot.
calgdsm
04-29-2008, 03:01 PM
im in for a 100 as well
I'll toss money in too as long as the type of vehicle for the garage is definable (ie doesn't have to be a car, it can be a motorcycle etc...).
krustyx
05-12-2008, 01:10 AM
im in, for sure
Tru2Chevy
05-14-2008, 09:50 PM
I can't throw in $100, but I can throw in up to $50 to get this rewritten.
- Justin
kderentz
05-14-2008, 10:03 PM
Ill donate too ...
This guys has a form of the garage running on his site ....
http://www.e90post.com/forums/bpgarage.php
maybe he would be willing to sell it??
RWerksman
05-15-2008, 03:16 PM
I'd drop at least $50 on this. More if it was close to the PHPBB version.
SVTOA
05-18-2008, 07:35 PM
It works on 3.7.0
Upgraded fine...
kansei
05-21-2008, 07:23 PM
It works on 3.7.0
Upgraded fine...
make sure your users have the option to edit their garages. Of course admins can edit any still, but the "edit vbgarage" link is gone from their userCP on 3.7.0 and I'm not sure what it linked to in order to put it in manually.
SVTOA
05-21-2008, 10:25 PM
make sure your users have the option to edit their garages. Of course admins can edit any still, but the "edit vbgarage" link is gone from their userCP on 3.7.0 and I'm not sure what it linked to in order to put it in manually.
Just redo the edit to the usercpshell template and it will be there...
trilogy33
05-26-2008, 03:48 PM
Under 3.7.0 using garage 3.5, when users thumbnails are clicked, they open in a new popup window?
Something's gone...oops! How do I correct that please?
Example:
http://www.mysite.co.uk/vbgarage.php?do=popup&image=http://www.mysite.co.uk/vbgarage.php?do=getimage&id=148
EDIT: No worries, scrub that. Although could have sworn that on my earlier version of vBulletin (3.6.8), a lightbox was opened instead...no worries.
krustyx
06-11-2008, 12:17 AM
Can't change page... i have a blank page and this in the adress bar
http://www.mywebsite.ca/forum/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
strange
SVTOA
06-11-2008, 12:26 AM
Can't change page... i have a blank page and this in the adress bar
http://www.mywebsite.ca/forum/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
strange
That's been addressed a few posts back...
https://vborg.vbsupport.ru/showpost.php?p=1430032&postcount=494
krustyx
06-11-2008, 10:08 AM
thank you for your help
Raptor
06-13-2008, 04:52 PM
all working great on vb 3.7.1 PL1 (had to do the white page fix tho)
Raptor
06-13-2008, 04:56 PM
Just redo the edit to the usercpshell template and it will be there...
for those that need help here are the 3.7.1 template edits.....
Open your styles USERCP_SHELL template.
- Find the following:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
- Below add this:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
- Save Template.
4. + Open your styles NAVBAR template.
- Find the following:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
- Below add this:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl_q]do=list">$vbphrase[vbgarage]</a></td>
- Save Template.
trilogy33
06-18-2008, 07:08 AM
A user has been deleted that "had" a garage entry...so how would you delete the blank entry in the list?
trilogy33
06-18-2008, 11:11 AM
A user has been deleted that "had" a garage entry...so how would you delete the blank entry in the list?
Found the answer:
1. View the vBGarage list with the entry missing e.g. entry #6
2. View the page source and find the entry
3. Find the related id: e.g. id=47
4. Enter: http://www.(yoursite).co.uk/forums/vbgarage.php?do=view&id=47
5. Select "Delete" from the [Delete] [Edit] options.
The next page says "...missing a required field", but it does actually delete the entry from the list.
Overall I guess it's better to edit the database but, for those not proficient at that, use the above!! ;)
jwashburn
06-18-2008, 07:30 PM
I am having trouble getting the link to vbgarage to show up in the USERCP. I am using 3.7.1. Here is what I have in the template. (including some code above and below
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td></tr>
<tr><td class="$navclass[ignorelist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">$vbphrase[edit_ignore_list]</a></td></tr>
RWerksman
06-20-2008, 04:06 PM
Hi Everyone,
I've posted this elsewhere to, but I thought it would be worthwhile to post it here too as this is the latest garage mod available, and the author hasn't been online since 2006.
Anyway, I've posted an advertisement for an updated garage system (link (https://vborg.vbsupport.ru/showthread.php?p=1554653)) and I'm going to start to compile technical and functional requirements with the goal of providing a product to install for everyone who wants to participate.
If you want to kick in a few bucks to get a say in what it turns out like, and to actually get a copy, please PM me here or email me -- garage at f800riders dot org. The more contributors, the more money, the more elaborate we can be.
Alternatively, if you are looking to get paid to develop an updated version of this add-on, please contact me as well.
Thanks everyone, and I hope this isn't out of line. :)
Za4a Tuner
06-20-2008, 04:51 PM
I am having trouble getting the link to vbgarage to show up in the USERCP. I am using 3.7.1. Here is what I have in the template. search for: <td class="$navclass[event_reminders]" and place ABOVE this the following code:
<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td><tr/>
trilogy33
06-21-2008, 04:32 PM
When I lost my vBGarage link from the navbar, yep it happened upon 3.7.x - I simply created a direct link on the forum. Easier for now.
Spaz21
07-04-2008, 10:54 AM
maybe this has been answered already.... but is there a way to link to a person's garage profile from within the form? like an icon added within their profile box in the forum that goes right to the garage profile?
C138 Kaysone
07-08-2008, 03:36 AM
is this hack still supported and will it work for 3.7.0 ?
Za4a Tuner
07-08-2008, 01:41 PM
is this hack still supported and will it work for 3.7.0 ?This hack works fine with my vB3.7.2!
Support -> "Developer Last Online: May 2006" ;)
C138 Kaysone
07-09-2008, 03:01 AM
well i cant see why i cant upload anything to it, can you help me on that then if you say it works on yours?
wickedstangs
07-19-2008, 03:13 AM
Just installed on 3.7.2 and works good so far.. Thank You
rotor
07-19-2008, 09:40 AM
Works fine in 3.7.2
The code that is given just needs to be changed to </tr> ... it's showing as <tr/> here:
<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td><tr/>
rotor
myrhoto
07-22-2008, 02:31 AM
Warning: main(./includes/functions_bbcodeparse.php) [function.main]: failed to open stream: No such file or directory in [path]/vbgarage.php on line 44
Fatal error: main() [function.require]: Failed opening required './includes/functions_bbcodeparse.php' (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/myrhoto/public_html/forums/vbgarage.php on line 44
I keep getting this? Help?
I'm using 3.7.2
KAWIE1
07-22-2008, 03:50 AM
Thanks. I just installed this. Where can I rename all the links that say vBGarage on my site now?
rotor
07-22-2008, 05:42 AM
Do a search in your Languages & Phrases/Search in Phrases and it will come up with instances of whatever you search for. You can then edit it from there . ...
rotor
KAWIE1
07-24-2008, 02:01 PM
Do a search in your Languages & Phrases/Search in Phrases and it will come up with instances of whatever you search for. You can then edit it from there . ...
rotor
Thanks man
Jay-FSD
08-05-2008, 02:06 PM
Tried to install and got this error-
Fatal error: Call to a member function query_first() on a non-object in /home/fulllcom/public_html/forums/admincp/install_vbgarage.php on line 321
Any thoughts?
Thanks
Jay-FSD
08-08-2008, 06:59 PM
anyone?
ErnieTheMilk
08-12-2008, 05:44 PM
So can anyone definitively answer the question as to how to get images to upload and show on this mod?
It seems to be the questions most asked, and about the only one not answered!
FJCCrazy
08-16-2008, 07:12 PM
Does anyone know how and where the code needs to be modified to allow the thumbnails at the bottom of the edit page to wrap to a second row? I'd like it to wrap after 8 images.
I've looked extensively and unfortunately, my programming skills are limited, but I can follow clear directions.
Please post if you know.
Thanks!
FJCCrazy
08-16-2008, 09:51 PM
So can anyone definitively answer the question as to how to get images to upload and show on this mod?
It seems to be the questions most asked, and about the only one not answered!
You have to reduce the photo size until it uploads. Once that happens, it's all good!
Levi75
08-30-2008, 01:15 PM
does it run in vb 3.7.x ?
trilogy33
08-30-2008, 04:18 PM
does it run in vb 3.7.x ?
Version 3.7.2 ok...
but recently uninstalled
Puntoboy
09-17-2008, 11:56 AM
What about 3.7.3 PL1?
Za4a Tuner
09-17-2008, 05:05 PM
What about 3.7.3 PL1?
it works fine ;)
Puntoboy
09-20-2008, 10:48 AM
Thanks :)
Got it working :)
e-power
11-07-2008, 06:54 PM
got it working on 3.7.3 but cant get the images to display ?
noppid
11-07-2008, 06:56 PM
Then it's not working. heh
freni32
11-08-2008, 01:49 AM
I cant get it working have 3.7.3 version I have everything installed correctly but missing the script in usercp cant find that part and searched all other threads, my forum is modified...not sure if that is why, can anyone take a look at it:
website: RadarDetectorLaser.Com
Puntoboy
11-08-2008, 07:47 AM
got it working on 3.7.3 but cant get the images to display ?
Make sure they are between 800x600px. I found that it doesn't like them bigger than this.
Martyn1983
12-01-2008, 08:22 AM
Hi folks,
Can get thumbnails to display but not larget images
Forbidden
You don't have permission to access /fiat/upload/vbgarage.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Just get that instead - any ideas?
kNeeLy
12-14-2008, 06:25 PM
i did as the install folder says..but I cant find 3. + Open your styles USERCP_SHELL template.
- Find the following:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
- Below add this:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
- Save Template.
4. + Open your styles NAVBAR template.
- Find the following:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
- Below add this:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
- Save Template.
5. Modify and settings you want to in the Admin Control Panel.
***i have no idea where this setting is...is it in the admin cp?
shibby2
12-20-2008, 04:33 AM
Hi, works great so far in 3.6.8 :)
Question.... is there a way to show 4 or 5 random thumbs from the Garage on the forum index page?
Maybe I'm missing a setting somewhere...?
mustangempire
12-21-2008, 03:21 AM
I installed and set it up I even uploaded pics of my car. Everything works great except when I try to click on one of my pictures to make it larger, it takes me to a screen thats says this:
Forbidden
You don't have permission to access /forums/vbgarage.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
Why is this coming up?
Martyn1983
12-21-2008, 10:55 AM
Mustang...I had that problem too, but it seemed to solve itself.
I made no changes to files after upload, the only thing I could think was that it was a permissions error on the server or an issue with hosts/bandwidth limits?
mustangempire
12-21-2008, 05:44 PM
Mustang...I had that problem too, but it seemed to solve itself.
I made no changes to files after upload, the only thing I could think was that it was a permissions error on the server or an issue with hosts/bandwidth limits?
Well I fixed the problem. I had a live chat with my host and they fixed the issue. They said it was an XSS problem so its working! How can we control the size of the inage on vBgarage? I noticed that we can't set the pictures on how big we want them.
shibby2
12-22-2008, 03:21 AM
Hi, works great so far in 3.6.8 :)
Question.... is there a way to show 4 or 5 random thumbs from the Garage on the forum index page?
Maybe I'm missing a setting somewhere...?
Anyone know how to do this? :(
blueberry
12-29-2008, 04:37 AM
is there an update for this hack for VB3.7? Does it work on VB3.7? Thanks guys......
said to be working on vb3,7,3
footose
12-30-2008, 08:44 PM
Hey there people.
Some of you remember me from a few pages back. (https://vborg.vbsupport.ru/showthread.php?p=1382719#post1382719) regarding the modifications I made to vBGarage on http://forums.GenerationDub.com.
I don't exactly know if this is the right place to post this... but since there were over 100 requests for my modifications.... I have been developing a new plugin to "take over" where vbGarage left off. I call it "vHoist" or Virtual Hoist.
Basically the plugin fully integrates into your forum software providing seamless integration without the limits of other plugins with similar features.
We are currently looking for select Vbulletin sites to finish off our final testing before releasing it to the public on vBulletin.org. Obviously it is going to be a free plugin.
We are currently looking for candidates that have a current, active, vBulletin forum that is looking for a "Garage" type plugin but does not currently have one installed. If this is you, or you are willing to drop your current vBGarage or equivilant plugin for vHoist, then you are a perfect candidate.
If however, you wish to import your current vBGarage, then we can also accomodate you. We are currently working on an Import feature which will be availble shortly after our inital release of this plugin
Please visit http://forums.generationdub.com/ for a demo of what vHoist can provide your site, and if you are interested in either of the above options contact me here or via email, admin@vHoist.com.
A FAQ Has been provided at http://www.vhoist.com.
vHoist Has:
- Multiple Garages for each user
- No added SQL Query's
- Users Cars listed under their post info (if wanted)
- Full integration into your forum
- Users can share their garages over multiple websites without the need to modify their profiles for each site.
- Anyone that "parks" their car on your website, will provide a backlink to your site for every other site they are on.
The list goes on, but I don't want to "jack" this thread since I will be making my own soon.
I figured this would be ok since vBGarage is no longer supported anyway.
Thanks for your time!
Harry Scanlan
http://www.vHoist.com
http://www.GenerationDub.com
http://www.AutoModder.com
Bro_Joey_Gowdy
01-01-2009, 02:36 AM
Just so everyone knows, I upgraded to vB 3.8.0 RC1 over the weekend and re-installed vBgarage 3.5 successfully in less than 5 minutes without any problems. Even though it is unsupported it still works fine, check it out on my website:
http://www.joeygowdy.net/forum/vbgarage.php
http://www.joeygowdy.net/forum/vbgarage.php?do=view&id=155
:cool:
wikked
01-04-2009, 08:21 PM
How do i control access to the garage to certain usergroups?
Safari
01-04-2009, 08:45 PM
Exactly what I need, thanks man =]
johnban
01-16-2009, 02:31 PM
Just so everyone knows, I upgraded to vB 3.8.0 RC1 over the weekend and re-installed vBgarage 3.5 successfully in less than 5 minutes without any problems. Even though it is unsupported it still works fine, check it out on my website:
http://www.joeygowdy.net/forum/vbgarage.php
http://www.joeygowdy.net/forum/vbgarage.php?do=view&id=155
:cool:
Hello Joey,
I am planning to install vbgarage to my forum and I was wandering where you find the code that you are using for mods that users have done to their cars.
http://www.fordf150.net/mods/membermods-joeygowdy.php
It is your code?? Is it published somewhere ??
Thanks,
John B.
Bro_Joey_Gowdy
01-18-2009, 02:08 AM
I am planning to install vbgarage to my forum and I was wandering where you find the code that you are using for mods that users have done to their cars.
http://www.fordf150.net/mods/membermods-joeygowdy.php
It is your code?? Is it published somewhere ??
Thanks,
John B.
No, that mod it isn't mine - FordF150 uses phpBB 2:
http://www.fordf150.net/forums/faq.php#36
You can probably find it in their mod database:
http://www.phpbb.com/mods
:cool:
designerweb
01-19-2009, 01:32 PM
THis works on vb 3.8 ? No Problems?
Clean Install working on 3.7.2
Boosted Panda
01-19-2009, 09:57 PM
I don't have an upload or edit button or permissions list or anything on 3.8. Weird.
wikked
01-20-2009, 10:36 AM
could someone point me in the right direction please
i need to restrict creating garages to certain usergroups but with no admin side to vbgarage im struggling to work it out
i only want a few udergroups to be able to create, but all usergroups to be able to view
designerweb
01-20-2009, 02:30 PM
I installed on vb3.8 - works Except I get no images to display. Any ideas why?
Thanks in advance!
designerweb
01-21-2009, 11:41 PM
---
levimatt
01-22-2009, 10:24 AM
How it would be do putting a link in postbit to vbgarage? (if user has his car in vbgarage)
pargoff
02-07-2009, 12:09 PM
is there a tutorial on how to configure vbgarage somewhere? how do you remove old entries from the garage? how do you sort by latest activity? anyone please help!
River_rush
02-07-2009, 07:13 PM
is there a tutorial on how to configure vbgarage somewhere? how do you remove old entries from the garage? how do you sort by latest activity? anyone please help!
you delete them! you will get an error page but it will have been deleted.
pargoff
02-09-2009, 11:55 AM
you delete them! you will get an error page but it will have been deleted.
i'm trying to troubleshoot an existing vbgarage where no one can create or edit their cars in the garage. is there a control panel for vbgarage somewhere or do you have to do everyting from phpmyadmin?
designerweb
02-13-2009, 07:11 PM
Has anyone who uses this mod ever add more questions to add car form?
Just wondering how I should go about doing that.
kNeeLy
02-15-2009, 12:20 AM
just installed...working fine..so far, so good!!!
www.tunemytoyota.com
Bulldog Stang
02-15-2009, 07:50 AM
Wish this was updated for vB 3.8
FRANKTHETANK 2
02-15-2009, 03:23 PM
Will it work for 3.8
River_rush
02-19-2009, 11:47 PM
i'm trying to troubleshoot an existing vbgarage where no one can create or edit their cars in the garage. is there a control panel for vbgarage somewhere or do you have to do everyting from phpmyadmin?
yes you can add extra questions in, I have added engine type to a test forum after editing the xml and the php file. but it only shows the new field on a fresh install or after uninstalling then reinstalling again, or i can install the xml file with the old database still installed and then manually edit in the "engine" field through mysqladmin and it will work.
What it wont do, is add the field in via the xml when upgrading an existing installation.
I assume this is because its looking for the table exists statement and then as it already exists leaves it alone without inserting the extra field.
I have no idea how to re-write the sql statement to check if the extra fields exist and then if not to create them
$db->query("
CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "vbgarage_users (
`userid` int(10) unsigned NOT NULL default '0',
`year` varchar(20) NOT NULL default '',
`make` varchar(30) NOT NULL default '',
`model` varchar(40) NOT NULL default '',
`engine` varchar(50) NOT NULL default '',
`text` mediumtext NOT NULL,
`lastactivity` int(60) unsigned NOT NULL default '0',
PRIMARY KEY (`userid`)
) TYPE=MyISAM"
);
I hope this makes sense!
The screenshots below are of the standard tweaked install and not the install with the extra fields
neopets
03-04-2009, 02:09 AM
I offer paid support and modifications of this system. pm me if interested.
River_rush
03-14-2009, 10:18 PM
We have now purchased CND garage system for our forum and uninstalled this. highly recommended!
busur
03-24-2009, 10:30 AM
hi,
I installed this hacks.
it works but it didnt appear in USERCP.
I insert all the code to Usercp_shell but its now show the link.
please help me
GotVtec
04-07-2009, 12:33 AM
Has anyone experienced their images not showing up:
I just switched servers, and now none of the images will appear in the site.
http://www.v6performance.net/forums/vbgarage.php?do=getimage&id=6
Evoklub
05-05-2009, 07:38 PM
Installed, works, thanks.
The only problem is, i can't upload pictures, the following message comes when trying:
Warning: fopen(): open_basedir restriction in effect. File(/tmp/php3XuoGX) is not within the allowed path(s): (/home/httpd/www/evoklub.hu/html) in /vbgarage.php on line 156
Warning: fopen(/tmp/php3XuoGX): failed to open stream: Operation not permitted in /vbgarage.php on line 156
Warning: filesize(): open_basedir restriction in effect. File(/tmp/php3XuoGX) is not within the allowed path(s): (/home/httpd/www/evoklub.hu/html) in /vbgarage.php on line 156
Warning: fread(): supplied argument is not a valid stream resource in /vbgarage.php on line 156
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/www/evoklub.hu/html/forum/includes/class_core.php:3075) in /vbgarage.php on line 217
What do I wrong?
Isn't there any solution to link pictures instead of upload them?:confused:
SVTCobraLTD
05-18-2009, 06:32 PM
When I click on the images I get this error:
Forbidden
You don't have permission to access /forums/vbgarage.php on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
vgarage.php is CHMOD at 644 but I tried 755 and still no luck.
Bro_Joey_Gowdy
06-07-2009, 01:55 PM
I uninstalled and upgraded to CnD Garage:
http://www.cnd-systems.com/cnd_garage.php
:D
Rideharder
06-26-2009, 05:28 PM
VbGarage 3.5
Let Your Members Show Off Their Rides !!!
https://vborg.vbsupport.ru/showthread.php?t=196791&page=14&highlight=firewall
Firewalls blocking pop-up image on this mod
Anybody know any fixes around this it blocks a pop-up on the image...
SVTCobraLTD
07-22-2009, 02:01 PM
Where is the information and images stored for vbgarage? I want to back it up because I am testing something and want to save everything incase it gets messed up.
FJCCrazy
09-21-2009, 12:28 AM
Hello, i just installed it on 3.6.8-2 and it worket great. Now for a little question. Is this possibe to do in a members profile.
When you enter a members profile, and the member got a garage. Is it possible to then display a link to his garage. And for a member without a garage there will be no link.
And i whould like it to be displayed above the "signature" in the profile.
/Addonic
This can be accomplished by placing this code in the postbit. You would also need to upload an image for the garage. You'll need to create a profile field named Garage or whatever you want it to be. The user would need to determine their garage ID by viewing the properties of the link to their specific garage and enter that number in the profile field on the User Profile.
<!--Start My Garage-->
<if condition="$post['fieldxx']">
<a href="http://www.yourwebsite.com/vbgarage.php?do=view&id=$post[fieldxx]"><img src="../images/misc/garage.png"border="0"alt="View My Garage"></a></if>
</div></if>
</div>
<!--End My Garage-->
keharris53
01-10-2010, 11:19 AM
If anyone is curious, I installed this on 3.6.x and it still works on 3.8.4. I've not had any of the problems identified in this forum. It worked from the start.
Gotmian
01-14-2010, 07:50 PM
Why doesn't this awesome mod get updates? or something...? :(
WOuld have been great to have it up-to-date and with more functions incoming.
Someone needs to port this over for 4.0!!!!
I'll pay someone to do it!!
SVTCobraLTD
01-17-2010, 11:22 AM
Someone needs to port this over for 4.0!!!!
I'll pay someone to do it!!
http://www.vbprogarage.com/
@ngel
01-17-2010, 04:41 PM
Any ports for 4.0.1?
USAMustangs.com
05-24-2010, 10:43 PM
It would really nice if someone could tell me where and how to change the RAND() value because my host is killing off the process half the time I refresh my forum index because it is using too much CPU time to process the queries to get random pictures out of 138 garages. Nobody has an idea? I like the mod, but I can't keep it on my site with this happen so frequently. I'm sure it's just a simple modification of the RAND() code to fix it. This value is not found in any of the vbgarage templates or my vbgarage.php file. Is there a way to go into phpmyadmin and correct this where it doesn't call for random pictures? Or run Execute an SQL Query in AdminCP to correct this issue? The ORDER BY RAND() is causing me a lot of problems. I need it to be changed to use less processing time. It takes 5 - 6 second to run this query and half the time my host is killing off the process.
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT * FROM vbgarage_images ORDER BY RAND() LIMIT 5;
MySQL Error : Server shutdown in progress
Error Number : 1053
Date : Tuesday, May 18th 2010 @ 12:03:03 PM
Script : http://www.usamustangs.com/forum/index.php
Referrer : http://www.usamustangs.com/forum/private.php?folderid=0
IP Address : 71.xxx.xxx.xx
Username : Me
Classname : vB_Database
USAMustangs.com
05-24-2010, 10:46 PM
It would really nice if someone could tell me where and how to change the RAND() value because my host is killing off the process half the time I refresh my forum index because it is using too much CPU time to process the queries to get random pictures out of 138 garages. Nobody has an idea? I like the mod, but I can't keep it on my site with this happen so frequently. I'm sure it's just a simple modification of the RAND() code to fix it. This value is not found in any of the vbgarage templates or my vbgarage.php file. Is there a way to go into phpmyadmin and correct this where it doesn't call for random pictures? Or run Execute an SQL Query in AdminCP to correct this issue? The ORDER BY RAND() is causing me a lot of problems. I need it to be changed to use less processing time. It takes 5 - 6 second to run this query and half the time my host is killing off the process.
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT * FROM vbgarage_images ORDER BY RAND() LIMIT 5;
MySQL Error : Server shutdown in progress
Error Number : 1053
Date : Tuesday, May 18th 2010 @ 12:03:03 PM
Script : http://www.usamustangs.com/forum/index.php
Referrer : http://www.usamustangs.com/forum/private.php?folderid=0
IP Address : 71.xxx.xxx.xx
Username : Me
Classname : vB_Database
Problem solved! If anyone is experiencing the same problem, the fix can be found here. https://vborg.vbsupport.ru/showthread.php?t=242869
ausjeepo
06-10-2010, 03:21 AM
Is there something available where you can "rate" a persons VBGarage?
SpeedJunkyz
06-10-2010, 11:18 AM
Hello I just installed and it went smoothly...however I dont see where you can modify your garage...can anyone help me?
USAMustangs.com
06-10-2010, 03:03 PM
Hello I just installed and it went smoothly...however I dont see where you can modify your garage...can anyone help me?
User Control Panel > Edit vBGarage
And make sure it's enabled under vBulletin Options.
SpeedJunkyz
06-10-2010, 05:46 PM
then i must have screwed it up somehow cause I dont see that there
SpeedJunkyz
06-10-2010, 06:05 PM
yeah im getting everything right except I do not see any links to customizing the page/profiles. I even get the garage link in navbar...I click on it and it pulls up garage, but its blank with no customize buttons
Levi75
01-28-2011, 11:01 AM
is there any way to put the username below each car in vbgarage_latestbits? with $latest[userid] i can't get any result
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.