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)

Action-N 01-25-2014 09:35 PM

It just occurred to me to look at the source code for that table to look for set a width. See the table is set for 100% an that actually re sizes, it's the images that won't wrap. From what I can suggest change the html so instead of the individual pictures having their own td section to all of them in just one. Then you'll get your photos to wrap an just squeeze down.

Question to vbulletin.org, what does it take for a mod to be moved to the graveyard? This mod has been unsupported, nor updated, an now their own website has expired.

Pieper 01-26-2014 06:23 PM

Does anyone who is using this mod managed to get rid of the required fields?

SPEEDKILLZ 02-01-2014 05:51 AM

Quote:

Originally Posted by Action-N (Post 2476863)
It just occurred to me to look at the source code for that table to look for set a width. See the table is set for 100% an that actually re sizes, it's the images that won't wrap. From what I can suggest change the html so instead of the individual pictures having their own td section to all of them in just one. Then you'll get your photos to wrap an just squeeze down.

Question to vbulletin.org, what does it take for a mod to be moved to the graveyard? This mod has been unsupported, nor updated, an now their own website has expired.

Please explain

Also looks different on different computers
On different computer? I know it is a mod that is doing it but why would it look fine on one computer and bad on another. Here is what it looks like on my friends computer.

https://vborg.vbsupport.ru/external/2014/01/1.jpg

And here is what it looks like on my computer.

https://vborg.vbsupport.ru/external/2014/01/1.png

So what causes it to be different? Any fixes?

TheLastSuperman 02-01-2014 06:10 AM

Quote:

Originally Posted by Action-N (Post 2476863)
It just occurred to me to look at the source code for that table to look for set a width. See the table is set for 100% an that actually re sizes, it's the images that won't wrap. From what I can suggest change the html so instead of the individual pictures having their own td section to all of them in just one. Then you'll get your photos to wrap an just squeeze down.

Question to vbulletin.org, what does it take for a mod to be moved to the graveyard? This mod has been unsupported, nor updated, an now their own website has expired.

Many mods are marked as unsupported and many sites die but if the mod still works fine and no security issue is present to our staff we leave it up. Sometimes people need a copy (hacked etc) to re-upload fresh files to continue using the same mod as it worked fine for them but if we removed prematurely "just because" it was unsupported then they would be out of luck. There's more examples I can cite but the gist of it is, if it still works fine let it be as others may need it or can provide support amongst those who installed the mod within the thread - they cannot post or share any hints/tips while the thread is within the graveyard though.

Many in the past have used the idea of a mod but re-written it entirely thereby making their own version of it and fully supporting it, that is allowed like you are doing in your current Garage mod ;).

Action-N 02-01-2014 06:32 AM

It's probably a screen resolution issue from these photos. I went to your site an scrolled my browser until it overflowed like the first shot an got to 1375px. So if any user is viewing your page with smaller it'll be messed up.
Tried looking at the source code for the table an it probably needs redesigned to make any sense of it. Has a grey line over the pictures so it's trying to use the forum templates.

I reinstalled a fresh copy of this garage so I can look at the template an css used for this. In the mean time do you really think you need that picture box? At least until you can get it fixed.

Action-N 02-01-2014 06:48 AM

Thanks for the response lastSuperman. I just feel sorry for the people that keep downloading this mod an struggle with the problems. Hence I've tried to help with what I can. I have plenty of old mods I burned to a disc for storage, an have gone to find other items on this site that are in the graveyard. So know what you mean, once there there gone. The mod I used to start my project from has been in the graveyard, guess them files need backing up.

stern 02-01-2014 10:52 AM

Hello

Does the VB Pro Garage with vBulletin 4.2.2 without error, or should keep your hands of it.

-------------------------------------------------------------------------------------------------------------------

Hallo

Funktioniert die VB Pro Garage mit vBulletin 4.2.2 fehlerfrei, oder sollte man die Hände davon lassen.

MrD 02-01-2014 12:29 PM

Hi,
@Stern: works fine.
But the error handling in vb4.2.2 displays some errors like
"Assigning the return value of new by reference is deprecated in..."
to fix that, check your php files and replace the follow code.
PHP Code:

=& new
=&new
= &new 

with
PHP Code:

= new 


stern 02-01-2014 02:33 PM

welchen php files muss ich da checken

----------------------------------------------------

which php files do I need to check because

ozzy47 02-01-2014 02:38 PM

Quote:

Originally Posted by stern (Post 2478391)
welchen php files muss ich da checken

Please keep all posts in English. :)

SPEEDKILLZ 02-01-2014 04:24 PM

Quote:

Originally Posted by Action-N (Post 2478321)
It's probably a screen resolution issue from these photos. I went to your site an scrolled my browser until it overflowed like the first shot an got to 1375px. So if any user is viewing your page with smaller it'll be messed up.
Tried looking at the source code for the table an it probably needs redesigned to make any sense of it. Has a grey line over the pictures so it's trying to use the forum templates.

I reinstalled a fresh copy of this garage so I can look at the template an css used for this. In the mean time do you really think you need that picture box? At least until you can get it fixed.

yeah i went ahead and disabled my side block. Currently i am searching for the code, Any idea what template it may be in? I would like to try Zachery's fix
Quote:

Originally Posted by Zachery (Post 2478326)
The current html is using a nowrap to make the size of the table refuse to stretch down below a certain resolution, we can fix that in a few ways.

The easiest is to find the div that contains it, and add the following code onto it

style="overflow:auto;"

This will make it so, if it has to be resized, it won't break out of its box.


SPEEDKILLZ 02-01-2014 06:57 PM

or if you can tell me how the div is added to the template so i can move it above the forum sideblock it would be much appreciated

Adam H 02-01-2014 09:43 PM

Anyone had an error on Garage.php for :

PHP Code:

Parse errorsyntax errorunexpected '<' in /home/account/public_html/includes/class_core.php(4715) : eval()'d code on line 1 

New install of 4.2.2 with dragonbytes forum ads plugin installed . Disable dragonbyte mods and the error goes away ?

EDIT......After further investigation, both of the above plugins were conflicting with :

https://vborg.vbsupport.ru/showthread.php?t=303416

disabling the above plugin allowed both dragonbyte and garage to work properly.

Action-N 02-02-2014 05:18 AM

1 Attachment(s)
stern, it tells you where in the error itself. Here is a screenshot of the ones showing for me.

SPEEDKILLZ, I keep uninstalling this mod so I can work on mine. I figured out how to run in debug mode an seen this mod adds 15 queries to every page just from the navbar. I tried adding a car so I can use the front page block an test out editing css, but was unable to get new models to show in the drop down menu. Looked into the garage_css template an there is only six tags unique to the mod, rest look like developer cutnpasted the default forums style tags. The "garage_fhi_imagebox" is the template your looking to edit, my advice is start deleting parts from the class tags. Just do one at a time an refresh forum page to see what changed. Right click an copy the class variable you cut out, if you need to put it back in.

Oh an for moving it go into the plugin manager an scroll down to "VB Pro Garage Forum Home Pictures" try changing the hook location to get it moved.

MrD 02-02-2014 08:34 AM

Hi,
Quote:

Originally Posted by stern (Post 2478391)
welchen php files muss ich da checken

----------------------------------------------------


which php files do I need to check because

you can Check all Files from the Addon or other Addons.
I make it with Textwrangler for OSx they can search folderss or files.

Otherwise, you can disable in the vb config.php the Errorhandling.

KenDude 02-06-2014 02:33 PM

Recently upgraded from 3.0.7 to 3.0.9 when moving from vb 3.8 to vb 4.2.2

Even though Postbit link is set to ON and I rebuilt the postbits in maintenance, they still don't show up. Any ideas?

Blocks on the home page disappeared even though it is set to OLD-Blocks in the config. Looking at the blocks option in config nothing shows up.

I have an approval waiting, but it seems businesses have completely disappeared (as has insurance) in this version. Is there some way to get them back?

I have tried to reach Dylan the creator of this mod but his emails aren't returned, and his phone number is disconnected.

PDPJR 02-06-2014 03:41 PM

Quote:

Originally Posted by KenDude (Post 2479379)
Recently upgraded from 3.0.7 to 3.0.9 when moving from vb 3.8 to vb 4.2.2

Even though Postbit link is set to ON and I rebuilt the postbits in maintenance, they still don't show up. Any ideas?

Blocks on the home page disappeared even though it is set to OLD-Blocks in the config. Looking at the blocks option in config nothing shows up.

I have an approval waiting, but it seems businesses have completely disappeared (as has insurance) in this version. Is there some way to get them back?

I have tried to reach Dylan the creator of this mod but his emails aren't returned, and his phone number is disconnected.

His website is also "disabled." I had a personal email address for him, but no response from there either after several days. Not a good sign unfortunately as we really used this extensively.

PDPJR 02-06-2014 03:48 PM

Since it seems like there's some support from others here, I'll ask my question/issue.

We had the vb3 version of the garage loaded on our site (3.8.7). I spoke with Dylan, the developer of vbGarage, months ago about how to upgrade to vb4 and garage 4. He said just disable the garage, update vb, reinstall the correct copy of the garage.

That all seemed to go well and no errors, but once installed, the garage didn't show up in our navigation on vb4 (4.2.1). I COULD access it via its normal URL and under user's profiles. I manually added it to the top header of our forums so users could hit the URL, but now when we open the garage, the top menu where you could see the full list of say 1/4 mile runs and such is gone.

Any ideas?

MrD 02-07-2014 08:42 AM

1 Attachment(s)
Hi,
for the VB Navmanager in vb4.2.1 > you must have the Navigation Fix.
Here is an Plugin, that Fix that.
It´s from the Pro Version Maybe you must edit the Links.

Install from the ACP as Plugin and Disable the VBprogarage Plugins called Menu Buttons and Menu Buttons 4.2

PDPJR 02-07-2014 11:44 AM

Quote:

Originally Posted by MrD (Post 2479493)
Hi,
for the VB Navmanager in vb4.2.1 > you must have the Navigation Fix.
Here is an Plugin, that Fix that.
It?s from the Pro Version Maybe you must edit the Links.

Install from the ACP as Plugin and Disable the VBprogarage Plugins called Menu Buttons and Menu Buttons 4.2

Thanks! I've never done a plugin though. What do I specify as the hook location?

SPEEDKILLZ 02-17-2014 08:02 PM

Where do i change the options of the garage layout? What setting? I would like it to look like the second screenshot here. Right now it looks like http://builtspeed.com/garage.php Three of the same

Action-N 02-17-2014 11:45 PM

They look the same because they are sorted by newest or last updated. Last section is most viewed so it's order is different. Plus you don't have that many cars to show still. The reason they look the same is the css seems to me missing or broken. The header text is white on a white background. The width of the columns are probably set via css an without it their pushing the right column out of the way. Took a quick peak at your source code an see where the vbgarage css tags are, it just there just in "<style>" tag, try changing to "<style type="text/css">".

SPEEDKILLZ 02-18-2014 02:05 AM

Thnak you i tried that and still looks close to the same. Not sure where to change headers on it. But this is thet page i would like it to look like https://vborg.vbsupport.ru/attachmen...6&d=1288225794

KenDude 02-20-2014 03:44 AM

I am honestly quite shocked. I searched Google for sites running 3.0.9 full version and visited about a dozen of them. At each I emailed the site admin through the contact us form asking if I could get a copy of the 3.0.9 FULL version zip file so I can repair my site that lost its full version in a recent upgrade from vb3 to vb4. Despite giving my contact information, not a single one responded. Most depressing! If anyone has the file and can send to me please let me know!

PDPJR 02-20-2014 12:51 PM

Quote:

Originally Posted by KenDude (Post 2482553)
I am honestly quite shocked. I searched Google for sites running 3.0.9 full version and visited about a dozen of them. At each I emailed the site admin through the contact us form asking if I could get a copy of the 3.0.9 FULL version zip file so I can repair my site that lost its full version in a recent upgrade from vb3 to vb4. Despite giving my contact information, not a single one responded. Most depressing! If anyone has the file and can send to me please let me know!

I'm in the same boat. I'm not shocked - we've all been drilled not to give out "paid" or registered software. We have our licensed 3.0.7 install files, but it does us no good. I've tried reaching out to the developer multiple times via multiple email addresses I had for him. Being as his website has been shut down and he's not answering, we're up the creek at this point. If someone is willing to share with us 3.0.9 (And we can prove our license by our 3.0.7 version), that would be great. But we're not holding our breath.

Worst part is, even if we wanted to, there's no other product out there (yet) to replace the garage with.

KenDude 02-20-2014 10:35 PM

Quote:

Originally Posted by PDPJR (Post 2482638)
I'm in the same boat. I'm not shocked - we've all been drilled not to give out "paid" or registered software. We have our licensed 3.0.7 install files, but it does us no good. I've tried reaching out to the developer multiple times via multiple email addresses I had for him. Being as his website has been shut down and he's not answering, we're up the creek at this point. If someone is willing to share with us 3.0.9 (And we can prove our license by our 3.0.7 version), that would be great. But we're not holding our breath.

Worst part is, even if we wanted to, there's no other product out there (yet) to replace the garage with.

Well I understand about not giving out full versions to just anyone but I would think someone would have emailed me back and asked me to verify my 3.0.7 license or something then we could go from there. It isn't like the product is even sold anymore. Would people have a hard time giving out a copy of Microsoft Money??? Or any other discontinued product? they aren't hurting Dylan in anyway by doing so. If Dylan offered it for sale again id buy in a heartbeat just to support him. I was one of his early supporters because I had used timeslips prior to his garage and worked with him on feature set specs and things my large automotive site members wanted and needed. For some other site admin to clutch onto this dead code and not even reply to my email or call my phone number I included just seems strange to me. I would help a fellow board owner out in a heartbeat, I'm not sure why some others won't but I figured I should take the conversation public if I ever hope to get a reply...

Killeglass 02-21-2014 01:26 AM

Dlyan is fine he just had some computer issues to deal with, should be back in the loop soon

Action-N 02-21-2014 01:45 AM

I see your guys pain, I never did buy the paid version so couldn't help you out there. Question, what all did the paid version have that your wanting back? I remember the manufacture part could have been, but can't recall what else now.

I'm still working away at a alternative garage product, dang CSS stuff been kicking my arse.

KenDude 02-21-2014 02:39 AM

Quote:

Originally Posted by Action-N (Post 2482793)
I see your guys pain, I never did buy the paid version so couldn't help you out there. Question, what all did the paid version have that your wanting back? I remember the manufacture part could have been, but can't recall what else now.

I'm still working away at a alternative garage product, dang CSS stuff been kicking my arse.

Off the top of my head all the business and modifications information, insurance, home page blocks, ability to turn off trim, VIN numbers and searching by them, bug fixes like the home page counts not going back to all 1's all the time, etc... so yeah several reasons to get the full version instead of the lite.


Oh and if Dylan is having computer problems have him call me, I can help with that... and he could email me the full zip from his phone at any time...


Wish lists for the future? better integration with the activity feed, service record tracking, better photo categorization and organization, add car at site registration time, fix bugs in the drop downs which at times dont show models that are really there in the index, year chooser should automatically advance the model year with time, ability to add colors to the paint color selection by users, and probably more if I put some more thought to it... such as showing other members who have the same model as you do when you look at your own page so you could connect socially, or aid each other in mode/repairs etc...


Just a little food for thought...

KenDude 02-26-2014 01:56 AM

And no registered owners have come back to this topic in the last 5 days.... :(

KenDude 02-27-2014 11:50 PM

All we are is dust in the wind.... :)

bosanci28 02-27-2014 11:56 PM

You right there friend!... So you never found a copy of the Pro? About a year ago was going to buy a copy of the pro ,but changed my mine on the forum that i was going to open ,but if i had one was going to help!
Now i am almost ready to open a forum and i am in need of a car garage side, and will have to wait to see when Action-N will come out with his script or maybe just install this free one and go from there.

Action-N 02-28-2014 01:06 AM

Yeah Kendude whose attention where you trying to get? I'm subscribed to this post so I get all the notices, but not much more I can do for this add-on. I've wanted to tell you start bugging last superman because he said as long as the product works an has community support it won't go to the graveyard. So I stopped trying to help so it can rest in piece.

I've been working on an alternative almost everyday after work (some days fall asleep at the keyboard) to get something out there. I imagine I could have released a simple bare bones version by now, but I wanted to have everything so I didn't have numerous versions. An actually was gonna check with you as I took ideas from your wishlist. Is it a must have for vin searching? I've added the VIN field an one for horsepower already, just not searchable. I still have to workout editing comments, an started coding for activity stream. Still need to start the sideblocks an those importers people will be wanting.

Guess I should update my website with a more recent project.

PDPJR 02-28-2014 09:12 PM

Dylan and site are back! Just got an email from him that he's back online. He's not working on a new version, but we can at least get the latest from his site now!

KenDude 03-05-2014 07:35 PM

And still no one ventures by...

autoescala 03-07-2014 10:57 AM

Quote:

Originally Posted by MrD (Post 2478374)
Hi,
@Stern: works fine.
But the error handling in vb4.2.2 displays some errors like
"Assigning the return value of new by reference is deprecated in..."
to fix that, check your php files and replace the follow code.
PHP Code:

=& new
=&new
= &new 

with
PHP Code:

= new 


Work as a charm!!! thank you very much

KenDude 03-25-2014 03:26 PM

Quote:

Originally Posted by Action-N (Post 2484203)
Yeah Kendude whose attention where you trying to get? I'm subscribed to this post so I get all the notices, but not much more I can do for this add-on. I've wanted to tell you start bugging last superman because he said as long as the product works an has community support it won't go to the graveyard. So I stopped trying to help so it can rest in piece.

I've been working on an alternative almost everyday after work (some days fall asleep at the keyboard) to get something out there. I imagine I could have released a simple bare bones version by now, but I wanted to have everything so I didn't have numerous versions. An actually was gonna check with you as I took ideas from your wishlist. Is it a must have for vin searching? I've added the VIN field an one for horsepower already, just not searchable. I still have to workout editing comments, an started coding for activity stream. Still need to start the sideblocks an those importers people will be wanting.

Guess I should update my website with a more recent project.

I appreciate you working on this and if your plug-in has the ability to import everything (Cars, mods, pictures, business, etc.) from vbprogarage then I'd certainly consider it. Yes the VIN field must be searchable because what happens is someone buys a car and they want to know if the prior owner was a member of the website, what history of the car might already exist. If they can go into the garage and search by vin they can see if the car has been entered previously. In fact it would be a great feature if when someone tried to enter a new car and it's VIN matched a car already in the database it would ask if they want to add-on to the car's record and take over ownership of the vehicle in some way keeping a lineage of the car. That might be a bit much to ask for in your first version, but I think you see what I mean by that. So yes, in short the VIN# would have to be searchable which vbprogarage supported.

As for a HP field you better have a link for a dyno sheet along with that. :)

As far as photo uploads go, it would be nice to have the option of either discreet photos managed by the plug-in, meaning uploaded to some folder structure associated with the plug-in, or use VB Albums instead, or us VBGallery/PhotoPost member categories/galleries instead, or even use VB forum attachments. I dislike having photos uploaded via a variety of means and stored in a bunch of different places/ways.

I gave Dylan lots of input during the old CNDGarage/Timeslips days and even on up into vbprogarage.

KenDude 03-25-2014 03:28 PM

Quote:

Originally Posted by PDPJR (Post 2484348)
Dylan and site are back! Just got an email from him that he's back online. He's not working on a new version, but we can at least get the latest from his site now!

You must be the only person on the planet he has emailed because he hasn't responded to anyone on his website, not in the forum, not in PM and not to emails sent to him.

You are INCORRECT in that you cannot get the latest from his website, there is no way to obtain a copy of 3.0.9 FULL version from his site.

It's like one big tease... :mad:

jjdurrant 03-30-2014 09:36 PM

Any news? I would like to buy the commercial version today but see no way how? Is there an alternative?

Mark4865 05-21-2014 05:22 AM

I recently moved my website to a new server that runs a later version of MSQL and suddenly I can't upload pictures into my garage.

Not sure if one has anything to do with the other but everything else seems to be working.

All help greatly appreciated, any ideas anyone PLEASE


All times are GMT. The time now is 08:36 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.02469 seconds
  • Memory Usage 1,887KB
  • 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
  • (5)bbcode_php_printable
  • (14)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