![]() |
I am having one issue with this newest version now. The problem is when I or any other member clicks to view page two of the garage list, you get nothing but a blank white page. Have any idea what would cause this?
I would also like to say that the time you guys put in for hacks like these is very much appreciated.....thanks! |
There will be no new version. Trigunflame has already said so (at the beginning of this thread). This is not his hack and, therefore, I:banana: don't think he will support it or write a new version.
|
Quote:
|
Quote:
|
Get the real replacement for vBGarage vBPicGallery.
|
Quote:
Here is an example: Car Audio Talk Gallery And here is what an individual gallery can look like: 1998 Lincoln Mark VIII LSC - All done with the vBPicGallery |
Quote:
|
<a href="http://www.cpurigs.com/forums/showthread.php?t=2132" target="_blank">http://www.cpurigs.com/forums/showthread.php?t=2132</a>
$20 to access downloads area. |
Quote:
Eh, i dont run a car forum, no need for all the little xtras. |
cool it was a eazy install/upgrade from 3.0 and it looks like all the cares and comments are still there
the only problem I see is when a user has more than one car they all show under each title , ame I doing somthing wrong? EDIT: I have a bug my first page works but my next 2 pages of cars are blank |
Quote:
- Justin |
brilliant, been waiting for this.
i'm just a little worried. i had this hack on my forum when i was running 3.0.7... and it hasn't worked since the upgrade to 3.5.2 obviously. i'm using a new stles and don't think i have any of the old templates created. should the data still be in the database? if so, what do i need to do to upgrade? cheers guys. |
I've got a problem with the link to the next page once I get beyond 25 members in my garage.
the link tries to take you to here Code:
/forum/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25 Code:
/forum/vbgarage.php?do=&page=2&perpage=25 |
Quote:
I found a quickie fix, look for this line if ($perpage == 0 or $perpage > 200) { $perpage = 25; } and change 25 to a higher number. I have 31 garages so I've changed it to 40 until a proper fix shows up. Opps sorry look for this in vBGarage.php |
I think i fixed it, you need to find lines in vbgarage.php
Code:
$pagenav = construct_page_nav( HTML Code:
$pagenav = construct_page_nav( |
Good stuff Gizmo, works for me too!:banana:
|
Quote:
if not is there away for admin to delet some cars? |
any newly uploaded pics show up fine, but the old imaged uploaded do not show. however, the image filenames show with teh red x's///
check it out. http://www.clubprotege.com/forum/vbgarage.php?do=list the first car you see (the white one) was uploaded after the upgrade, the rest are from before. how do i correct this? |
looks nice...
i want to try it now.. :banana: :banana: :banana: |
this apprears to be a variation of the pjpeg issue in SQL mentioned earlier.. some of my uploaded images actually show as type JPG in teh database, but some show as pjpeg, although all files are jpgs. how does one edit the existing type fields in SQL to show all files as type jpg? (and if i'm way off track, ignore this post and please try to help me fix this)
|
SQL query:
UPDATE vbgarage_images SET TYPE = 'image/jpeg' WHERE TYPE = 'image/pjpeg' just for all of you who are not SQL junkies out there, i just spent 2 hours learning how t do that, as i know diddly about SQL. you can run that query within your SQL database from phpmyadmin, or with adequate permissions, from the SQL section of the vbulletin control panel. |
I use this one for multipages:
PHP Code:
|
anyone figer out how to delete cars?
everytime i click it says page not found? |
Can anyone advise how I (admin) can add another members car details to Vb Garage??
|
Please don't mind me...... I'm just a novice coder. I have however come up with a super simple little piece of code you can put in the "postbit" so you can get to each members vbGarage.
I'm sure someone can add conditionals to actually check to see if the person has a garage, but it doesn't seem to be needed. If they don't have a garage it just comes up blank. In postbit search for: Code:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if> Insert after: Code:
<a href="$vboptions[bburl]/vbgarage.php?do=view&id=$post[userid]"> <img class="inlineimg" src="$stylevar[imgdir_statusicon]/garage.gif" alt="Check out my garage" border="0" /></a> Code:
<a href="$vboptions[bburl]/vbgarage.php?do=view&id=$userinfo[userid]"> vbGarage</a> "images\statusicon" directory of each of your styles. Once this is done you will have a little icon next to the "reputation link" icon that will take you to the garage. Once again... I'm just learning :) Someone could add conditionals or even a phrase so the "hover over" is a little more intuitive, but this works. I hope this helps some people out. |
Anyone figure out how to delete garages? Seems to take you to a Page Cannot Be Found Page???
|
Can anybody tell me where in the code it grabs your URL from when it displays the picture. I changed domain names on the forum so now when you click on a user to see their garage it takes you to the old domain.:confused:
Thank you Never mind... major brain fart... it is now working! |
my garage was working fine and for some reason i checked it tonight and the pictures are not in 2 colums, they are all in one. is there somewhere i can fix that???
http://www.sclc.net/forum/vbgarage.php?do=view&id=1 they used to be 2 columns of 3 pictures.... |
I am having an issue with uploading images, I have searched through this thread and saw a few people state this and one guy even said it was a server issue. I am wanting to add this to my forums because it would greatly help out my members share about their cars.
-Thanks Joshua |
Quote:
|
Look at the first screen shot posted. It's 6 pictures, 2 wide x 3 down. Seems possible. I'm still waiting for a good way to delete a garage completely before installing this product.
|
Quote:
|
Hello, How do I add a link to that members garage for each member under the avatar in showthread?
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=187 |
Quote:
Thank you, but I was looking for something conditional with "if". The one there shows up for everyone even if they don't have one set up |
Not installing vbgarage yet as its not exactly what I'm looking for... but this is:
http://www.golfmk5.com/forums/mygolf.php Anyone know what I can use to achieve this? Start off with member's list, and click one and you see a list of all their cars. Then click one car and you go into the details. I've also looked at vBPicGallery, but it doesn't look as clean as that - or can it be configured to be like that? |
qti- that's kind slick looking... doesn't look like vbgarage or vbpic. I'm curious now...
|
Looks like it's custom script base on vbGarage :D
|
I'd love it if this hack could allow for multiple 'cars'. I've successfully 'ported' this hack to be used on a musician's forum, for listing instruments/studio gear, but I really need to be able to have multiple entries per user.
Any ideas? TIA. :) -Josh. |
Quote:
|
All times are GMT. The time now is 02:21 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|