vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - VB Pro Garage Timeslips (https://vborg.vbsupport.ru/showthread.php?t=236888)

Dylanblitz 09-01-2010 05:17 AM

1 Attachment(s)
Quote:

Originally Posted by Lone Gunman (Post 2092266)
i dont have any menus showing up to add vehicles. no drop downs or anything.

http://lawnprosite.com/garage.php

I highlighted it in red, you should see it as well?

https://vborg.vbsupport.ru/external/2010/09/58.jpg

Dylanblitz 09-01-2010 05:18 AM

Quote:

Originally Posted by Jenkins (Post 2092262)
I'm gettin a 500 error when I install this mod. I have to completely uninstall it to get my forum back. Any suggestions?

Edit>>>>>>>>
(never mind, I'm an idiot, I uploaded the files to the wrong website. :) )

I've done that and much much worse :)

Try importing your dev vb4 product xml into your production vb3 site by accident, now that was fun :)

Dylanblitz 09-01-2010 05:20 AM

Quote:

Originally Posted by customcolor (Post 2090950)
sorry i never got back to ya...but i fixed the problem....all i did is just move the hook from the home template to the nav template....now it works fine.. http://www.foxvalleyreefclub.com/forums/forum.php

thanks for letting me know about the hook!!

beware with that hook, that's an OOB hook from vb, not one I added, so when you upgrade/add other products that use it, you will have to move it back again or account for the hook being in a different place.

Glad you got it worked out though :)

Lone Gunman 09-01-2010 09:28 PM

Quote:

Originally Posted by Dylanblitz (Post 2092294)
I highlighted it in red, you should see it as well?

https://vborg.vbsupport.ru/attachmen...1&d=1283321774

damn i need to quit being on this computer so late at night. im looking everywhere and never saw that. thanks for making me look dumb. lol. Great mod. nominated motm!

Dylanblitz 09-01-2010 10:30 PM

Quote:

Originally Posted by Lone Gunman (Post 2092607)
damn i need to quit being on this computer so late at night. im looking everywhere and never saw that. thanks for making me look dumb. lol. Great mod. nominated motm!

It happens, especially late at night :)

pportuese 09-02-2010 01:39 PM

I have a question, users that have vehicles it shows on the left side of the page but it's not lined up to the far left. For example look at this picture
https://vborg.vbsupport.ru/

Can we change it to just say like the model/year/trim and not the make? And move it over?

Dylanblitz 09-02-2010 03:41 PM

Quote:

Originally Posted by pportuese (Post 2092806)
I have a question, users that have vehicles it shows on the left side of the page but it's not lined up to the far left. For example look at this picture

Can we change it to just say like the model/year/trim and not the make? And move it over?

It is lined up with the other data there, although, I'm not sure why the title on the left is not showing? It should say Vehicle on the far left.
If you want to remove the make you can edit the template postbit_garagelink and remove any instance of {vb:raw entry[make]}

BlackJacket 09-06-2010 06:57 PM

Hi Dylan,

I recently moved my DB to another server and started to receive this error message soon after. I though if i uninstalled it would correct the issue but it has not.

Any suggestions?

Error -

Code:

Database error in vBulletin 4.0.6:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_garage AS phrasegroup_garage,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM language
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_garage' in 'field list'
Error Number  : 1054
Request Date  : Monday, September 6th 2010 @ 01:54:47 PM
Error Date    : Monday, September 6th 2010 @ 01:54:47 PM
Script        : http://www.mycommunity.com/community/garage_vehicle.php?do=view_vehicle&id=119
Referrer      :
IP Address    : xx.xx.x.199
Username      :
Classname    : vB_Database
MySQL Version :


Dylanblitz 09-07-2010 02:06 AM

Quote:

Originally Posted by BlackJacket (Post 2094707)
Hi Dylan,

I recently moved my DB to another server and started to receive this error message soon after. I though if i uninstalled it would correct the issue but it has not.

Any suggestions?

Running this in phpmyadmin or the vb sql query area if you have access should do it. DELETE FROM phrasetype WHERE fieldname = 'garage'; If you have a prefix you need to add it before the table, so if you have a prefix of vb_ then it'd need to be DELETE FROM vb_phrasetype WHERE fieldname = 'garage';

That will remove the garage phrase reference. Not sure why it was stuck in there.

BlackJacket 09-07-2010 02:55 AM

Quote:

Originally Posted by Dylanblitz (Post 2094849)
Running this in phpmyadmin or the vb sql query area if you have access should do it. DELETE FROM phrasetype WHERE fieldname = 'garage'; If you have a prefix you need to add it before the table, so if you have a prefix of vb_ then it'd need to be DELETE FROM vb_phrasetype WHERE fieldname = 'garage';

That will remove the garage phrase reference. Not sure why it was stuck in there.

OK i ran the query. Lets see if that worked.

It had to be something with the move.

Thanks for the help. :)

BlackJacket 09-07-2010 04:08 AM

Didnt work. :( Still getting the error.

Code:

Database error in vBulletin 4.0.6:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_garage AS phrasegroup_garage,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM language
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_garage' in 'field list'
Error Number  : 1054
Request Date  : Monday, September 6th 2010 @ 10:56:55 PM
Error Date    : Monday, September 6th 2010 @ 10:56:55 PM
Script        : http://www.mywebsite.com/community/garage_vehicle.php?do=view_vehicle&id=112
Referrer      :
IP Address    : xx.xxx.xxx.133
Username      :
Classname    : vB_Database
MySQL Version :


Dylanblitz 09-07-2010 07:25 PM

Quote:

Originally Posted by BlackJacket (Post 2094881)
Didnt work. :( Still getting the error.

hmm, that should of done it. Are you running the query through the ACP sql query or phpmyadmin?
If you are doing it through phpmyadmin can you run this and see what you get back?


Code:

SELECT * FROM phrasetype WHERE fieldname = 'garage';
If you get no rows back then I'll have to figure out where else it's still calling the garage phrases. If you get something back then the delete didn't *take*
btw, are you trying to uninstall the garage for good or was it just a server move? I'd think reinstalling the garage would fix the problem.

BlackJacket 09-07-2010 11:26 PM

Quote:

Originally Posted by Dylanblitz (Post 2095189)
hmm, that should of done it. Are you running the query through the ACP sql query or phpmyadmin?
If you are doing it through phpmyadmin can you run this and see what you get back?


Code:

SELECT * FROM phrasetype WHERE fieldname = 'garage';
If you get no rows back then I'll have to figure out where else it's still calling the garage phrases. If you get something back then the delete didn't *take*
btw, are you trying to uninstall the garage for good or was it just a server move? I'd think reinstalling the garage would fix the problem.

Dont want to uninstall it for good. I am using phpmyadmin.

This was the return result from running the phrase above -

Code:

MySQL returned an empty result set (i.e. zero rows). (Query took 0.0281 sec)

G37Sam 09-08-2010 04:36 AM

I don't know if this has been asked before, but everytime I access the garage from the navbar, my entire forum switches from the default center orientation to left orientation.

Another thing, everytime I upload a pic for a vehicle, as soon as the uploading is complete I get the following error: Error: Image could not be moved.

I'd appreciate any sort of help I could get, apart from that, this thing is awesome :)

Dylanblitz 09-09-2010 03:12 AM

Quote:

Originally Posted by BlackJacket (Post 2095242)
Dont want to uninstall it for good. I am using phpmyadmin.

This was the return result from running the phrase above -

Code:

MySQL returned an empty result set (i.e. zero rows). (Query took 0.0281 sec)

Did you reinstall the language file? I thought you were removing it. That's usually when you get that error, if you uninstall and there is some error that leaves a bit of it there still heh.

Try reinstalling the product and language file. It should readd the phrase group, but all your settings and customized templates should stay the same.

Dylanblitz 09-09-2010 03:22 AM

Quote:

Originally Posted by G37Sam (Post 2095305)
I don't know if this has been asked before, but everytime I access the garage from the navbar, my entire forum switches from the default center orientation to left orientation.

Another thing, everytime I upload a pic for a vehicle, as soon as the uploading is complete I get the following error: Error: Image could not be moved.

I'd appreciate any sort of help I could get, apart from that, this thing is awesome :)

The image can't be moved error is usually permissions. Change the permissions to 777 on the images/garage/attach folder and any subfolders.

The left orientation happens with some styles. You can fix it by editing the garage_css template
ACP->Styles & Templates->Style Manager
Edit the templates on the style you use and find the VB Pro Garage->garage_css template

Find
Code:

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote{margin:0;padding:0;}
li{list-style:none;}

Replace with
Code:

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote{margin:50;padding:0;}
li{list-style:none;}

Find
Code:

body {
        width:{vb:stylevar doc_width};
        min-width:{vb:stylevar doc_minWidth};
        max-width:{vb:stylevar doc_maxWidth};
        margin: {vb:stylevar doc_margin};
        font-size:{vb:stylevar font.fontSize}px;
        color:{vb:stylevar body_color};
        line-height:{vb:stylevar line_height};
}

Replace with
Code:

body {
        width:{vb:stylevar doc_width};
        min-width:{vb:stylevar doc_minWidth};
        max-width:{vb:stylevar doc_maxWidth};
        font-size:{vb:stylevar font.fontSize}px;
        color:{vb:stylevar body_color};
        line-height:{vb:stylevar line_height};
}


G37Sam 09-09-2010 04:00 AM

Appreciate your reply Dylan :)

Quote:

Originally Posted by Dylanblitz (Post 2095683)
The image can't be moved error is usually permissions. Change the permissions to 777 on the images/garage/attach folder and any subfolders.

I did that using an FTP Client, I already have a car added, but still can't add any pix to it, still get the same error, what do you think is the problem?

Quote:

The left orientation happens with some styles. You can fix it by editing the garage_css template
Thank you very much, it is now centered just the way I like it :)

Dylanblitz 09-09-2010 04:50 PM

Quote:

Originally Posted by G37Sam (Post 2095693)
Appreciate your reply Dylan :)

I did that using an FTP Client, I already have a car added, but still can't add any pix to it, still get the same error, what do you think is the problem?

Are you sure all the sub directories were changed as well? This is how I'd set mine if I had the problem

http://www.vbprogarage.com/forums/im...older_perm.png

I don't mean to harp on it, but that's always ended up being the problem when someone would get that error. You have to make sure all sub directories are set to 777.

G37Sam 09-09-2010 10:20 PM

Yup I set it exactly that way, guess I"m going to have to live with no pix in the garage lol

deschutes 09-10-2010 03:15 AM

Installed on 4.0.6. Installation went perfect and it works awesome. Probably my favorite mod at this point.

G37Sam 09-10-2010 03:44 AM

Oh could that be my problem? I'm running 4.0.1 I believe

Dylanblitz 09-10-2010 05:55 AM

Quote:

Originally Posted by G37Sam (Post 2096074)
Oh could that be my problem? I'm running 4.0.1 I believe

The version? No, most of the garage runs pretty much independent of vb codewise.

One other thing I can think of to check is to make sure the Relative Attachment Path on the Garage Image Settings tab in the ACP is set to the same location as where you have the images stored at. Besides that I'd need temp admin and maybe ftp access to work on the problem.

Dylanblitz 09-10-2010 05:56 AM

Quote:

Originally Posted by deschutes (Post 2096069)
Installed on 4.0.6. Installation went perfect and it works awesome. Probably my favorite mod at this point.

Glad you like it :)

G37Sam 09-10-2010 06:10 AM

Quote:

Originally Posted by Dylanblitz (Post 2096109)
The version? No, most of the garage runs pretty much independent of vb codewise.

One other thing I can think of to check is to make sure the Relative Attachment Path on the Garage Image Settings tab in the ACP is set to the same location as where you have the images stored at. Besides that I'd need temp admin and maybe ftp access to work on the problem.

That's weird, I don't have a Relative Attachment Path under Garage Image Settings.. Are you sure its under Garage Image Settings?

Dylanblitz 09-10-2010 08:30 AM

Quote:

Originally Posted by G37Sam (Post 2096112)
That's weird, I don't have a Relative Attachment Path under Garage Image Settings.. Are you sure its under Garage Image Settings?

Sorry, was looking at the next version heh. It's on the Garage General Settings tab.

pportuese 09-10-2010 01:56 PM

Quote:

Originally Posted by pportuese (Post 2092806)
I have a question, users that have vehicles it shows on the left side of the page but it's not lined up to the far left. For example look at this picture
http://i46.photobucket.com/albums/f1.../offcenter.jpg

Quote:

Originally Posted by Dylanblitz (Post 2092865)
It is lined up with the other data there, although, I'm not sure why the title on the left is not showing? It should say Vehicle on the far left.
If you want to remove the make you can edit the template postbit_garagelink and remove any instance of {vb:raw entry[make]}



Can we change it to just say like the model/year/trim and not the make? And move it over?

I did this but it just deleted the make and it's still off to the right side.

This is the code I have now.

Quote:

<vb:if condition="$vboptions[postbittype] == 1">
<dt>{vb:raw postbit_veh_title}</dt> <dd><a href="garage_vehicle.php?do=view_vehicle&id={vb:ra w entry[vehicle_id]}">'{vb:raw newyr} {vb:raw entry[model]} {vb:raw entry[trim]}</a></dd>
</vb:if>
<vb:if condition="$vboptions[postbittype] == 2">
<dd><img src="images/garage/car.png"><a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}"> {vb:raw post.username}'s Garage</a></dd>
</vb:if>
<vb:if condition="$vboptions[postbittype] == 3">
<vb:if condition="$i == 0">
<dt>{vb:raw postbit_veh_title}</dt>
</vb:if>
<dd><a href="garage_vehicle.php?do=view_vehicle&id={vb:ra w entry[vehicle_id]}">'{vb:raw newyr} {vb:raw entry[model]} {vb:raw entry[trim]}</a></dd>
</vb:if>
<br />

Dylanblitz 09-10-2010 04:03 PM

Quote:

Originally Posted by pportuese (Post 2096242)
I did this but it just deleted the make and it's still off to the right side.

This is the code I have now.

Try this in the template instead, should work out better.

Quote:

<vb:if condition="$vboptions[postbittype] == 1">
<div class="imlinks">
<a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}">'{vb:raw newyr} {vb:raw entry[model]} {vb:raw entry[trim]}</a><br />
</div>
</vb:if>
<vb:if condition="$vboptions[postbittype] == 2">
<div class="imlinks">
<a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}"> {vb:raw post.username}'s Garage</a><img src="images/garage/car.png"><br />
</div>
</vb:if>
<vb:if condition="$vboptions[postbittype] == 3">
<div class="imlinks">
<a href="garage_vehicle.php?do=view_vehicle&id={vb:ra w entry[vehicle_id]}">'{vb:raw newyr} {vb:raw entry[model]} {vb:raw entry[trim]}</a><br />
</div>
</vb:if>
<br />

pportuese 09-10-2010 04:24 PM

Thank you sooo very much! Nominated you!

Gotmian 09-11-2010 09:33 PM

sorry mistake. please remove comment.

customcolor 09-14-2010 12:54 AM

Quote:

Originally Posted by Dylanblitz (Post 2092296)
beware with that hook, that's an OOB hook from vb, not one I added, so when you upgrade/add other products that use it, you will have to move it back again or account for the hook being in a different place.

Glad you got it worked out though :)

thanks for the heads up....there are not to many mods left that we may use ..im afraid of upgrading though!!! lol we have like 13 mods and what are the chances that 1/2 will work on an upgrade...:p

Jenkins 09-14-2010 03:19 AM

I'm unable to approve new trim/engine/model suggestions. I get the PM that a new model has been suggested, but when I click the "Approve" link there is nothing to approve.

Dylanblitz 09-14-2010 06:11 PM

Quote:

Originally Posted by Jenkins (Post 2097922)
I'm unable to approve new trim/engine/model suggestions. I get the PM that a new model has been suggested, but when I click the "Approve" link there is nothing to approve.

It might just be bringing you to the main approval area page. There should be links under there to select the different types of items that need to be approved.

Also, if you go to the main garage page, you should see links to any items that are awaiting approval.

BlackJacket 09-17-2010 02:21 AM

I am getting this error when i upload new images -

Code:

Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1728

Warning: move_uploaded_file(images/garage/attach/1/garage_vehicle-1-12846935761_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1805

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phprDlYNW' to 'images/garage/attach/1/garage_vehicle-1-12846935761_full.jpg' in [path]/includes/garage_func_var.php on line 1805

Any idea why?

Thanks again. :)

Dylanblitz 09-19-2010 10:16 PM

Quote:

Originally Posted by BlackJacket (Post 2099415)
I am getting this error when i upload new images -

Code:

Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1728

Warning: move_uploaded_file(images/garage/attach/1/garage_vehicle-1-12846935761_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1805

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phprDlYNW' to 'images/garage/attach/1/garage_vehicle-1-12846935761_full.jpg' in [path]/includes/garage_func_var.php on line 1805

Any idea why?

Thanks again. :)

I'm sorry, I didn't get notified there was a new reply.
That happens because the permissions on the attach folder aren't working.
Try setting the images/garage/attach and all of it's sub folders to 777.

dvanderk 09-29-2010 03:04 AM

Im having an issue. When users upload images in the garage, it lets you click it, but nothing happens, as if it wont allow a popup image? Please help.

Dylanblitz 09-29-2010 06:08 AM

Quote:

Originally Posted by dvanderk (Post 2104480)
Im having an issue. When users upload images in the garage, it lets you click it, but nothing happens, as if it wont allow a popup image? Please help.

Can you post or pm me a link to the site so I can check it out?

goowa 09-29-2010 03:48 PM

Quote:

Originally Posted by customcolor (Post 2021986)
thanks!!

here it is....our garage....um...Tank Bio page :D

fox valley reef club member tank bios

Question to CustomColor or DylanBlitz.
Love Garage! My problem is I'm using it for mostly boats. What I need to figure out is how to modify the input fields as was done for the aquarium site. For instance I have no need for mileage, purchase date, etc. But I need things like length, number of engines, etc.

Can someone point me to where I would start looking to make these edits?

Thanks in advance.

deschutes 09-29-2010 05:30 PM

Use phrase manager to find the instances of the category, name, etc and replace them with the syntax you want. I did this on my site at www.sledspace.com to fit snowmobiles better as well. A little tedious, but it works great.

Dylanblitz 09-29-2010 06:24 PM

Quote:

Originally Posted by goowa (Post 2104675)
Question to CustomColor or DylanBlitz.
Love Garage! My problem is I'm using it for mostly boats. What I need to figure out is how to modify the input fields as was done for the aquarium site. For instance I have no need for mileage, purchase date, etc. But I need things like length, number of engines, etc.

Can someone point me to where I would start looking to make these edits?

Thanks in advance.

Quote:

Originally Posted by deschutes (Post 2104711)
Use phrase manager to find the instances of the category, name, etc and replace them with the syntax you want. I did this on my site at www.sledspace.com to fit snowmobiles better as well. A little tedious, but it works great.

Alternately, if the fields don't fit what you need it to do (i.e. you need a dropdown) you can also add new fields through the plugin system. I can create the file for you if you pm me what fields you want and values. In the next few versions I plan to have it so you can add custom fields through the ACP fairly easily.

To remove fields you don't need, if they are not required fields, you can remove them from the templates without harm. The vehicle templates you need to edit are garage_vehicle_edit and garage_vehicle_view.

bigworm50 10-06-2010 02:40 PM

When I go to the bottom of the main page to the browse vehicle box, which is grouped by Generation and click on one that has 32 vehicles, I get a page with the first 25, but when I click on the link for the second page I get a message
Quote:

Search Results
No Listings in the database at this time.
The first page the url is
Code:

/forum/garage.php?do=browse_model&front_model_id=1
but the second page it is
Code:

/forum/garage.php?do=search_results&sort=date_updated&order=DESC&front_model_id=1&page=2
I found that if I use
Code:

/forum/garage.php?do=browse_model&front_model_id=1&page=2
it gives the expected results.

Let me know if I need to supply any further information, or if the problem is on my end..

Thanks for the great mod!:D


All times are GMT. The time now is 03:10 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.02380 seconds
  • Memory Usage 1,890KB
  • 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
  • (15)bbcode_code_printable
  • (32)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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