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-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 12:38 AM.

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.01679 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_php_printable
  • (5)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