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-27-2009 11:55 PM

Wayne,
That's great news! I think this is the largest number of garages I've seen for Garage Plus so far. Great work on migrating the data from your site!

Mark

R.Solutions 09-28-2009 06:22 PM

Does this also have a display on the FORUMHOME of the members galleries?

Kolbi 09-28-2009 06:48 PM

I found another 2 uncached templates:
Code:

Uncached templates: dto_garage_popup_menu (1)
Uncached templates: dto_garage_popup_menubit (1)

While viewing a PM.

mferguson 09-28-2009 07:58 PM

Quote:

Originally Posted by Kolbi (Post 1891928)
I found another 2 uncached templates:
Code:

Uncached templates: dto_garage_popup_menu (1)
Uncached templates: dto_garage_popup_menubit (1)

While viewing a PM.

If I'm not mistaken these are the same templates you reported a couple of weeks ago correct? If so, the change to the global_start plugin you mentioned will resolve this or, alternatively, you can edit our cache_templates plugin. To do this:

Look for

PHP Code:

    else if(THIS_SCRIPT == 'usercp' OR THIS_SCRIPT == 'dto_garage' OR 
THIS_SCRIPT == 'private')
    {
        
$globaltemplates array_merge($globaltemplates, array(
            
'dto_garage_usercp',
        ));
    } 

and change to

PHP Code:

    else if(THIS_SCRIPT == 'usercp' OR THIS_SCRIPT == 'dto_garage' OR 
THIS_SCRIPT == 'private')
    {
        
$globaltemplates array_merge($globaltemplates, array(
            
'dto_garage_usercp','dto_garage_popup_menu','dto_garage_popup_menubit'
        
));
    } 

Mark

mferguson 09-28-2009 08:11 PM

Quote:

Originally Posted by R.Solutions (Post 1891918)
Does this also have a display on the FORUMHOME of the members galleries?

Currently we have published a set of vBadvanced modules, one of which provides a random garage display on any page you wish. If you are using vBadvanced this could easily be included in the FORUMHOME display. If you don't use vBadvanced the FORUMHOME template could be modified to include a template hook that would, with a corresponding plugin, support garages being displayed in this view. Unfortunately in looking through the standard template there are only template hooks after the display of forums and around the What's Going On area.

Feel free to contact me via PM and let me know what kind of display you are looking for and perhaps I can assist.

Thanks

Mark

AdamFL 09-28-2009 09:50 PM

Great work. I wish I could have more than one garage space for the members, I guess the only way is to upgrade to the plus version. I will when I could afford it :)

mferguson 09-28-2009 10:05 PM

If you get the Plus version you also get a lot of other stuff like search, browse, and vBSEO add-ons. Here is a comparison of the two versions if you haven't seen it before. When you're ready contact us and we'll help you get installed and running quickly.

Thanks!

Mark

AdamFL 09-28-2009 10:14 PM

Yes, I'm getting it now! well in few minutes. Thank you!

mferguson 09-28-2009 10:22 PM

Glad to help. We'll look forward to working with you!

Best regards,

Mark

AdamFL 09-28-2009 10:33 PM

Arghh I thought it was $50, I was looking at the wrong product :( Now i need to wait few days before I get it.
Thanks anyway.


All times are GMT. The time now is 10:52 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.01432 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)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