vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VbGarage 3.5 (https://vborg.vbsupport.ru/showthread.php?t=109924)

River_rush 02-07-2009 07:13 PM

Quote:

Originally Posted by pargoff (Post 1736968)
is there a tutorial on how to configure vbgarage somewhere? how do you remove old entries from the garage? how do you sort by latest activity? anyone please help!

you delete them! you will get an error page but it will have been deleted.

pargoff 02-09-2009 11:55 AM

Quote:

Originally Posted by River_rush (Post 1737259)
you delete them! you will get an error page but it will have been deleted.

i'm trying to troubleshoot an existing vbgarage where no one can create or edit their cars in the garage. is there a control panel for vbgarage somewhere or do you have to do everyting from phpmyadmin?

designerweb 02-13-2009 07:11 PM

Has anyone who uses this mod ever add more questions to add car form?
Just wondering how I should go about doing that.

kNeeLy 02-15-2009 12:20 AM

just installed...working fine..so far, so good!!!

www.tunemytoyota.com

Bulldog Stang 02-15-2009 07:50 AM

Wish this was updated for vB 3.8

FRANKTHETANK 2 02-15-2009 03:23 PM

Will it work for 3.8

River_rush 02-19-2009 11:47 PM

Quote:

Originally Posted by pargoff (Post 1738617)
i'm trying to troubleshoot an existing vbgarage where no one can create or edit their cars in the garage. is there a control panel for vbgarage somewhere or do you have to do everyting from phpmyadmin?

yes you can add extra questions in, I have added engine type to a test forum after editing the xml and the php file. but it only shows the new field on a fresh install or after uninstalling then reinstalling again, or i can install the xml file with the old database still installed and then manually edit in the "engine" field through mysqladmin and it will work.
What it wont do, is add the field in via the xml when upgrading an existing installation.

I assume this is because its looking for the table exists statement and then as it already exists leaves it alone without inserting the extra field.
I have no idea how to re-write the sql statement to check if the extra fields exist and then if not to create them


$db->query("
CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "vbgarage_users (
`userid` int(10) unsigned NOT NULL default '0',
`year` varchar(20) NOT NULL default '',
`make` varchar(30) NOT NULL default '',
`model` varchar(40) NOT NULL default '',
`engine` varchar(50) NOT NULL default '',
`text` mediumtext NOT NULL,
`lastactivity` int(60) unsigned NOT NULL default '0',
PRIMARY KEY (`userid`)
) TYPE=MyISAM"
);


I hope this makes sense!

The screenshots below are of the standard tweaked install and not the install with the extra fields

neopets 03-04-2009 02:09 AM

I offer paid support and modifications of this system. pm me if interested.

River_rush 03-14-2009 10:18 PM

We have now purchased CND garage system for our forum and uninstalled this. highly recommended!

busur 03-24-2009 10:30 AM

hi,

I installed this hacks.
it works but it didnt appear in USERCP.

I insert all the code to Usercp_shell but its now show the link.

please help me


All times are GMT. The time now is 08:57 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.02328 seconds
  • Memory Usage 1,735KB
  • 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