The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DTO Garage - free garage features for all your members (vB 3.8.X) Details »» | |||||||||||||||||||||||||||||||||||||||
DTO Garage - free garage features for all your members (vB 3.8.X)
Developer Last Online: Jan 2014
Drive Thru Online ? Garage
Overview DTO Garage is a free product allowing all members of a site to show off their car, truck, motorcycle or other powersports toy. Site owners can easily adapt the section and subsection titles to suit the attributes to the site's focus. Images are stored locally preventing broken links and over limit displays common with images linked offsite. Drive Thru Online has made upgrading to the paid version of DTO Garage Plus easy, all user data stored in DTO Garage is retained for a seamless transition. For users, management of their vBulletin garage is conveniently handled through their user control panel. The intuitive user interface encourages even the most challenged to create a compelling Garage. Images are added via a wizard from either the users own computer or a specified URL. Thumbnails are dynamically created with high-resolution images displayed in a navigable Lytebox. Users can designate whether a garage is visible to the rest of the site members or hidden until they have time to polish the information and give it the debut it deserves. Other users can view garages using interactive pop-up menus embedded in each post or through the Garage owner's profile. Key Features
Language Translation As of version 1.1.3 DTO Garage has not been fully phrased and only supports English. With a future release it is our intent to offer a fully phrased version to support language translation of the product. When the fully phrased version is available we will provide documentation and tools to speed translations of the product for use on your site. We will also encourage those who have performed a translation to contribute it for distribution to other members. Any contributed languages will be included with this thread and credit given to the author. Site owners are free to translate the product either in its current state or future releases as they see fit given that the note found in the following Upgrade section is followed when upgrading. While Drive Thru Online will provide information to translators regarding the context of wording we can not provide support to facilitate the actual translation itself. Compatibility
Upgrading from a previous version of DTO Garage
Installation & Configuration for vB 3.6.x through vb 3.8.x
Copyright & Licensing
Other Drive Thru Online Products
Support We will provide support in this thread on an as-needed basis to members that have marked this modification as Installed. Additional support resources can be found on our site under the Support tab. Release and Version History 1.1.3 - October 7, 2009 New feature and bug fix release New Features
Fixes
1.1.2 - August 21, 2009 New feature and bug fix release Note: This release did not include updated documentation to reflect the new features below. As this is an interim release we will be updating documentation with the next 1.2.0 release of Garage and Garage Plus. New Features
Fixes
1.1.1 - July 6, 2009 Fix release
1.1.0 - June 19, 2009 Initial release Download Now
Screenshots
Show Your Support
|
Comments |
#322
|
||||
|
||||
No problem. Feel free to contact me directly via PM or our forums if you have any questions in the meantime.
Best regards, Mark |
#323
|
|||
|
|||
When I installed this product it adds the link "Garage" to the navbar section of my template. For some reason it is putting this link in the color black instead of red like the rest of my navbar is. I went into the nav bar template to edit it but dont see the link in there, how would I get it to go from black to red...not sure where to make that edit?
Can see what I am talking about by looking at the nav bar on my page here: http://www.ARadarDetector.com Thanks for your help! Great Mod! |
#324
|
||||
|
||||
Quote:
this post as it addresses how to split the dto_garage_navbar template so that it works well with custom styles. Additionally you will need to change the <td> classes in the dto_garage_navbar to match the way your style using <td class="thead">. If you still have trouble please mark this mod as installed and I can help you further. Thanks! Mark |
#325
|
|||
|
|||
This is not showing up in my Usergroup Permissions???
Any suggestions? |
#326
|
||||
|
||||
Quote:
Feel free to contact me via PM if you have other questions about the free version of Garage or any of our other products. Best regards, Mark |
#327
|
|||
|
|||
Found a new little issue:
Template: dto_garage_vehicle_view_imagebits Code:
<tr><td align="center"> <a href="$filename" rel="lytebox[garage]" title="$caption"><img border="0" alt="$caption" src="$thumbname"></a> </td></tr> Code:
<tr><td align="center"> <a href="$filename" rel="lytebox[garage]" title="$caption"><img border="0" alt="$caption" src="$thumbname" /></a> </td></tr> |
#328
|
|||
|
|||
Another little issues:
Template: dto_garage_popup_menubit Code:
<tr> <td class="vbmenu_option"> <if condition="$onclick_launch_window"> <a target="_dto" href="dto_garage.php?$session[sessionurl]&do=viewvehicle&vehicle_id=$vehicle_id"> <else /> <a href="dto_garage.php?$session[sessionurl]&do=viewvehicle&vehicle_id=$vehicle_id"> </if> <if condition="$usethumb"> <img border="0" src="$thumbname" align="middle"> </if> $vehicle_name</a> </td> </tr> Code:
<tr> <td class="vbmenu_option"> <if condition="$onclick_launch_window"> <a target="_dto" href="dto_garage.php?$session[sessionurl]&do=viewvehicle&vehicle_id=$vehicle_id"> <else /> <a href="dto_garage.php?$session[sessionurl]&do=viewvehicle&vehicle_id=$vehicle_id"> </if> <if condition="$usethumb"> <img border="0" src="$thumbname" align="middle" alt="" /> </if> $vehicle_name</a> </td> </tr> |
#329
|
|||
|
|||
Please watch for an update in the next few days, if not later today that will address these issues along with some minor changes to enhance functionality.
|
#330
|
|||
|
|||
Another little issue again
Template: dto_garage_index_results_row_bits Must be: Code:
<td valign="top" align="center" style="padding:5px;border: 1px solid #d0d0d0;" onMouseover="this.className='alt2';this.style.cursor='pointer';" onMouseout="this.className='alt1';" onclick="top.location.href='dto_garage.php?do=viewvehicle&vehicle_id=$vehicle_id';" > <img border="0" src="$thumbname" alt="" /><br /> <if condition="$line1"> <span class="smallfont"><b>$line1</b></span><br /> </if> <if condition="$line2"> <span class="smallfont">$line2</span><br /> </if> <if condition="$line3"> <span class="smallfont">$line3</span><br /> </if> </a> </td> |
#331
|
|||
|
|||
Okay thank you!
The last message was to fast written. Will the new edition fully phrased? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|