vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DTO Garage - free garage features for all your members (vB 3.8.X) (https://vborg.vbsupport.ru/showthread.php?t=216529)

mferguson 09-28-2009 10:42 PM

No problem. Feel free to contact me directly via PM or our forums if you have any questions in the meantime.

Best regards,

Mark

freni32 09-29-2009 12:01 PM

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!

mferguson 09-29-2009 01:06 PM

Quote:

Originally Posted by freni32 (Post 1892261)
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!

This is due to your custom style not liking the garage navbar pop-up menu being defined inline. Take a look at

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

Rckcrwlr 09-29-2009 03:51 PM

This is not showing up in my Usergroup Permissions???

Any suggestions?

mferguson 09-29-2009 04:58 PM

Quote:

Originally Posted by Rckcrwlr (Post 1892366)
This is not showing up in my Usergroup Permissions???

Any suggestions?

For the free version of Garage there are no usergroup-related permissions. All users get one garage each in the free version. With the paid version usergroup permissions (if and how many garages each usergroup has) and other features such as browse, search, vBSEO suport, etc. are included.

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

Kolbi 10-06-2009 03:09 PM

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>

must be:
Code:

<tr><td align="center">
  <a href="$filename" rel="lytebox[garage]" title="$caption"><img border="0" alt="$caption" src="$thumbname" /></a>
</td></tr>


Kolbi 10-06-2009 03:13 PM

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]&amp;do=viewvehicle&amp;vehicle_id=$vehicle_id">       
  <else />
    <a href="dto_garage.php?$session[sessionurl]&amp;do=viewvehicle&amp;vehicle_id=$vehicle_id">       
  </if>
  <if condition="$usethumb">
    <img border="0" src="$thumbname" align="middle">&nbsp;
  </if>
  $vehicle_name</a>
  </td>
</tr>

Must be:
Code:

<tr>
  <td class="vbmenu_option">

  <if condition="$onclick_launch_window">
    <a target="_dto" href="dto_garage.php?$session[sessionurl]&amp;do=viewvehicle&amp;vehicle_id=$vehicle_id">       
  <else />
    <a href="dto_garage.php?$session[sessionurl]&amp;do=viewvehicle&amp;vehicle_id=$vehicle_id">       
  </if>
  <if condition="$usethumb">
    <img border="0" src="$thumbname" align="middle" alt="" />&nbsp;
  </if>
  $vehicle_name</a>
  </td>
</tr>


gnatster 10-06-2009 03:14 PM

Quote:

Originally Posted by Kolbi (Post 1895663)
Found a new little issue:

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.

Kolbi 10-06-2009 03:22 PM

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>


Kolbi 10-06-2009 03:23 PM

Okay thank you!

The last message was to fast written.

Will the new edition fully phrased?

gnatster 10-06-2009 03:58 PM

Quote:

Originally Posted by Kolbi (Post 1895675)
Okay thank you!

The last message was to fast written.

Will the new edition fully phrased?

Not Yet... this is an interim release. We are working on the fully phased version of Garage and all of our products. Look for these releases later in the month please.

kjsmith84 10-06-2009 11:37 PM

ok maybe i missed it some where but is there a way to moderate the garage in case some clown post a pic that is not allowed or writes something they are not suppost to??

mferguson 10-07-2009 01:28 PM

We are planning to include the ability to edit/delete garages if you have administrative rights for Garage in the 1.2.0 release of Garage Plus. For the current version of Garage we have been recommending the use of the Cyb Login to User Account add-on as it will allow you to act as the user and therefore you can edit the user's garage however you require.

Thanks!

Mark

Blacura 10-07-2009 11:08 PM

I get this error when i installed this mod.. actually upgraded

Fatal error: Call to undefined function generate_garage_user_profile() in /home2/makingf1/public_html/ladiesletsride/forum/member.php(463) : eval()'d code on line 165

mferguson 10-07-2009 11:20 PM

Quote:

Originally Posted by Blacura (Post 1896364)
I get this error when i installed this mod.. actually upgraded

Fatal error: Call to undefined function generate_garage_user_profile() in /home2/makingf1/public_html/ladiesletsride/forum/member.php(463) : eval()'d code on line 165

Can you verify that you have the file FORUMROOT/includes/functions_dto_garage_common.php installed?

To make that you have all the current files be sure to copy all the contents on the upload directory (found in the product .zip) into your FORUMROOT directory.

Thanks!

Mark

Blacura 10-07-2009 11:34 PM

ok i checked that file and its in the right directory but i noticed its at 0 bytes

gnatster 10-07-2009 11:46 PM

Quote:

Originally Posted by Blacura (Post 1896367)
ok i checked that file and its in the right directory but i noticed its at 0 bytes

Please verify that the file in the unzipped package does contain data. The file size is 12KB. If so please upload the file overwriting the current one.

If not please download the package again. I have verified the download does contain the proper file with the proper data.

Blacura 10-07-2009 11:57 PM

I checked and it is unzipped and it's 12kb and i don't understand. when i upload it its not overwriting the other file its just going in at 0 bytes

what can i do?

gnatster 10-07-2009 11:59 PM

Delete the file on your server.

Verify it is deleted and then upload again please.

mferguson 10-08-2009 12:08 AM

Not being able to overwrite the file might indicate some type of strange permissions on the file. As Nathan (gnatster) mentions if you delete the version on your server completely and then reupload it should go in with the complete file size.

Let us know what you find. Thanks!

Mark

Blacura 10-08-2009 12:17 AM

ok i got it to work so now the mod works.. only thing that is not working now is the garage of the week on the vbadvanced page.. any info on that? and by the way thanks

mferguson 10-08-2009 12:46 AM

The current version of the Garage of the Week (day or month) requires that you manually enter the id of a garage in the configuration options of that module. In our Garage help (either in the product or in the Support >> Documentation area of our site) you will find everything you need regarding the vBa modules under the Administrator >> vBadvanced CMPS Modules section.

Thanks!

Mark

Kolbi 10-08-2009 10:43 AM

Thank you for the update.

But there are stil these templates not valid: dto_garage_popup_menubit, dto_garage_vehicle_view_imagebits

gnatster 10-08-2009 01:21 PM

Quote:

Originally Posted by Kolbi (Post 1896524)
Thank you for the update.

But there are stil these templates not valid: dto_garage_popup_menubit, dto_garage_vehicle_view_imagebits

Are you sure the templates have been replaced with the latest versions?

Checking again in both our test and beta environments neither of these templates are reported when in debug mode.

If you are referring to XHTML validation this will be addressed with the phrasing in 1.2

Kolbi 10-08-2009 07:17 PM

Okay, I actually was talking about XHTML validation.
Then let?s see what 1.2 will bring us :)

XtremeOffroad 10-08-2009 09:28 PM

This looks interesting.
I have searched a few pages and disnt find an answer, Are the text fields editable?
I have started a forum for Snowmobilers and would like to use this for members to add info about their Sleds.
Thanks

Edit: From the screenshot it looks like they are.
I need to look more closely next time.
Gonna install this for sure.
Thanks I was needing something like this.

mferguson 10-08-2009 09:55 PM

Ray - when you install Garage there are product options that allow you to do a level of customization on the labels of the sections and subsections. For the end-user, when they are enter their garage data they can enter whatever text and pictures they wish. In fact, if you have bbCode enabled for areas outside of forums you can also use bbCode to embed additional pictures, style text, embed videos (if you have bbCode to support this), etc. in the text areas.

Also - thanks for your email on Drive Thru Online.com. I'll follow up to your questions there in the next couple of minutes.

Thanks!

Mark

XtremeOffroad 10-08-2009 09:58 PM

Quote:

Originally Posted by mferguson (Post 1896835)
Ray - when you install Garage there are product options that allow you to do a level of customization on the labels of the sections and subsections. For the end-user, when they are enter their garage data they can enter whatever text and pictures they wish. In fact, if you have bbCode enabled for areas outside of forums you can also use bbCode to embed additional pictures, style text, embed videos (if you have bbCode to support this), etc. in the text areas.

Also - thanks for your email on Drive Thru Online.com. I'll follow up to your questions there in the next couple of minutes.

Thanks!

Mark

Thanks Mark

bamfonk 10-09-2009 01:03 AM

niceee mod

mferguson 10-09-2009 01:18 AM

Thanks!

Kolbi 10-10-2009 03:24 PM

At http://www.2-wheel-planet.de/profile.php?do=editoptions there is another little issue :)
Uncached templates: dto_garage_usercp (1)

:)

mferguson 10-10-2009 03:56 PM

I've verified this and will add this to our next release fixes.

In regard to the UserCP interface for Garage I would like some feedback. With the addition of My Garage in the navbar link we are considering removing the UserCP method of accessing and managing garages. We are considering this because of a number of factors. The first is that this, in comparison to the navbar option, is quite hidden the user has to be educated where it is located. The second is that in order to deliver this functionality we require the site owner to modify the USERCP_SHELL template since there is not a template hook present. This will present a problem if/when vB delivers an update version of this template.

The question is would site owners and members find removing the manage garage functionality from UserCP a problem?

Thanks for the feedback!

Mark

Kolbi 10-10-2009 04:13 PM

I would say, that this modification should/can be optionally.
People who use TMS doesn?t matter about vb updates.
I would prefer if the USERCP_SHELL modification wouldn?t be removed in further versions.

That?s my opinion :)

Miss Chatterbox 10-12-2009 01:24 PM

Oh dear I really am having one of "those" days! Sometimes I think technology hates me!

Right well I've tried installing this and when I clicked on garages in the navbar I got an error message saying "could not find dto_garage.php" on the server.

Any ideas why this has happened? I've uploaded the "upload" folder to my forum's root directory and chmod the images folder to 0777 so I don't know what I've missed. :(

Maybe I should just go to bed and then hopefully everthing will be fixed when I wake up! lol!

mferguson 10-12-2009 01:38 PM

Quote:

Originally Posted by Miss Chatterbox (Post 1898530)
Oh dear I really am having one of "those" days! Sometimes I think technology hates me!

Right well I've tried installing this and when I clicked on garages in the navbar I got an error message saying "could not find dto_garage.php" on the server.

Any ideas why this has happened? I've uploaded the "upload" folder to my forum's root directory and chmod the images folder to 0777 so I don't know what I've missed. :(

Maybe I should just go to bed and then hopefully everthing will be fixed when I wake up! lol!

Be glad to help. Can you PM me your site information and I'll visit to see what's going on?

Also, just to confirm did you copy everything from the upload directory in the package to your forum root directory? You should see dto_garage.php in your forum root if everything got copied up correctly.

Thanks!

Mark

Miss Chatterbox 10-12-2009 01:58 PM

Quote:

Originally Posted by mferguson (Post 1898534)
Be glad to help. Can you PM me your site information and I'll visit to see what's going on?

Also, just to confirm did you copy everything from the upload directory in the package to your forum root directory? You should see dto_garage.php in your forum root if everything got copied up correctly.

Thanks!

Mark

PM sent. :)

mferguson 10-12-2009 02:09 PM

Just replied back to your PM. It appears that you ftp'd the entire upload directory up to your server rather than just the contents of the upload directory. Should be a quick fix.

Thanks!

Mark

Miss Chatterbox 10-12-2009 02:25 PM

Quote:

Originally Posted by mferguson (Post 1898546)
Just replied back to your PM. It appears that you ftp'd the entire upload directory up to your server rather than just the contents of the upload directory. Should be a quick fix.

Thanks!

Mark

Woohoo! I now have garages!!! Oooh and they look so pretty! Can't wait to upload my car! Thank you so much Mark! http://i176.photobucket.com/albums/w...kisssmiley.gif

mferguson 10-12-2009 03:08 PM

Great! Glad its working for you now. Let me know if you need any additional assistance.

Thanks!

Mark

Za4a Tuner 10-12-2009 05:17 PM

Hello Mark,
at first -> thanks for this great mod, i was searching for something like that for a long time ;)

But:
I've got some questions and some "things to do".

question 1:
Is it possible, to allow more than 3 pictures per categorie? I'd like to allow something about 4 or 5 picture in every categorie like "under the hood" and "interior".
Is there a way, to have there an option at the acp to set a number of allowed pictures? (May be in a future version???)
If not, is there a easy way to set a higher number of allowed pictures per plug-in or php-code changes?


question 2:
Can you do an option in the ACP to turn the "automatic appearing links" (postbit, navbar, memberinfo, ...) ON or OFF?
This would be nice ;)


question 3:
I don't use SEO.
In your GOLD-version SEO is listet. Can this version be used WITHOUT having SEO installed?


question 4:
What currency do have?
The GOLD-version is about 95.- xx?


Some found "bugs":
vBulletin is full xhtml-valid.
Your add-on even not!
:(
But i think, an xhtml-valide code can easy be done.
For example, you should
  • replace <br> by <br />
  • close every img-tag by using " />" at the end of every img-code, like: [....]/1/1000t.jpg" />
  • sometimes you have double specifications like : <td align="left" class="alt1" align="center">
  • in the tag >fieldset> the attribute "width" can't be used
  • some "tr-tags" are missed between "table" and "td"
  • insted of "<hr>" u shuold use "<hr />" (if the tag isn't closed by an "/hr"-Tag)
  • hardcoded "phrases" -> fully phrased out is better for translations (i know, you will do this in future version)
  • ...

I think, i will use your add-on in my board. To use the free or the gold-version depends on what feauture can be made real, and using xhtml.


kr Chris


All times are GMT. The time now is 10:53 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.01891 seconds
  • Memory Usage 1,847KB
  • 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_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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