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 02-26-2010 02:27 AM

Quote:

Originally Posted by Noerenberg (Post 1991692)
please tell me where can i change the word vehicle?

Deleting a {1} in the Garage

In the Options, Garage General Options there is a value for Vehicle and Vehicles, change it there and it will change throughout the garage.

Noerenberg 02-26-2010 02:33 AM

hi,

i found a new problem

i cant put a new model or trim

when i restructure sort tables then i get this error

Datenbankfehler in vBulletin 4.0.2:

Invalid SQL:
SELECT id FROM garage_categories ORDER BY field_order;

MySQL-Fehler : Table 'd00b87cb.garage_categories' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Friday, 26.02.2010 @ 05:31:06
Datum : Friday, 26.02.2010 @ 05:31:06
Skript : http://www.das-grosse-tierforum.de/a...estruct_tables
Referrer : http://www.das-grosse-tierforum.de/a...e.php?do=enter

Trumpetrhapsody 02-26-2010 02:41 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1991643&postcount=30" target="_blank">https://vborg.vbsupport.ru/showp...3&postcount=30</a>

I already posted that issue.

Got your PM. Thanks for continuing to try to track down my issue! I find it hard to believe I'm the only one... unless it's one of my mods interfering but I doubt it.

Hopefully the next update will resolve these issues.

Noerenberg 02-26-2010 03:17 AM

how i get on the first position a textfild for NAME?

can you say me what i must put in

garage_vehicle_view and garage_vehicle_edit?

venom2124 02-26-2010 04:22 AM

1 Attachment(s)
Quote:

Originally Posted by Noerenberg (Post 1991721)
If you want to try
Uninstall the garage
Open up vb_pro_garage.xml in a text editor and delete line 291, it's not needed for new installs.
Line 291 is

require_once(DIR . '/admincp/garage_update_2.0.0.php');
Then try and import the edited xml file, see if you get that same error.

Don't get the error anymore, but now I have the same problem with my control panel. I can't even see what the options are. I'm unable to run the Execute SQL Query. Need help so I can get this fixed.

venom2124 02-26-2010 04:31 AM

Trying to upload the language file, but it tell me

Quote:

The file you attempted to import only contains phrases and none of the settings required. You will be unable to make a new language with this file.
never uploaded a language so not really sure if I was doing that right anyways.

Dylanblitz 02-26-2010 04:39 AM

Quote:

Originally Posted by Noerenberg (Post 1991732)
hi,

i found a new problem

i cant put a new model or trim

when i restructure sort tables then i get this error

Datenbankfehler in vBulletin 4.0.2:

Invalid SQL:
SELECT id FROM garage_categories ORDER BY field_order;

MySQL-Fehler : Table 'd00b87cb.garage_categories' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Friday, 26.02.2010 @ 05:31:06
Datum : Friday, 26.02.2010 @ 05:31:06
Skript : http://www.das-grosse-tierforum.de/a...estruct_tables
Referrer : http://www.das-grosse-tierforum.de/a...e.php?do=enter

Why can't you add makes/models/trims? Is there an error?

I'm working on fixing the categories issue. Will be fixed in the next release.

Dylanblitz 02-26-2010 04:41 AM

Quote:

Originally Posted by Trumpetrhapsody (Post 1991738)
https://vborg.vbsupport.ru/showpost....3&postcount=30

I already posted that issue.


Got your PM. Thanks for continuing to try to track down my issue! I find it hard to believe I'm the only one... unless it's one of my mods interfering but I doubt it.

Hopefully the next update will resolve these issues.

Do you have multiple themes? Maybe the templates weren't in the main theme you use? I haven't seen the blank page before, just heard about it but mostly it was from people who created their mod with the templates named incorrectly.
We'll see if the next one fixes it, if not I'll keep working on it :)

Dylanblitz 02-26-2010 04:42 AM

Quote:

Originally Posted by Noerenberg (Post 1991759)
how i get on the first position a textfild for NAME?

can you say me what i must put in

garage_vehicle_view and garage_vehicle_edit?

I'm not sure what you mean? Are you saying you want to add a new text field at the beginning called name?

Dylanblitz 02-26-2010 04:43 AM

Quote:

Originally Posted by venom2124 (Post 1991781)
Don't get the error anymore, but now I have the same problem with my control panel. I can't even see what the options are. I'm unable to run the Execute SQL Query. Need help so I can get this fixed.

Did you refresh the admincp after you imported the language file? It looks like the language is not there.

Dylanblitz 02-26-2010 04:47 AM

Quote:

Originally Posted by venom2124 (Post 1991786)
Trying to upload the language file, but it tell me



never uploaded a language so not really sure if I was doing that right anyways.

Ah okay, you don't want to create a new language. You want to set it like I have shown in the documentation. Basically, select the language file, select the language (english if that's the language on the site) in the overwrite language field and Yes for ignore language version.

I know the overwrite seems weird but it will only overwrite phrases with the same name. All the prhases in the file start with garage_, which is not used by vb, so you wont overwrite anything in the core language.

venom2124 02-26-2010 05:01 AM

Okay got the language issue worked out, but now when I go live I get the following error;

Quote:

Fatal error: Call to undefined function most_modified_block() in /home/content/c/o/l/coloradohpj/html/forums/garage.php on line 575
Any idea why?

Dylanblitz 02-26-2010 05:36 AM

Yeah it's left over code from the full version. Since you can't run sql queries it limits us a bit. btw, if you have ftp access you can set it so you can run sql queries :)

I'm working on a new package, should have it ready in the next half hour or so, since you can't run queries you're going to need to uninstall the garage and reinstall it with the new package. It will remove the block entries and recreate them, minus the erroneous one.

You wont need to reimport the language or make/model file though, just upload the new files and import the new product.

Dylanblitz 02-26-2010 06:20 AM

Quote:

Originally Posted by venom2124 (Post 1991794)
Okay got the language issue worked out, but now when I go live I get the following error;



Any idea why?

Just posted a new file, do what I suggested in the above post, should work now.

Sorry about the problems.


Trumpetrhapsody, let me know if this new package helps your problem. Hopefully it does :)

ahmedipa 02-26-2010 06:40 AM

it is looks like vbgallery

cTak 02-26-2010 10:24 AM

Love the mod so far, working great.

Is there a way to add someones car to their postbit info?

Year/Make/Model/Trim ?

cTak 02-26-2010 10:43 AM

Also, I use a the style, "DarkVision - Premium vBulletin 4 Skins" ( https://vborg.vbsupport.ru/showthread.php?t=231695 )

The Add Comment and View User Garage Buttons do not show up.

How can I add them to this template?

Trumpetrhapsody 02-26-2010 11:19 AM

The update seems to have fixed the install issue, permissions issue, and missing table issue... but I still get a blank page.

I didn't uninstall and reinstall though... I just re-uploaded the files, re-imported and overwrote the xml, and re-imported the language file. Might try a fresh install later in the day.

New/Related issue:
I added a timeslip, and when I clicked Add to import an image, it takes me to garage_timeslips.php... but it's a blank page. Manually navigating to that page shows something, but it looks incomplete?

Front Range 4x4 02-26-2010 12:58 PM

Looks like it's getting close! My latest attempt shows everything appearing as it should but when adding a vehicle I get the following:

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

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

lovefords 02-26-2010 01:53 PM

I have worked through all of the directions above, including Overwrite English, and I get this install error:

This file was created using a different version of vBulletin from the one you are running.

Your version: 4.0.2
File version: 3.7.4


also, the .cmh help file is completely blank for content, just the framework is there.

I would buy the Pro version if I can get the free one installed correctly first.

cTak 02-26-2010 01:58 PM

You have to choose YES to "Ignore Language Version"

Per the manual.

Noerenberg 02-26-2010 02:00 PM

Quote:

Originally Posted by Dylanblitz (Post 1991789)
I'm not sure what you mean? Are you saying you want to add a new text field at the beginning called name?

Right, can you help me

lovefords 02-26-2010 02:21 PM

I re-installed the whole thing. It appears to have installed almost entirely except for the AdminCP>VB Pro Garage. I have the menu choices Make/Model/Trim through Usergroup Permissions, and Management. The first 9 choices all give me this error
Parse error: syntax error, unexpected $end in /home4/loveford/public_html/forum/admincp/garage_admin.php on line 2815

Front Range 4x4 02-26-2010 02:26 PM

Quote:

Originally Posted by Front Range 4x4 (Post 1991976)
Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1723

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

Looking at this seems to indicate it couldn't create the directory which resulted in the second error of not being able to upload the images since the directory wasn't created. Can I create the directory manually? If so where? If I chmod it 777 will subdirectories be created by the script?

Dylanblitz 02-26-2010 03:13 PM

Quote:

Originally Posted by cTak (Post 1991894)
Love the mod so far, working great.

Is there a way to add someones car to their postbit info?

Year/Make/Model/Trim ?

I have one for vb3.x that a user contributed. I'll work on making it operational for vb4

Dylanblitz 02-26-2010 03:16 PM

Quote:

Originally Posted by cTak (Post 1991903)
Also, I use a the style, "DarkVision - Premium vBulletin 4 Skins" ( https://vborg.vbsupport.ru/showthread.php?t=231695 )

The Add Comment and View User Garage Buttons do not show up.

How can I add them to this template?

The images need to be moved into each style's folders. That is actually one of my test templates, I like that one :)

So move the images from the zip to the forum/cpstyles/darkvision folder

Dylanblitz 02-26-2010 03:18 PM

Quote:

Originally Posted by Front Range 4x4 (Post 1991976)
Looks like it's getting close! My latest attempt shows everything appearing as it should but when adding a vehicle I get the following:

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

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

You want to set the images/garage/attach folder to 777. When it tries to create a user image in there it will create a folder for each number in the user id. So if user 513 tries to upload an image it will create images/garage/attach/5/1/3/image.jpg

Trumpetrhapsody 02-26-2010 03:26 PM

Uninstalled completely then reinstalled.... it works! :D

Thanks!

Dylanblitz 02-26-2010 03:33 PM

Quote:

Originally Posted by lovefords (Post 1992031)
I re-installed the whole thing. It appears to have installed almost entirely except for the AdminCP>VB Pro Garage. I have the menu choices Make/Model/Trim through Usergroup Permissions, and Management. The first 9 choices all give me this error
Parse error: syntax error, unexpected $end in /home4/loveford/public_html/forum/admincp/garage_admin.php on line 2815

Can you try reuploading the garage_admin.php to the admincp directory? I can't replicate the error. When I look in the ACP all the VB Garage links work fine. If you still get the error can you send me the file you are uploading so I can try it.

Dylanblitz 02-26-2010 03:33 PM

Quote:

Originally Posted by Trumpetrhapsody (Post 1992074)
Uninstalled completely then reinstalled.... it works! :D

Thanks!

That's weird, I'm glad it works now though :)
I still think it was a template issue

Dylanblitz 02-26-2010 03:36 PM

Quote:

Originally Posted by Noerenberg (Post 1992021)
Right, can you help me

I sent you a pm on it. If your not particular on where the field is we can do it through a plugin. With this version replacing the trim dropdown with a text field isn't too easy, it's tied in a lot of places. With the next version, 2.2.x, it will be easier because I plan on consolidating that code.

Front Range 4x4 02-26-2010 03:40 PM

Quote:

Originally Posted by Dylanblitz (Post 1992063)
You want to set the images/garage/attach folder to 777. When it tries to create a user image in there it will create a folder for each number in the user id. So if user 513 tries to upload an image it will create images/garage/attach/5/1/3/image.jpg

Looks like it works after doing that, thank you Dylan. I'll have time to check it out later.

Dylanblitz 02-26-2010 03:54 PM

Quote:

Originally Posted by lovefords (Post 1992017)

also, the .cmh help file is completely blank for content, just the framework is there.

I would buy the Pro version if I can get the free one installed correctly first.

I'm not sure why the chm is blank. For now I create html documents of it.

http://www.vbprogarage.com/docs/html_vb4_ts/

cTak 02-26-2010 03:58 PM

Quote:

Originally Posted by Dylanblitz (Post 1992058)
I have one for vb3.x that a user contributed. I'll work on making it operational for vb4

Thanks!!

I had this way back in my 3.* days as well.

If the user has more than 1 car in the garage, how will that work?
I'd prefer if it only display 1 car, perhaps the first car listed in that users garage, aka their default car or something?

So it would look like
Location: Green Bay, Wi
Posts: 10,504
Car: 1999 Mitsubishi Eclipse GS-T
(year/make/model/trim)

I may even take out the make, as my forum is dedicated to mostly Mitsubishi and Eagle cars.

But otherwise so far so good, I'll have to look into purchasing the Pro version soon!

cTak 02-26-2010 04:13 PM

Quote:

Originally Posted by Dylanblitz (Post 1992061)
The images need to be moved into each style's folders. That is actually one of my test templates, I like that one :)

So move the images from the zip to the forum/cpstyles/darkvision folder

Ok, that was easy enough. Moved the images now they work.

But, the link to view the users garage is not correct.

The link comes up as

http://***.com/forum/{vb:raw mainpage_url?do=user_garage_view&id=6

cTak 02-26-2010 04:18 PM

Quote:

Originally Posted by cTak (Post 1992114)
Ok, that was easy enough. Moved the images now they work.

But, the link to view the users garage is not correct.

The link comes up as

http://***.com/forum/{vb:raw mainpage_url?do=user_garage_view&id=6

Fixed.

Missing a } in the garage_vehicle_view template.

Code:

<a href="{vb:raw mainpage_url?do=user_garage_view&id={vb:raw vehicle_data[user_id]}" class="garage_viewgarage_rollover" title="{vb:rawphrase garage_txt_view_garage}"></a>

Trumpetrhapsody 02-26-2010 04:27 PM

One request... Maybe I missed it in the options but it would be nice to be able to set the duration each image has when the frontpage is in slideshow mode.

Dylanblitz 02-26-2010 04:29 PM

Quote:

Originally Posted by cTak (Post 1992106)
Thanks!!

I had this way back in my 3.* days as well.

If the user has more than 1 car in the garage, how will that work?
I'd prefer if it only display 1 car, perhaps the first car listed in that users garage, aka their default car or something?

So it would look like
Location: Green Bay, Wi
Posts: 10,504
Car: 1999 Mitsubishi Eclipse GS-T
(year/make/model/trim)

I may even take out the make, as my forum is dedicated to mostly Mitsubishi and Eagle cars.

But otherwise so far so good, I'll have to look into purchasing the Pro version soon!

If there is more then one garage it will use the primary vehicle. By default the first vehicle they create is the primary one but they can change their primary one at any time.

Dylanblitz 02-26-2010 04:29 PM

Quote:

Originally Posted by Trumpetrhapsody (Post 1992128)
One request... Maybe I missed it in the options but it would be nice to be able to set the duration each image has when the frontpage is in slideshow mode.

Good idea, I'll make it a vb option in the next release.

Trumpetrhapsody 02-26-2010 06:05 PM

Found another one...

In your VB user profile (not the garage profile), under the Vehicles tab... the thumbnail for each vehicle is squished/stretched instead of maintaining the original aspect ratio of the uploaded picture.

The same picture looks fine throughout all the Garage pages.

Just a picky visual thing, but figured I should mention it :P


All times are GMT. The time now is 05:00 AM.

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.02225 seconds
  • Memory Usage 1,851KB
  • 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
  • (1)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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