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)

Itchy Nips 08-21-2009 07:27 PM

Quote:

Originally Posted by mferguson (Post 1871807)
If you look at the version history I have a note regarding the online documentation. Since this is an interim release prior to the 1.2 release scheduled for later in September help has not been updated to reflect the upgrade process or new features included in this version.

Because of a couple of bugs members have found in the last couple of days I wanted to put out this build, add a couple of features to gain additional feedback, and then focus on development of 1.2.0.



I would upload files as well. There is at least one file-based fix that is in this release.

Thanks!

Mark

thanks!

MTVSlick 08-21-2009 10:06 PM

works great, so awesome, thanks guys.

Mark,

mferguson 08-21-2009 11:33 PM

Good. Let me know if you find any issues or have questions that the online help doesn't address.

Thanks!

Mark

Scitz0 08-22-2009 09:06 AM

This update is only for the free version right and doesn't affect us with plus version?

gnatster 08-22-2009 01:33 PM

Quote:

Originally Posted by Scitz0 (Post 1872047)
This update is only for the free version right and doesn't affect us with plus version?

That is correct.

We are working on updates to the paid version. We expect it will be a few weeks to work these in and test between our other commitments.

mferguson 08-22-2009 02:09 PM

I'll add that if you are a Plus customer be sure to visit the Garage product support forums on our site (after logging in) as we have some discussions going on relative to product features in the next release. After some additional product discussions this weekend I hope to post the list of improvements for this upcoming release sometime next week.

Thanks!

Mark

Levi75 08-23-2009 09:11 AM

a problem with the navbar garage. In my template appears a double arrow beside Garage word, where should appear just one time. How could i fix it?

mferguson 08-23-2009 01:41 PM

Quote:

Originally Posted by Levi75 (Post 1872557)
a problem with the navbar garage. In my template appears a double arrow beside Garage word, where should appear just one time. How could i fix it?


If you will Mark as Installed I would be happy to help you get this resolved.

Once clicked PM me with a link to your site that demonstrates the problem and I will take a look to see what is causing this.

Thanks!

Mark

MikesSite 08-27-2009 02:05 AM

I've searched and tried and wasnt successful in either. How can I change the 'Garage' text link to the menu in the user postbit to an icon? Thanks.

mferguson 08-27-2009 02:58 AM

Quote:

Originally Posted by MikesSite (Post 1875124)
I've searched and tried and wasnt successful in either. How can I change the 'Garage' text link to the menu in the user postbit to an icon? Thanks.

If you edit the "dto_garage_popup_menu" template look for the following:

PHP Code:

<if condition="$use_username_in_link">
<
phrase 1="$userinfo[username]">$vbphrase[xs_garage] </phrase>
<else />
Garage
</if>
</
a

and change to

PHP Code:

<if condition="$use_username_in_link">
<
phrase 1="$userinfo[username]">$vbphrase[xs_garage] </phrase>
<else />
<!-- 
Garage -->
<
img src="$vboptions[bburl]/images/your-icon-name.gif">
</if>
</
a

That should present the icon where the Garage link would normally appear in the postbit.

Mark

MikesSite 08-27-2009 09:25 PM

Quote:

Originally Posted by mferguson (Post 1875137)
If you edit the "dto_garage_popup_menu" template look for the following:

PHP Code:

<if condition="$use_username_in_link">
<
phrase 1="$userinfo[username]">$vbphrase[xs_garage] </phrase>
<else />
Garage
</if>
</
a

and change to

PHP Code:

<if condition="$use_username_in_link">
<
phrase 1="$userinfo[username]">$vbphrase[xs_garage] </phrase>
<else />
<!-- 
Garage -->
<
img src="$vboptions[bburl]/images/your-icon-name.gif">
</if>
</
a

That should present the icon where the Garage link would normally appear in the postbit.

Mark

Thanks

hugh_ 08-30-2009 09:36 PM

mferguson,

The random garages feature is breaking my fixed style layout at ~980 pixels width. Would it be possible to add a configuration option to set the number of columns? In my case 3 not 5 is enough...

Thanks!

Hugh

mferguson 08-30-2009 09:46 PM

Quote:

Originally Posted by hugh_ (Post 1876990)
mferguson,

The random garages feature is breaking my fixed style layout at ~980 pixels width. Would it be possible to add a configuration option to set the number of columns? In my case 3 not 5 is enough...

Thanks!

Hugh

Hugh,
I'll add this as something to consider for the next release. In the meantime you can manually edit the code to make the needed change. Open dto_garage.php and look for the following:

PHP Code:

     $width 5;
     
$maxResults 25

and change it to

PHP Code:

$width 3;
$maxResults 25

Thanks!

Mark

hugh_ 08-30-2009 09:47 PM

Never mind, I found my answer: $width in dto_garage.php. Still might be nice to include this as an option...

hugh_ 08-30-2009 09:48 PM

Missed your reply... Thanks for being so prompt!

mferguson 08-30-2009 09:51 PM

Glad to help and I've already added your suggestion to our tracking system so we can consider getting this into the next release.

Thanks!

Mark

Jhonnydc 09-04-2009 01:13 PM

One question...
I have the 1.1.1 for 3.8...

Is possible to view ALL GARAGE in a LIST???
For example...thi is a plugin for view ALL ALBUMS...
http://www.clubnuovafiat500.it/forum/all_albums.php

Exist in dto garage???

mferguson 09-04-2009 01:45 PM

With version 1.1.2 of Garage we provide a index page that shows a single page of random garage selections. In the Plus version there are browse functions included that allow you to view by username, recently added, recently modified, and using advanced search. The results from each of these is paged so that you can effectively view all garages.

Depending on the number of garages configured by users they may not be a way to get them all on the screen at one depending though we do provide options for the product that allows you to configure how many are displayed on a given page.

Let me know if you have any other questions as I'm glad to assist.

Thanks!

Mark

mferguson 09-05-2009 09:08 PM

If you didn't already receive the email notification of the recent add-on release of vBadvanced modules for Garage and Garage Plus be sure to click here to get the add-on. Thanks!

Mark

STANGADDICT1234 09-06-2009 02:11 AM

Very nice is there any way to change the word Garage to an image in the postbit?

gnatster 09-06-2009 02:57 AM

Quote:

Originally Posted by STANGADDICT1234 (Post 1880399)
Very nice is there any way to change the word Garage to an image in the postbit?

Please see this post to change the Garage text to an image in the postbit.

https://vborg.vbsupport.ru/showpost....&postcount=250

STANGADDICT1234 09-07-2009 05:37 AM

Sorry i dont see that part of the code, this is what i have in my "dto_garage_popup_menu"

global $pm, $threadpm;

$show['dto_garage_has_vehicles'] = false;

$usepostid = false;
$doable = false;

// If this is a private message postbit draw then retrieve the userinfo of the user that the PM is from
if (THIS_SCRIPT == 'private') {
if ($_REQUEST['do']!= 'showhistory')
{
$userinfo = fetch_userinfo($pm['fromuserid']);
$doable = true;
}
}
else if ((THIS_SCRIPT == 'showpost' || THIS_SCRIPT == 'showthread' || THIS_SCRIPT == 'newreply') && $post['visible'] != 2)
{
$usepostid = true;

// Get the poster's userinfo
$userinfo = fetch_userinfo($post['userid']);
$doable = true;
}

if($doable && !empty($userinfo))
{
require_once(DIR . '/includes/functions_dto_garage_common.php');

// Build the Garage popup menu for this user
$dto_garage_popup_menu = generate_garage_popup_menu($userinfo, false, true, false);

eval('$template_hook[postbit_userinfo_right] .= "' . fetch_template('dto_garage_postbit_userinfo') . '";');
}

mferguson 09-07-2009 08:54 AM

Quote:

Originally Posted by STANGADDICT1234 (Post 1880926)
Sorry i dont see that part of the code, this is what i have in my "dto_garage_popup_menu"

....

You are looking at the plugin code rather than the dto_garage_popup_menu" template. The change you need to make is in the template :up:

Let us know if you need any additional assistance.

Best regards,

Mark

STANGADDICT1234 09-07-2009 01:24 PM

Perfect, Thanks Guys :)

mferguson 09-07-2009 01:35 PM

You're welcome!

Gamelobby 09-07-2009 05:34 PM

1 Attachment(s)
LOVE this mod, but it screwed up the nav on all of my custom skins. It only worked on the default skin/style.

You can see in the attached images..

1. worked fine except it is constantly acting as the hover version.

2. took away all of my nav buttons & turned them into links, & moved them.

3. placed the Garage link under the nav area.?

Any help would be appreciated.
Thanks

mferguson 09-07-2009 05:41 PM

Quote:

Originally Posted by Gamelobby (Post 1881208)
LOVE this mod, but it screwed up the nav on all of my custom skins. It only worked on the default skin/style.

You can see in the attached images..

1. worked fine except it is constantly acting as the hover version.

2. took away all of my nav buttons & turned them into links, & moved them.

3. placed the Garage link under the nav area.?


Any help would be appreciated.
Thanks

If you would mark this mod as installed I would be glad to assist.

Thanks!

Mark

Gamelobby 09-07-2009 05:44 PM

Not only will i mark as installed, i will give it 5 stars.!!!
I love it & plan to upgrade the garage, also get the vendor, & club mods too.!

mferguson 09-07-2009 06:05 PM

Thanks! I'll PM you with some different means of getting the navbar issue resolved.

Mark

Gamelobby 09-07-2009 06:10 PM

Don't you want everyone else to have this information.. I'm sure everyone has at least one custom skin.

*edit*
I guess you dont want people using my fix for their skin. :)

mferguson 09-07-2009 06:33 PM

Quote:

Originally Posted by Gamelobby (Post 1881222)
Don't you want everyone else to have this information.. I'm sure everyone has at least one custom skin.

*edit*
I guess you dont want people using my fix for their skin. :)

Each skin is always done a little differently so like you mention a fix for your site may not really work well for another site.

Mark

DaSpyda 09-08-2009 01:12 AM

I updated to 3.8.4 and, all of a sudden, loged in Users cannot access others' Garages, nor even their own.

Thoughts?

mferguson 09-08-2009 01:40 AM

Quote:

Originally Posted by DaSpyda (Post 1881385)
I updated to 3.8.4 and, all of a sudden, loged in Users cannot access others' Garages, nor even their own.

Thoughts?

I've not seen an issue like this before. Did any of the Garage plugins get disabled during the upgrade?

Feel free to contact me via PM with URL information and I'll take a look to see if I see anything obvious.

Thanks!

Mark

Gamelobby 09-08-2009 04:42 PM

Quote:

Originally Posted by Gamelobby (Post 1881222)
Don't you want everyone else to have this information.. I'm sure everyone has at least one custom skin.

*edit*
I guess you dont want people using my fix for their skin. :)

Quote:

Originally Posted by mferguson (Post 1881227)
Each skin is always done a little differently so like you mention a fix for your site may not really work well for another site.

Mark

Yep.. looks & works perfect on ALL 10 skins.!!
Thanks a lot.!

mferguson 09-08-2009 04:51 PM

Quote:

Originally Posted by Gamelobby (Post 1881679)
Yep.. looks & works perfect on ALL 10 skins.!!
Thanks a lot.!

You're welcome!

Mark

Gamelobby 09-08-2009 05:42 PM

Suggestion..
To be able to add a video or two into the garage. :)
Maybe above the History area.

YouTube, Photobucket, etc.

mferguson 09-08-2009 06:28 PM

If you have BBCode to support YouTube, etc. and you have it enabled for use outside of posts you can use them in the text areas of a Garage now. AME is not currently supported in text areas though since it uses something other than BBCode to render media inline.

If you view our help there should be some information on using BBCode in text areas.

Hope this helps!

Mark

Kolbi 09-08-2009 08:08 PM

1 Attachment(s)
I found a little issue. The template: memberinfo_block_dto_garage is uncached.

Please add following plugin:
Attachment 104195

mferguson 09-09-2009 02:46 AM

Rather than creating another plugin which will force cache this template even when not needed you can just edit the DTO Garage Cache Templates plugin and replace its contents with the following:

PHP Code:

$globaltemplates array_merge($globaltemplates, array(
            
'dto_garage_navbar',
));

if (
THIS_SCRIPT == 'showthread' OR 
        
THIS_SCRIPT == 'showpost')
    {
        
$globaltemplates array_merge($globaltemplates, array(
            
// garage popup menu 
            
'dto_garage_popup_menu',
            
'dto_garage_popup_menubit',
                
'dto_garage_postbit_userinfo',
        ));
    }
    else if(
THIS_SCRIPT == 'member')
    {
        
$globaltemplates array_merge($globaltemplates, array(
            
'dto_garage_profile',
            
'dto_garage_profile_bit',
                
'memberinfo_block_dto_garage',
        ));
    }
    else if(
THIS_SCRIPT == 'usercp' OR THIS_SCRIPT == 'dto_garage' OR 
THIS_SCRIPT == 'private')
    {
        
$globaltemplates array_merge($globaltemplates, array(
            
'dto_garage_usercp',
        ));
    } 

As you see above the memberinfo_block_dto_garage is only cached if being called by member.php.

I'll make sure that this update makes it into our code base so it makes it into future releases.

Thanks!

Mark

DaSpyda 09-09-2009 03:12 AM

That did it for my issue - all users can now access The Garage.

From the looks of things, it was an issue with a vBadvanced configuration with the Greeting Module in CMPS. A Recent Thread block started showing up, too, and a fix was applied.

Thanks, Mark, for hanging in there.


All times are GMT. The time now is 05:50 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.01595 seconds
  • Memory Usage 1,862KB
  • 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
  • (7)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)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