The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB Pro Garage Timeslips Details »» | |||||||||||||||||||||||||||||||||||||||||||
Description
VB Pro Garage Timeslips (formerly CND Garage/Timeslips) is a free vehicle and timeslips add on for vBulletin 4. This is a great way to allow members to show off their rides, whether they are cars, motorcycles, atv's, etc. Site administrators have dozens of options to tailor the way the garage is displayed and the number of vehicles, images and timeslips the user can enter. User vehicle creation is done through a simple screen with dropdowns and simple text fields. Users can enter either miles or km and system will automatically calculate differences for front page statistics. ** New Features ** * SEO Friendly URLs (htaccess only) * Page Caching - physical html files which make a HUGE reduction in sql queries * Front Categories - a category system as an alternate front page to the block layout. I believe it will increase the garage ranking in search engines greatly when used with SEO URL's and the included dynamic meta tags. * Thread Creation - Automatically create new threads in the forum of your choosing with the text of your choosing when a new vehicle is created in the garage. Main Features * No vb template modification needed * Ajax driven menu's to keep load time down if you have a very large lists of makes/models * Usergroup level permissions to set the amount of vehicles, images, timeslips allowed * 99.9% of the text is phrased so that it can be translated for multinational sites * On the fly image/text watermarking ability to make sure images are tied to your site * Lytebox image presentation Installation Instructions, tips and more are now in the included chm file. If you have problems with the chm I have the document published at: http://www.vbprogarage.com/forums/docs/html_vb4_ts_300/ The quick and dirty install: 1) Upload all files in the upload folder 2) Import vb_pro_garage.xml into Product Manager 3) Import vb_pro_garage_language_english.xml into Languages & Phrases 4) If you want all makes and models I've collected, import vb_pro_garage_vehicles^^new_install_only.xml into Product Manager Post Installation So you don't have to find it in the instructions. After install, there is a button up top in the navbar. This button by default is admin only. This is so you can configure and test without having to close the garage. When you are ready to deploy to the community: ACP->Settings->Options->Garage General Settings - Set Garage Menu Button to Enabled. The garage is developed on vb 4.0.7 and tested back to 4.0.0. The garage will run on PHP 5.x+ compiled with GD/GD2 and MySQL 5.x+ Additional options for the garage like adding featured businesses that support your site, fuel tracking, dyno charts, modifications and lots more are included in the commercial version. Many thanks to Coroner for his stylebridge which led me on a path that saved me hours and hours of template editing There are a few bugs that you might run into on this version. Instead of working on correcting them in the files and working on getting a new package up here, I'm working on the next version and including the posts that fix the errors here. Change Log: v3.0.9 - 09/29/2012 ----------------------------- Fixed sql injection problem Replaced depreciated split function usage Fixed sql error on image comments Fixed Make/Model count on front page resetting to 1 Fixed extra unlabeled field on vehicle create/edit (Timeslips only) Fixed postbit dropdown showing character code Fixed tables incorrectly set with TYPE instead of ENGINE Added navigation manager links to product xml v3.0.8 - 12/9/2010 ----------------------------- Fixed missing vehicle comment code v3.0.7 - 12/1/2010 ----------------------------- Fixed error with non existant garage_special_track table v3.0.6 - 11/21/2010 ----------------------------- Fixed who's online error Fixed map infowindow colors v3.0.5 - 11/15/2010 ----------------------------- Fixed error with member profile vehicle block Fixed member tab url path Fixed error on vehicle map with apostrophes in title v3.0.4a - 11/12/2010 ----------------------------- Corrected package error v3.0.4 - 11/11/2010 ----------------------------- Fixed error with front blocks Fixed style error with vB4.0.8 changes v3.0.3 - 11/2/2010 ----------------------------- Fixed duplicate countries Fixed vehicle view slideshow image size Fixed username browse error Fixed geocode error on missing zip Fixed postbit error with vehicles that have a apostrophe in the name v3.0.2 - 10/25/2010 ----------------------------- Fixed missing add vehicle button on member profile Added bbcode capabilities to welcome box on garage front page Moved vehicle count to db table to ease db queries Added notification scheduled task to send message to new users about adding a garage entry Added default clear image for watermark Fixed code to disregard watermark option if image is missing Fixed search username error Updated obsolete data queries Added SEO Friendly URLS Added page caching capabilities Fixed sql error with moving vehicle class and color to new selection on deletion in ACP Added function to replace non english characters with english characters in ajax selection lists Added image comments Added notification for image and vehicle comments Added option to add page title Added zip code to vehicle and googlemap Added ability to disable and ability to hide info for googlemap Download Now
Screenshots
Show Your Support
|
Comments |
#902
|
|||
|
|||
I'm also keen to find out... I'm tearing my hair out trying to get responses from anyone who develops garage plug-ins for VB4.2. Sadly DTO cant be bothered to answer emails, vHoist seems to have been still-born...
Anybody else got any ideas? |
#903
|
||||
|
||||
yawn... sadly after reading 61 pages of repetitive posts, I still cant seem to get this installed properly to 4.2
It appears that there may be an error in the xml file? For some reason, many database tables are not installing. I have tried multiple attempts at reinstall and debugging with no luck. Apache version 2.2.22 PHP version 5.3.13 MySQL version 5.1.63-cll Architecture x86_64 Operating system linux Issue: Missing database tables Below are the only tables that are being installed: vb_garage_blocks vb_garage_colors vb_garage_currency vb_garage_engine_type vb_garage_generation vb_garage_guestbooks vb_garage_trims Browse vb_garage_vehicle_classes I briefly examined the xml and could not find an error as of yet but still looking. |
#904
|
|||
|
|||
Quote:
I'll get a fresh install of 4.2 going this weekend and do a fresh garage install to see if I can find the problem. |
#905
|
||||
|
||||
Ok, I got it installed.
Apparently some db queries use ENGINE=MyISAM and others use TYPE=MyISAM After changing about 13 entries of TYPE to ENGINE in the xml, it installed fine. |
#906
|
|||
|
|||
Bilderback, would you be so kind as to post what the fixes you made were? Just do a replace of one for the other?
|
#907
|
|||
|
|||
OK, got it installed but the admincp menu for it looks odd. Looks like some menu definitions are missing
See attachment. Also doesn't install the menu item in the navbar, even though I'm logged in as admin |
#908
|
||||
|
||||
Quote:
There is a plugin rewrite for the navbar if your running vB4.2 here: https://vborg.vbsupport.ru/showthrea...18#post2334918 I guess you figured out the XML file. I cant remember exactly how many changes there were (approx. 13) but at the end of each database query in the garage install XML, I changed some from TYPE to ENGINE. You should see that the first few use ENGINE and then it uses TYPE. |
#909
|
|||
|
|||
Thanks
All up and running. Do you know if there is any way to create custom text blocks, things like mods to supension engine tuning etc, similar to the old DTO Garage I also need to disable timeslips - we're offroaders, not racers |
#910
|
|||
|
|||
There is a vB settings page where you can disable the timeslips section.
Right now custom fields need to be added through plugins. The new version I'm working on (which seems to be taking forever) will have an area in the ACP to add custom fields a lot easier. |
#911
|
|||
|
|||
Quote:
I'm guessing developing the plugins requires some good coding knowledge:erm: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|