Version: , by noppid
Developer Last Online: Sep 2015
Version: Unknown
Rating:
Released: 01-24-2005
Last Update: Never
Installs: 0
No support by the author.
I wrote some code today. I'm using some code snippets and the basic logic that magnus sent me. I believe the author was Action-N and magnus. Thanks again to both of them for sharing. We needed some logic, code, and templates to do this addition and again they cheerfully provided them.
vBGarage public release will be an adaptation using the above logic, some edited code, and some edited templates. If you have seen those branchs of the code, you may see some similarities and some differences in the adaptation.
You can see what I have so far at my Computer Rigs Forum. I have two garages set up to view. I really need a few testers to register and login to test using the garage to provide feedback on addition work.
There are database changes, template changes, template additions, and an updated vbgarage.php so far. URL's are also affected by including/passing addition variables.
Comments are needed in this thread, please give us your two sense and we'll see where the chips fall.
Here's the list of changes so far...
Quote:
// New vbgarage.php
// New vB file edits
Who's online instructions will be included
// Database changes
Table: vbgarage_comments
added field `vbgarageid`
added index on field `vbgarageid`
Table: vbgarage_users
dropped Primary Index on field `userid`
added field `garageid` int(10) unsigned NOT NULL auto_increment,
added index PRIMARY KEY (`garageid`),
added index KEY `userid` (`userid`)
Table: vbgarage_images
added field `id` smallint(6) unsigned NOT NULL default '0',
added index KEY `id` (`id`),
added index KEY `userid` (`userid`)
// new phrases Globals
vbgarage_alert_off = The Garage is Currently Turned OFF!!! Only Admins can see the Garage!
vbgarage_parked_cars = Car List
vbgarage_gallery = Photo Gallery
vbgarage_add_edit = (Add/Edit your Car)
Setting Phrases
setting_vbgwysiwyg_desc = Use the WYSIWYG Editor?
setting_vbgwysiwyg_title = Editor Options
// images
Two new images
forums/images/misc/deletegarage.gif
forums/images/misc/editgarage.gif
Thanks for your time.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Very nicely done so far, just noticed when you click on an image, you have to register first! Like that Ideal!
A bit off topic, but if its not to much trouble, how did you get the google ads in their under the users list of modifications on their personal page? I'd like to put a <hr> break in ther like you have, then under that, list some paid links of some sort!
It's just template edits in the correct places, not difficult. My motorcycle site is running 4.0.3 and my computer site is running the upcoming vBGarage (4.1.0?). Depending on which site you are referring to, the google ads do go in different places, but with a little more detail, we could get ya going.
For the upcoming release, I'm considering leaving markers in the code as comments to suggest the google placement. Honestly, the template were rewritten to be specifically more SEO friendly and target the ads. Thanks to JoeyChgo for his time and suggestions doing the optimization!
It's just template edits in the correct places, not difficult. My motorcycle site is running 4.0.3 and my computer site is running the upcoming vBGarage (4.1.0?). Depending on which site you are referring to, the google ads do go in different places, but with a little more detail, we could get ya going.
For the upcoming release, I'm considering leaving markers in the code as comments to suggest the google placement. Honestly, the template were rewritten to be specifically more SEO friendly and target the ads. Thanks to JoeyChgo for his time and suggestions doing the optimization!
Hey when you said what version do you mean browser? I'm currently using mozilla firefox 1.0 in specific
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Hey when you said what version do you mean browser? I'm currently using mozilla firefox 1.0 in specific
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Actually thank *you* for the hard work! Oh and I just checked the other fixes. It looks great now that the php and other code tags don't warp the page.
Is there anything in particular on vbgarage you want us to debug? If not I'll just go ahead and test things at random.