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?


All times are GMT. The time now is 10:49 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.01404 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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