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)

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. :)


All times are GMT. The time now is 07:42 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.01360 seconds
  • Memory Usage 1,740KB
  • 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
  • (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