View Full Version : vBGarage v3.1.1 (now with GD-Lib support!)
Pages :
1
2
3
4
[
5]
6
7
8
noppid
07-07-2004, 10:30 PM
OKay all i did was run the queries in phpmyadmin and it works. I did not edit anything. I just went back into vbulletin options/vbgarage options and hit save and it works now.
If you are using vB 3.0.2 or later there is a conflict with vBgarage in the init.php file. You should edit it for vBgarage to use it's own unique mask to avoid conflicts.
In init.php find
'canhaverepleft' => 8388608
Change it to...
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
The code seems dynamic, but in the long run it will be easier to deal with future upgrades with these edits.
DeeperImage
07-07-2004, 11:01 PM
If you are using vB 3.0.2 or later there is a conflict with vBgarage in the init.php file. You should edit it for vBgarage to use it's own unique mask to avoid conflicts.
In init.php find
'canhaverepleft' => 8388608
Change it to...
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
The code seems dynamic, but in the long run it will be easier to deal with future upgrades with these edits.
Thanks Noppid. I went ahead and made those changes. Everything seems to be running smooth. Man I wish there was a way to make upgrades to vb with out having to edit all you hacks all the damn time. I have another one that is not working anymore either adscolumn 1.0
noppid
07-07-2004, 11:41 PM
Thanks Noppid. I went ahead and made those changes. Everything seems to be running smooth. Man I wish there was a way to make upgrades to vb with out having to edit all you hacks all the damn time. I have another one that is not working anymore either adscolumn 1.0
You're very welcome. The other hack is a Magnus hack too. He seems mia currently though. Sorry I don't use it so I'm not familiar with it.
I have vb garage on 3.0.1 and it was running finr now i get nothing to edit the fields, my users don't have the options and its not in the admin cp since the upgrade.
I canged the scripte in the init.php file and ran the sql tables, but nothing happend. it showed they were changed i restarted my comp and delete cookies too. im running vb 3.0.3
noppid
07-08-2004, 04:39 PM
Sounds like you need to go through your templates for the user options. USERCP_SHELL required a Revert and that's where the user's edit option is. I'm not 100% sure that is what your explaining, but that's how I take it.
I posted what worked for us, don't confuse this with official support.
gldtn
07-08-2004, 11:27 PM
Hello everyone.. I'm trying to customize this hack by removing a couple of fields from the "vbgarage_editgarage" template, but now I can't edit my garage no more because some how the script is still keeping track of the fields i removed and is saying that I left it blank.. may someone help me by pass this?
thanks in advance
SuperSix
07-09-2004, 12:56 AM
Nice hack! I got it installed on the latest VB, and it's working. However, I can't see any of the pics thatare uploaded..
Any ideas?
Nice hack! I got it installed on the latest VB, and it's working. However, I can't see any of the pics thatare uploaded..
Any ideas?
Have you GD enabmed in the Admin CP -> vBulletin Options? This will give you thumbnails on attachments, and its also for thumbs on the garage. click on one of the images you uploaded. If GD isnt enabled, there wont be a thumbnail image but when you click on the X the pop up should still work.
Can anyone tell me how to let moderators moderate the garage or is it possible?
I wanted to add a few sections to vBGarage...Have no idea how to though.
I was thinking of creating a vbGarage for Rides and One for Moodded PCs.
With the gamers on our site some of them hook up their cars others hook up their PCs and I wanted to allow for them both to be able to show off the stuff.
"RIGS & RIDES"
DeeperImage
07-14-2004, 01:46 AM
I upgraded from 3.0.1 to 3.0.3 and VBGARAGE still works fine, but now you cannot edit your garage from UserCP or with the Edit button on their garages. It gives this message. Keep in mind I am the site admin.
neo, you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
What can I do to fix this? Thanks.
Also on a related issue. I get that same message when I try to give any of my members reputation points. Help !!!!
y2krazy
07-14-2004, 03:15 AM
Try checking your init.php edits. I think I had this same issue once before because one of the permission numbers was missing the last number of the variable or something. I fixed this and it worked just fine(I believe each permission variable should double in numerical value for the next one --- if you know what I am referring to). This is the step I messed up on:
3b. In INCLUDES/INIT.PHP:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACKI believe I left out the last "4" in the 'canvbgarage' permission setting. Hope this helps!
-y2k-
noppid
07-14-2004, 11:51 PM
Try checking your init.php edits. I think I had this same issue once before because one of the permission numbers was missing the last number of the variable or something. I fixed this and it worked just fine(I believe each permission variable should double in numerical value for the next one --- if you know what I am referring to). This is the step I messed up on:
3b. In INCLUDES/INIT.PHP:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACKI believe I left out the last "4" in the 'canvbgarage' permission setting. Hope this helps!
-y2k-
Those edits are obsolete and cause a vB conflict with this hack. This changed with 3.0.2. He has upgraded from 3.0.0 to 3.0.3, the instructions you give are no longer valid.
cogimo
07-16-2004, 12:54 AM
Hi
Maybe someone can help me, I am not using GD so I used the code to show images without GD
I got it to work at http://www.raisedvoices.com/forum/vbgarage.php?do=view&id=1
However it does not work on the frontpage of the garage
http://www.raisedvoices.com/forum/vbgarage.php?do=list
Where and what is the code to change this as well without using GD
Can someone post the exact code
Thanks in advance
spence2
07-16-2004, 01:01 AM
So, based on the last few entries...
does this hack work with vB3.03? Images, edits and all? Thanks!
vwturbo
07-16-2004, 04:06 PM
So, based on the last few entries...
does this hack work with vB3.03? Images, edits and all? Thanks!
I'm wondering the same thing. Does this work with 3.0.3 properly? I installed it and nothing shows up in the UserCP.
vwturbo
07-16-2004, 06:12 PM
Anyone? It's pretty important that I get this working asap.
DeeperImage
07-16-2004, 07:02 PM
So, based on the last few entries...
does this hack work with vB3.03? Images, edits and all? Thanks!
It is not working all that great for me running 303. I removed
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
And it works and lets me edit it. but not sure how safe that is, however some members get red xs.. :ermm:
SaN-DeeP
07-16-2004, 11:51 PM
hi folks
check my heavily modified vbgarage mod :)
https://vborg.vbsupport.ru/showthread.php?t=67197
If anyone needs a heavy cusotmization to there garage mods, or looking to display a major change send me a PM only :)
I am waiting for a permissions from magus to use it :)
Sandy...
vwturbo
07-17-2004, 03:24 PM
It is not working all that great for me running 303. I removed
And it works and lets me edit it. but not sure how safe that is, however some members get red xs.. :ermm:
I did remove
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
and then I went to go through my registered users options and noticed that vbGarage was turned off for some reason so I turned it back on and hit save and got this error.
Database error in vBulletin 3.0.3:
Invalid SQL: UPDATE vb3_usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Registered Users',
description = '',
usertitle = '',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
canvbgarage = '1',
attachlimit = '5242880',
avatarmaxwidth = '80',
avatarmaxheight = '80',
avatarmaxsize = '20000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535',
pmquota = '50',
pmsendmax = '5',
forumpermissions = '127231',
pmpermissions = '3',
calendarpermissions = '19',
wolpermissions = '1',
adminpermissions = '0',
genericpermissions = '5827',
genericoptions = '30'
WHERE usergroupid=2
mysql error: Unknown column 'canvbgarage' in 'field list'
mysql error number: 1054
What happened to the author of this mod? It is necessary that I get this to work with 3.0.3. Or can someone send me version 3.0.1 of the board?
vwturbo
07-17-2004, 11:02 PM
I can't be the only one out there who wants to run vbGarage with vBulletin 3.0.3.
cogimo
07-17-2004, 11:52 PM
HI
I just installed it on my site and I have no problems. Since I did not have GD installed on this server yet I just used the code posted for those who did not run GD
The sites is running 3.0.3
The site is at raisedvoices.com
vwturbo
07-18-2004, 12:38 AM
HI
I just installed it on my site and I have no problems. Since I did not have GD installed on this server yet I just used the code posted for those who did not run GD
The sites is running 3.0.3
The site is at raisedvoices.com
Do you get an error when modifying the Registered Users group? I posted it 3 posts back.
cogimo
07-18-2004, 04:37 AM
Hi
I turned it on for the registered users and the admin and I did not get an error
Do you get an error when modifying the Registered Users group? I posted it 3 posts back.
vwturbo
07-18-2004, 01:43 PM
How did you deal with this part of the instructions?
3b. In INCLUDES/INIT.PHP:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
#######################
I had another field that would come after canvbgarage with the same value. What did you do here? can you show me this section of code?
cogimo
07-18-2004, 04:10 PM
Hi is how my includes/init.php look, I also have other fields after this one
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
'canseehiddencustomfields' => 262144,
How did you deal with this part of the instructions?
3b. In INCLUDES/INIT.PHP:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
#######################
I had another field that would come after canvbgarage with the same value. What did you do here? can you show me this section of code?
87accordlxi
07-19-2004, 08:05 PM
The hack is installed on our board, however the only people who have permission to view it are the Super Administrators. When other people try to get into the vbgarage, they get a "no permission" error like you would get when going into a restricted forum. Is there a line of code somewhere that needs to be edited to allow all usergroups to view the vbgarage? What I want to do is allow all usergroups to view the garage, and only allow a few usergroups to actually be able to upload stuff to it. I am aware of the "can use vbgarage" option under usergroup manager, but that means nothing if they don't even have permission to view it.
Mr. Brian
07-19-2004, 10:26 PM
I don't think there's any admin option inside the admincp?
iamwhitey
07-20-2004, 05:57 PM
anyway to get the images stored to a folder instead of the database? or a way to disable hot linking?
kyrnel
07-21-2004, 02:55 PM
3.0.3 Compatibility
It looks like an array is being created in includes/init.php that stores permissions as boolean values in a binary string. Each of the permissions refernces a binary position (i.e., 1, 2, 4, 8, 16, etc.)
In 3.0.3 the value 'canseehiddencustomfields' is added that uses the same space as the 'canvbgarage' value. So all you need to do to fix this is change the 'canvbgarage' position so it doesnt interfere with the new value.
I changed the code to this and it works fine:
// START VBGARAGE HACK
'canvbgarage' => 16777216,
// END VBGARAGE HACK
If you leave it the same as the other value then they will interfere with each other.
noppid
07-22-2004, 11:36 AM
3.0.3 Compatibility
It looks like an array is being created in includes/init.php that stores permissions as boolean values in a binary string. Each of the permissions refernces a binary position (i.e., 1, 2, 4, 8, 16, etc.)
In 3.0.3 the value 'canseehiddencustomfields' is added that uses the same space as the 'canvbgarage' value. So all you need to do to fix this is change the 'canvbgarage' position so it doesnt interfere with the new value.
I changed the code to this and it works fine:
// START VBGARAGE HACK
'canvbgarage' => 16777216,
// END VBGARAGE HACK
If you leave it the same as the other value then they will interfere with each other.
That's been covered already. https://vborg.vbsupport.ru/showpost.php?p=530310&postcount=998
kyrnel
07-22-2004, 09:15 PM
Thanks for the clarification. I forgot that I manually updated the tables. Good to know it was already covered. :)
PuntoPower
07-23-2004, 01:48 PM
wat a brilliant bit of code, i love vbgarage as i run a car based website.
i was wondering is it possible to have different sections, eg staff cars, members cars etc??
many thanks
Xoxideforums
07-24-2004, 01:16 AM
Little Problem.... As you can see on http://www.mustangtuningforums.com/vbgarage.php?do=list The tumbnail doesn't show up... Any ideas on how to fix it? ;) Thanks
EDIT: Ok I figured it out.... No GD =/ Is there any way to have this WITHOUT GD?
Mr. Brian
07-24-2004, 02:28 AM
How to upload image?
Xoxideforums
07-24-2004, 02:36 AM
How to upload image?
Threw the User CP thats easy.....
I'm talking to the server admin... I think he's going to put GD on the server so I'm good
Thanks anyways
Mr. Brian
07-24-2004, 02:46 AM
I just couldn't find any upload box.
bmx269
07-26-2004, 11:55 PM
I don't think there's any admin option inside the admincp?
I installed 3.1.1 on vB 3.0.3 and I am not seeing any admin options for editing any users Garage. Any help?
-Trent
bmx269
07-26-2004, 11:57 PM
Nevermind, I see the edit and delete options in the Garage when I click on the users item. Thanks.
-Trent
www.k-series.com
slyntz
07-27-2004, 12:17 PM
Hello,
I have 2 issues I would like to know how to correct with this hack. I am running the website www.jboc.org and it seems to be working fine however, here are the issues I see.
From Step 3b. My array currently looks like this:
...
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
//'canseehiddencustomfields' => 262144,
I need the last line to be active, so how can I do that.
Secondly from step 4b. The line you request for me to look for in the NAVBAR Template does not exsist. I am sure this is due to my style, but could you verify it won't be an issue?
Thanks
oly51
07-27-2004, 04:02 PM
.... //'canseehiddencustomfields' => 262144,
I need the last line to be active, so how can I do that. To activate, remove the "//"
slyntz
07-27-2004, 05:02 PM
I know that, but if I do that my entire site dies. If I have it like it is, its working. But I cannot edit the usergroup permissions. It errors out due to that line. So I need to know how to change that number.
TunerNetwork
07-28-2004, 04:06 PM
USERCP_SHELL, where is that, im running vBulletin Version 3.0.3 and i cant find it. if someone could please help me, id greatly appreciate it.
mixylplik3
07-28-2004, 07:26 PM
This looks great. I also have Photopost and will implement it when vBG supports it! :up:
slyntz
07-29-2004, 11:36 AM
@TunerNetwork
If you login to admin, then click Styles & Templates > Style Manager > then from the drop down menu click edit Templates for the style you are using. Then scroll down the list to User Control Panel Templates > USERCP_Shell is there. Double click it and it will bring up the window to edit it. Once complete hit save at the bottom.
GoldnGT
07-30-2004, 11:28 AM
Can someone please direct me to the post with the code so you don't have to have GD installed to get the thumbnailing to work? I was hoping Magnus would have finished the new version that didnt require GD and had multiple garages.. but that was two months ago when he said he was testing it out.. and nothing has come since.. =o(
Mike
oly51
07-30-2004, 12:50 PM
... I was hoping Magnus would have finished the new version that didnt require GD and had multiple garages.. MikeYeah, me too. I've been waiting for version 3.2 before I install. Really need the multiple garage feature. :disappointed:
0ptima
07-31-2004, 05:41 AM
Yeah, me too. I've been waiting for version 3.2 before I install. Really need the multiple garage feature. :disappointed:
IS there going to be a 3.2 ?
MayhemSI
07-31-2004, 08:38 PM
This would be perfect if there was an option to write the files outside of the database to a directory or to a seperate database. My vB database is already 600+ megs and growing and doesn't need to be more bloated... anyone figure that out yet?
Hi,
Urgently need your help/suggestions. Running vb3.0.3. and installed VBGarage without any problem. But after one day it started:
"Can use VBGarage" is disabled for registred members from time to time. I don´t know if it is after someone registred at the forum or if it is a Cron job that disables it. It has happen also with moderator group. Ivé enabled "Can use VBGarage" in usergroup manager level and general settings as well.
Otherwise i must say it works great.
Anyone had this problem in the past? Or could pinpoint out an direction where to look or how to do? Done all system/DB checks within the VBadmin.
ENV: Apache 2 - Mysql 3.23 - PHP 4.3.4 - VB 3.0.3 - VBGarage 3.11 downloaded 4 days ago.
ImportPassion
08-01-2004, 01:42 AM
Can someone please direct me to the post with the code so you don't have to have GD installed to get the thumbnailing to work? I was hoping Magnus would have finished the new version that didnt require GD and had multiple garages.. but that was two months ago when he said he was testing it out.. and nothing has come since.. =o(
Mike
his last post on the site was may 17
TunerNetwork
08-02-2004, 03:30 PM
ok, cant find the the following in the NAVBAR:
4b. In NAVBAR:
Find:
#######################
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
#######################
Add BELOW:
#######################
<!-- START VBGARAGE HACK -->
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
<!-- END VBGARAGE HACK -->
#######################
Im in the navbar and cant find this, let me know if I am missing something or....
oly51
08-02-2004, 04:16 PM
ok, cant find the the following in the NAVBAR:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
It's about halfway down in the navbar template. There will be a string of similar "vbmenu_control" statements that follow the $vbphrase [ ] sequence of your navbar. (user cp, faq, member list, calendar, etc)
TunerNetwork
08-03-2004, 04:30 AM
nope, not finding it, im using the trance template, if someone can help, please let me know!
eficker
08-03-2004, 06:01 AM
Easy install.
http://www.provoscooter.com/vbull
Now, if I could only get the navbar to say ScooterGarage, and the Garage to say Scooter, instead of Car......
Erich
TunerNetwork
08-03-2004, 02:02 PM
someone help,lol, i can not find it ANYWHERE, and ive check other files....
oly51
08-03-2004, 03:59 PM
someone help,lol, i can not find it ANYWHERE, and ive check other files.... Ahh.. I see you are using a different style. The navbar instructions are for the default vB3. You will need to add another button and put the 4b. code changes with it. (Maybe you can copy your chat button info and paste is the vbGarage code there.) HTH...
TunerNetwork
08-03-2004, 04:26 PM
ok, this i do not know how to do, can someone help me with that ^^^^^^^^ please! I am running into the same problem with the vbarcade...so till i can figure out how I do this, im screwed.
nickels376
08-04-2004, 12:53 PM
While I'm sitting here reading all the responses about people who are excited about this mod, I realize that the mod itself is dead in the water. My soul motivation for installing this mod was the fact I converted from InvisionBoard and Copland007 had a Garage Mod that kicked royal ass. I thought that this mod would take shape into a mod that is comparable to that and my members would be happy with.
So far, the creator is missing since May - My personal emails to him don't get returned. I even offered to purchase the code to his update at whatever cost, no reply. Unfortunately, if you bring out something like a hack / mod - You should stick around to help / support it. If you don't plan on that, don't release the mod - Seems silly to me. Has anyone thought about picking up where this left off and building something on it? Or is there another different "Garage" in the works? This type of mod has a big impact on my site, and right now the current offering is still teething and leaves alot to be desired (which if development kept up I'm sure wouldn't be an issue).
Don't mis-understand what I'm trying to say, I'm not ungrateful that he released this mod. I'm not unhappy with it's performance, what I'm unhappy is that it seems this will never mature into anything else than the 3.1.1 version it is now. But if this is the status of mods for a "supported" BB, the free "BB" mods are much better indeed and sometimes make me wish I hadn't converted in the first place.
***Ponders un-install***
-Dom
ImportPassion
08-04-2004, 01:04 PM
where can i find that hack for IB?
nickels376
08-04-2004, 03:28 PM
I think that someone here will smack me for this, but if you want to find the hack - The owner is located @here. (http://www.acurainspired.com)
-Dom
BamaStangGuy
08-04-2004, 05:15 PM
While I'm sitting here reading all the responses about people who are excited about this mod, I realize that the mod itself is dead in the water. My soul motivation for installing this mod was the fact I converted from InvisionBoard and Copland007 had a Garage Mod that kicked royal ass. I thought that this mod would take shape into a mod that is comparable to that and my members would be happy with.
So far, the creator is missing since May - My personal emails to him don't get returned. I even offered to purchase the code to his update at whatever cost, no reply. Unfortunately, if you bring out something like a hack / mod - You should stick around to help / support it. If you don't plan on that, don't release the mod - Seems silly to me. Has anyone thought about picking up where this left off and building something on it? Or is there another different "Garage" in the works? This type of mod has a big impact on my site, and right now the current offering is still teething and leaves alot to be desired (which if development kept up I'm sure wouldn't be an issue).
Don't mis-understand what I'm trying to say, I'm not ungrateful that he released this mod. I'm not unhappy with it's performance, what I'm unhappy is that it seems this will never mature into anything else than the 3.1.1 version it is now. But if this is the status of mods for a "supported" BB, the free "BB" mods are much better indeed and sometimes make me wish I hadn't converted in the first place.
***Ponders un-install***
-Dom
I currently have this installed and have been going over the code. I am new to php so its taking me along time to do this and try to understand how he has it set up. I have alot of features I want to see in it and I just dont have the knowledge right now to make them happen. If you would like to get a team going to get this thing started again I can provide ideas I just need someone to help with the coding.
nickels376
08-04-2004, 05:28 PM
I would like that, however I'm still coming from modifying IPB vs VB3... So the learning curve has been pretty steep. However, I would throw my hat in the ring as well. However, this would all be great if we could only get Magnus to sign off on it. I won't copy or modify anyone's work without their express consent.
-Dom
QATAR SPEED
08-04-2004, 07:09 PM
how can i properlly unistall this hack ?
i need to do this as soon as spossbile
after i upgreaded to vb 3.0.3 iam getting thousends of error from MY SQL coz of this hack
HELP PLZ
BamaStangGuy
08-04-2004, 07:11 PM
how can i properlly unistall this hack ?
i need to this as soon as spossbile
after i upgreaded to vb 3.0.3 iam getting thousends of error from MY SQL coz of this hack
HELP PLZ
I would like to uninstall this as well as I wish to rewrite the way it works eventually. Plus I dont want people continuing to use it
nickels376
08-04-2004, 11:22 PM
I feel the same about removing it till I can get a grip on what I can do. Un-installing it is pretty simple, just re-write the files you modified with the original VB3 files, then delete the MySQL entries and that's it.
BTW - The garage can't break an upgrade, the upgrade breaks the garage...lol
-Dom
Modin
08-05-2004, 12:11 AM
to uninstall just work backwards from the installation instructions...
(where it says Add, remove instead)
you shouldn't need to worry about the extra phrases, they won't harm your board.
Rick Sample
08-07-2004, 01:17 AM
Also, in the vbgarage home, you know how it has the username, type of mustang, etc... On the far left, is their anyway to list 1 members photo so the users won't have to click through each one. They will be able to see each car and click on the ones they find appealing, thanks,
Nice hack.
I found an install bug though. Looking through the install script I see nowhere that it modifies the prefix_usergroup table to insert the canvbgarage field so I had to do it manually. Might want to check into that ;).
obiwan8472
08-14-2004, 04:44 PM
Multiple garages needs to be done. One forum seems to have it.
http://www.sffba.net/forum/vbgarage.php?do=list
Any idea on the coding?
integra99
08-14-2004, 07:03 PM
Multiple garages needs to be done. One forum seems to have it.
http://www.sffba.net/forum/vbgarage.php?do=list
Any idea on the coding?
That would be the author of this hacks webpage, I'm assuming a version to be released maybe?
Any idea on the coding?
For me, I modified this hack quite a bit to suit my needs.
I restructured the database fields as well.
You can see it in action here (http://www.petfrd.com/forum/tankgallery.php). Nothing to do with cars though :D
drumsy
08-17-2004, 05:20 AM
What would be the appropriate conditional to use when placing this in the postbit, to determine if a user has setup their Garage?
RapCheck
08-17-2004, 06:45 AM
great hack, install went smooth and fast.
One thing that would be cool is the code buttons on the edit page... I've looked through this thread and searched and came up with no mods for this... Anyone do it yet?
Odoin
08-21-2004, 05:32 PM
Who made the garage that is used on http://www.s10forum.com/garage/ and http://www.dodgetalk.com/forums/garage.php
?
Who made the garage that is used on http://www.s10forum.com/garage/ and http://www.dodgetalk.com/forums/garage.php
?
As far as I know, the S10 version's layout is based on the DodgeTalk one. And I coded the DodgeTalk one. (Although they look the same, they're not.)
Nexus[l33t]
08-21-2004, 08:04 PM
i've tried all the suggestions for making this work with 3.0.3 but no such luck. i've read and re-read the instructions step by step. here's my init code...
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
);
i've ran the queries on the database as suggested in a previous post also. i've checked permissions, etc. but users still get an error saying they don't have permission to access the garage.
any help would be appreciated. thanks
Odoin
08-21-2004, 08:57 PM
Hi John.
I just sent you an email. Ron gave me your address.
johnnyb
08-25-2004, 10:22 PM
Fixed Issue!
thorzzzten
08-26-2004, 09:51 AM
hy,
are there any known problems with vBulletin 3.0.3 german version?
or is this hack working for the german version smoothly?
thx!
thorsten
Wordplay
08-26-2004, 11:24 AM
problems:
1) in the admincp > user groups management the field for the vbgarage is blank but has the yes or no radio button.
2) in the vbulletin board options the vbgarage field isn't neither.
i'm running 3.0.3
edyonline
08-27-2004, 06:27 PM
maybe it's a silly question but how to add an entry?
johnnyb
08-27-2004, 06:40 PM
Through the user CP. I just did a template mod and added a Submit/Edit Vehicle on the list template.
y2krazy
08-27-2004, 11:31 PM
Not sure why this isn't working, but it has to do with the init.php edits around this line:
'canseehiddencustomfields' => 262144,
They can not have the same permissions(canvbgarage and canseehiddencustomfields), so anyone that has resolved this issue, please repond. Thanks.
johnnyb
08-28-2004, 04:46 AM
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
);
Place and change it to the code above in the init.php. It's an issue discussed previously in this thread. It was a simple rearrangement in the code that caused the issue.
checknme12
08-28-2004, 04:09 PM
Can anyone provide a newb with a complete walk through on adding a new field to vbgarage?
For instance, how would I add a field for "cooling"?
Thanks :D
Wordplay
08-29-2004, 10:40 AM
problems:
1) in the admincp > user groups management the field for the vbgarage is blank but has the yes or no radio button.
2) in the vbulletin board options the vbgarage field isn't neither.
i'm running 3.0.3
any help on that?
y2krazy
08-29-2004, 12:31 PM
Thanks, johnnyb! Now there aren't any problems with the hack on my 3.0.3 vB! :)
* y2krazy clicks install!
BamaStangGuy
09-03-2004, 05:23 AM
Here is our version of the vbgarage
http://www.mustang-forums.com/forums/vbgarage.php?
we still have four main things we are going to implement
1) Multi-file uploads
2) Thumbnail image in the list of garages
3) Images layed out like they were in the demo
4) Filters as you stated by year, engine size, others that may be thought of by then.
checknme12
09-03-2004, 06:02 PM
Can anyone provide a newb with a complete walk through on adding a new field to vbgarage?
For instance, how would I add a field for "cooling"?
Thanks :D
Anyone help a newb out?
Rick Sample
09-04-2004, 03:35 PM
Does anyone know how to do this with their VBgarage?
Stangnet has "My Garage" located under each user name. When you click on that, it takes them to that persons vbgarage. Here is the example: http://forums.stangnet.com/showthread.php?t=495972
Thanks
dsotmoon
09-04-2004, 08:55 PM
i added this to my legacy postbit
<!-- added garage code here --><a href="http://www.**mywebsiteURL**.com/forum/vbgarage.php?do=view&id=$userinfo[userid]"><smallfont>View my FSB Garage</smallfont></a>
<!-- end garage code-->
dsotmoon
09-04-2004, 08:58 PM
i added this to my legacy postbit
you can see a live example here...
http://www.fullsizebronco.com/forum/showthread.php?t=25029
Rick Sample
09-04-2004, 10:23 PM
Thanks! That worked out great!
I want to add the who's online additional hack to vbgarage, but does anyone know where this template is: includes/functions_online.php?
Thanks
eoc_Jason
09-05-2004, 12:22 AM
It's not a template... it's a file...
joeychgo
09-05-2004, 05:22 AM
How do I make it so it doesnt show the link if the member doesnt have a garage????
i added this to my legacy postbit
joeychgo
09-05-2004, 06:02 AM
Yeah, me too. I've been waiting for version 3.2 before I install. Really need the multiple garage feature. :disappointed:
I dont know what Mangus is up to -- he hasnt been here since July........
IM not holding my breath for a new version from him. Ive pm'd him here and on his board, and never gotton an answer.........
joeychgo
09-05-2004, 09:41 PM
i added this to my legacy postbit
<!-- added garage code here --><a href="http://www.**mywebsiteURL**.com/forum/vbgarage.php?do=view&id=$userinfo[userid]"><smallfont>View my FSB Garage</smallfont></a><!-- added garage code here --><a href="http://www.**mywebsiteURL**.com/forum/vbgarage.php?do=view&id=$userinfo[userid]"><smallfont>View my FSB Garage</smallfont></a>
MY question is -- how can I make it so if the users DOESNT have a garage, the link either doesnt show - or instead says "THIS USER HASNT CREATED A GARAGE YET" ???
Right now, every user has this link, but every user doesnt have a garage......
Rick Sample
09-05-2004, 10:00 PM
MY question is -- how can I make it so if the users DOESNT have a garage, the link either doesnt show - or instead says "THIS USER HASNT CREATED A GARAGE YET" ???
Right now, every user has this link, but every user doesnt have a garage......
Yeah, thats what I've been thinking. About 90% of my members dont have a garage. When users click on that and it comes up empty, their going to stop clicking that because all they get is a blank page.
That would be cool if it said "This user hasn't created a Garage yet" or something like that.
joeychgo
09-05-2004, 10:02 PM
Yeah, thats what I've been thinking. About 90% of my members dont have a garage. When users click on that and it comes up empty, their going to stop clicking that because all they get is a blank page.
That would be cool if it said "This user hasn't created a Garage yet" or something like that.
yeah, my thought is it might encourage users to create a garage if they havent........
Rick Sample
09-05-2004, 10:04 PM
yeah, my thought is it might encourage users to create a garage if they havent........
Yeah, and somewhere on the page where it says they don't have a garage, put a link in red or some bright color and say "Add your car to the garage" or something because a lot of the members don't know they can add their car throught the usercp
Anyone wanna try coding it??? :)
I am no whiz at hacking, but I think you may need to include some code to check the database to see if any rows containing a particular userid is present. If there is , then output a template for the 'Show garage of user' function. If there is no such row with that particular userid, then it won't show ( an easy if conditional ).
I am not sure if it is the most efficient way to do it but i hope that gives you an idea of how to start :D
Rick Sample
09-06-2004, 02:20 AM
My members keep wanting a way to sort through the garages, has this came out yet? By like, username, make, model, last visited, etc.????
If our site gets so big with thousands of cars, it would be impossible for those in the middle somewhere to get viewed. It would always be the beggining and so on.
joeychgo
09-06-2004, 03:40 AM
My members keep wanting a way to sort through the garages, has this came out yet? By like, username, make, model, last visited, etc.????
If our site gets so big with thousands of cars, it would be impossible for those in the middle somewhere to get viewed. It would always be the beggining and so on.
We're working on this ourselves
integra99
09-06-2004, 04:00 AM
Apparently the creator of this hack is MIA. You can contact him on his board at http://www.sffba.com, same handle as on here. They are running a much newer version of vbGarage there, multiple car support, etc :)
joeychgo
09-06-2004, 05:02 AM
Apparently the creator of this hack is MIA. You can contact him on his board at http://www.sffba.com, same handle as on here. They are running a much newer version of vbGarage there, multiple car support, etc :)
I did -month ago- no response
Rick Sample
09-06-2004, 11:02 AM
We're working on this ourselves
Awsome! Any dates scheduled for the release????
Rick Sample
09-06-2004, 11:02 AM
I did -month ago- no response
I did to, no response. This hack is so popular, I think he got tired of everyone asking for help though
integra99
09-06-2004, 02:48 PM
I did to, no response. This hack is so popular, I think he got tired of everyone asking for help though
I got on his board and asked him a car question, since I have talked to him on the phone before and know him. He is alive and well, probably just avoiding this hack.
eoc_Jason
09-06-2004, 03:37 PM
You have to edit the showthread.php file and do a left join on the vbgarage table, then add a conditional <IF condition=...> so that only garages that exist are shown... Not that complicated.
MY question is -- how can I make it so if the users DOESNT have a garage, the link either doesnt show - or instead says "THIS USER HASNT CREATED A GARAGE YET" ???
Right now, every user has this link, but every user doesnt have a garage......
joeychgo
09-06-2004, 03:43 PM
You have to edit the showthread.php file and do a left join on the vbgarage table, then add a conditional <IF condition=...> so that only garages that exist are shown... Not that complicated.
Not complicated whatsoever --- now can you please explain what you jsut said???
LOL --- I actually have a clue what your talking about, but no idea how to make it happen..........
Rick Sample
09-06-2004, 04:16 PM
You have to edit the showthread.php file and do a left join on the vbgarage table, then add a conditional <IF condition=...> so that only garages that exist are shown... Not that complicated.
Umm.......not sure what to say to that lol
wynode
09-07-2004, 11:25 AM
So is there any news on having the files uploaded to a folder as opposed to the database?
Rick Sample
09-08-2004, 12:09 AM
Is their anyway yet to make the thumbnails resize automatically? Most of our members upload huge files (not in size, but in height/width) then you can't scroll the image. Its to big and goes way off the page.
Rick Sample
09-09-2004, 10:25 PM
For those who have latest uploads on their main page.
Does that kill your bandwith any? I've noticed I'm going through 700K/B's per day. I'm just wondering how that works, thanks,
pramodha
09-10-2004, 08:05 AM
For those who have latest uploads on their main page.
Does that kill your bandwith any? I've noticed I'm going through 700K/B's per day. I'm just wondering how that works, thanks,
i tried to read all the page but coulnt here is my problem ... when i submit my image (upload) it show 404 error message ... becos it not point ot the current urll... mine is xyz.com/forum/vbgarage.php but it is pointing to xyz.com/vbgarage.php magnus cna help me?
bushtree
09-11-2004, 04:34 PM
Well guys i tried to post a thread on my forums today and i got the following error. Now no matter what thread i click on to view i get this error:
I tried to make a post on my forums today.. and i got this error.. Now no matter what thread i click on it shows this! What happened how do i fix it?
Database error in vBulletin 3.0.0:
Invalid SQL:
SELECT
post.*, vbgarage_users.*, vbgarage_users.userid AS vbgarage, post.username AS postusername, post.ipaddress AS ip,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline,
NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM vb3_post AS post
LEFT JOIN vb3_user AS user ON(user.userid = post.userid)
LEFT JOIN vb3_userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN vb3_usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN vb3_icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN vb3_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb3_customavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN vb3_deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND deletionlog.type = 'post')
LEFT JOIN vb3_editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN vb3_post_parsed AS post_parsed ON(post_parsed.postid = post.postid)
LEFT JOIN vb3_vbgarage_users AS vbgarage_users ON(vbgarage_users.userid = user.userid)
WHERE post.postid IN (0,214,215,216,217,218,219,220,221,222)
ORDER BY dateline
mysql error: Table 'bushtree_vb.vb3_vbgarage_users' doesn't exist
mysql error number: 1146
Date: Saturday 11th of September 2004 12:30:06 PM
Script: http://www.audiodock.net/showthread.php?t=31
Referer: http://www.audiodock.net/forumdisplay.php?f=2
Username: Nick
IP Address: 24.54.247.86
dtdesign
09-16-2004, 03:03 PM
I was wondering could someone figure this bit out for me ... this is what I have in my init.php - where it says insert 'canvbgarage' => 262144 - I already have an entry there .... I just upgraded to VB 3.0.3 and this is the first hack I'm installing...
$_BITFIELD['usergroup']['genericpermissions'] = array(
'canviewmembers' => 1,
'canmodifyprofile' => 2,
'caninvisible' => 4,
'canviewothersusernotes' => 8,
'canmanageownusernotes' => 16,
'canseehidden' => 32,
'canbeusernoted' => 64,
'canprofilepic' => 128,
'canuseavatar' => 512,
'canusesignature' => 1024,
'canusecustomtitle' => 2048,
'canseeprofilepic' => 4096,
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
integra99
09-16-2004, 03:46 PM
I have contacted magnus and am taking over development of this hack. Mods, since I can't edit the original post, do I need to make a new thread for subsequent versions? 3.2.0 will be release in the near future, I have to make an install/upgrade script and figure out the database structure. Thanks :)
-Colin
oly51
09-16-2004, 03:53 PM
Great news. Can't wait for 3.2 to be released
Good news indeed. This is a hack certainly worthy of continued development. I was disheartened to see it's gone dormant for so long.
Rick Sample
09-16-2004, 08:20 PM
I have contacted magnus and am taking over development of this hack. Mods, since I can't edit the original post, do I need to make a new thread for subsequent versions? 3.2.0 will be release in the near future, I have to make an install/upgrade script and figure out the database structure. Thanks :)
-Colin
COOL! Could you see if he'll make a search feature for it to list them by make, model, last update, etc? Also, what about individual boxes? I think it would be cool of instead of having 1 huge text box, to have smallers ones with titltes like: Name, year, Performance mods, appearance mods, interior mods, etc...
Hope to see the new version soon!
integra99
09-16-2004, 08:58 PM
COOL! Could you see if he'll make a search feature for it to list them by make, model, last update, etc? Also, what about individual boxes? I think it would be cool of instead of having 1 huge text box, to have smallers ones with titltes like: Name, year, Performance mods, appearance mods, interior mods, etc...
Hope to see the new version soon!
I'm continuing development, not him. Any requests should be directed towards me ;)
Rick Sample
09-16-2004, 10:52 PM
I'm continuing development, not him. Any requests should be directed towards me ;)
Cool, so do you think you'll be able to incorporate those 2 requests? :)
Also, magnus said this can be done very easy, so I hope you would know the answer , too.
When I go to sites I don't really like clicking on each link to view the members rides. I'm more of an appearance guy, is their anyway to make another category in the first column to post 1 snapshot of the users rides? That way members can view what cars they like the best before actually clicking on their link.
Thanks for your help :)
hooolala
09-17-2004, 12:41 AM
is there any code available to do ramdon pictures on main page or on the side bar like the website below?
http://www.matrixowners.com (one big picture on the main page and 5 small pages on the bottom left hand corner)
if so, please help me.. thanx alot
Rick Sample
09-17-2004, 07:03 AM
is there any code available to do ramdon pictures on main page or on the side bar like the website below?
http://www.matrixowners.com (one big picture on the main page and 5 small pages on the bottom left hand corner)
if so, please help me.. thanx alot
Yeah, I have this on my forums. I put it above my forums though www.muscle-mustangs.com/forums
Anywase, all you have do is find a spot where you want it, I chose FORUM HOME. If you want it their, go to your admin cp, styles and templates, Edit Template, forum home templates, then Forum Home. I put my right under navbar.
This is the code you must put in, you can pretty much put it in anywhere on forum home that you wish it to show:
<!-- START VBGARAGE HACK -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="5"><b>$vbphrase[vbgarage_latest_uploads]</b></td>
</tr>
<tr>
$latestbits
</tr>
</table>
</td></tr></table></td></tr></table>
<!-- END VBGARAGE HACK -->
dtdesign
09-17-2004, 03:53 PM
So is there just going to be an update to this to a new version or will there be a patch to have it working properly with VB3.0.3 ?
hooolala
09-17-2004, 05:43 PM
Yeah, I have this on my forums. I put it above my forums though www.muscle-mustangs.com/forums
Anywase, all you have do is find a spot where you want it, I chose FORUM HOME. If you want it their, go to your admin cp, styles and templates, Edit Template, forum home templates, then Forum Home. I put my right under navbar.
This is the code you must put in, you can pretty much put it in anywhere on forum home that you wish it to show:
<!-- START VBGARAGE HACK -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="5"><b>$vbphrase[vbgarage_latest_uploads]</b></td>
</tr>
<tr>
$latestbits
</tr>
</table>
</td></tr></table></td></tr></table>
<!-- END VBGARAGE HACK -->
thanx alot...
but questions.. how can i make it so that it will "randomly" select different pictures everytime when i refresh the screen?
also how do i make it so that it will fit into the side box..?
sorry to ask all this questions.. i'm kinda new to this php things.. and thanx for the help
spence2
09-18-2004, 12:36 AM
I have contacted magnus and am taking over development of this hack. Mods, since I can't edit the original post, do I need to make a new thread for subsequent versions? 3.2.0 will be release in the near future, I have to make an install/upgrade script and figure out the database structure. Thanks :)
-Colin
Thanks, Magnus!
And thank you, Colin ... much needed and appreciated. :)
Any ETA on an updated version that works with 3.03?
DJ RRebel
09-18-2004, 05:10 AM
I run a DJ / Club Music site ... was wondering what the posibilities of running multiple versions of this ... let's say for example I want to set up the following.
- One for DJ's home set-ups.
- One for Club reviews with pics from that club.
- One for members vacation pics.
While also allowing each member to have more than one of each. But have each of the above catagories seperate with different data fields?
AcidJazz
09-19-2004, 03:13 AM
*clicks install*
Great hack, works very well for me!
Thanks a bunch! :)
thorzzzten
09-19-2004, 08:42 AM
hy,
installation was running smoothly.
except the point "navbar" - I don't get anywhere a link in the navbar for the vbGarage :ermm:
any ideas? :nervous:
I use the German Language Template.
thx
Thorsten
Well, here is my feedback on this whole situation. It was really nice of Magnus to hang around and offer support for the hack till it made hack of the month then just vanish. Maybe I am missing something but I have pretty much followed this thread from page one trying to get some issues resolved and some things added to make this better. To anyone who would like to share thier work to make this hack better or if they have a stable working version of this I will gladly pay you for your work. You can PM me here and I will get back to you.
Some people just need that few minutes of fame, but they will soon fade away. I hope someone will take this work and make it even better as I think there is very much potential in this hack. I would have gladly sent magnus $30+ for this hack if he had at least hung around but I am for sure not going to pay or donate to someone who is just going to run off and leave high and dry.
DJ RRebel
09-19-2004, 04:40 PM
do agree this sort of thing is terribly frustrating, but I think you may be taking your comments a bit far ... lol.
Seriously, if he really cared so much about getting hack of the month, then chances are he would still be around to gloat about about that status. It's probably just a case of someone moving on or not having as much time.
Unfortunately, people who develop these sorts of complicated/great hacks don't owe anybody anything. We should be greatful for what they have done.
For bigger hacks, it does make things very complicated though, as different people want different additions done to the hack. It doesn't quite make sense to discuss it in the same topic as the original creator will probably never add those features. But at the same time, it doesn't make sense to have other threads open, as it would split the hack into many different paths like one new thread supporting multiple garage types, and another thread fixing a potential bug. This would lead to one thread with the new feature, but without the bug fix, and one thread with the bug fixed, but without the new feature. Shouldn't be a problem at the start, but as things develop and more paths stem out of the original, it would mean significant wasted time and energy to incorporate everything! :(
Maybe a solution is a new forum of some sort, which would be a 'modification of modifications' forum ??? lol
nexialys
09-25-2004, 07:43 PM
I have contacted magnus and am taking over development of this hack. Mods, since I can't edit the original post, do I need to make a new thread for subsequent versions? 3.2.0 will be release in the near future, I have to make an install/upgrade script and figure out the database structure. Thanks :)
-Colin
Hi Colin... contact me if you need someone rebuilding an install script and make it follow the new vB protocols (phrases and xhtml) ...
i'd be interested to see the 3.2 features list.... i see the demo site have a complete different structure, with multiple albums per members... i'd like to see what's going on on that.
multiple-new fields ?!
names for the tool (photo album can be renamed)
etc...
I would be happy to help in any way I can to make this hack better ( given my somewhat limited coding skills though but i can try ).
I did amend the original hack somewhat in my own implementation.
dieselpowered
09-27-2004, 09:06 PM
I know this is shown specifically to work with vb 3.0.0, however, will it work with 3.0.3? I could really use this as we run an off-road and racing forum. Thank you!!
Mike
Rick Sample
09-27-2004, 10:08 PM
Yes, it will work with 3.03! :)
dieselpowered
09-27-2004, 10:28 PM
Thank you for the reponse my friend!
Mike
dieselpowered
09-28-2004, 12:10 AM
Hmmm this is not working for me...Here is the error I am receiving when attempting to access the admin page:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/html/bignutsracing.com/forums/includes/init.php on line 728
Any help would be appreciated!
Mike
** Fixed...disregard **
integra99
09-28-2004, 02:45 AM
Hi Colin... contact me if you need someone rebuilding an install script and make it follow the new vB protocols (phrases and xhtml) ...
i'd be interested to see the 3.2 features list.... i see the demo site have a complete different structure, with multiple albums per members... i'd like to see what's going on on that.
multiple-new fields ?!
names for the tool (photo album can be renamed)
etc...
Hi,
Magnus has expressed some sorrow for not being able to continue development of this hack, as he is extremely busy with work and his family right now, as well as trying to maintain his on vb3 based web board. I will do my best to help you all, but keep in mind that I have a very busy life too outside of the webtranet, so be patient with me.
Nex, Magnus has expressed to me that as long as he retains the original credit for this hack, he does not mind what we do with it :) I would be interested in you helping with the new templates and phrases as I'm completly swamped right now with work and school. I wish to retain control of this project, but I will certainly give you credit for helping with it. If you would like to, I can provide you with the new PHP file for 3.2, and you can start on it.
Action-N
09-28-2004, 03:20 AM
I definately would like to work on it. Already had it modifed pretty good for my own. Just wanted to wait till I got ahold of the newer version before I modifed it an shared it. Unfortunately I dumped my website this weekend (accidently) so I'm rebuilding it now. So actually this would be a good time for me to modify that new version. Not sure if I can get something to show off, working on installing the Journal hack right now. Maybe someone remembers what I had done from earlier. Let me know if I can get a copy of that to customize it for car websites.
Edit: Looks like I had enough to bring it back, vB Garage (http://www.action-forums.com/forum/vbgarage.php?do=list)
oly51
09-28-2004, 09:37 AM
....I can provide you with the new PHP file for 3.2, and you can start on it.Colin, Could you give us a rough estimate or time table for the 3.2 release? I've been holding off installing this as I need the multiple car feature.
dieselpowered
09-28-2004, 04:02 PM
Colin, Could you give us a rough estimate or time table for the 3.2 release? I've been holding off installing this as I need the multiple car feature.
I am in the same boat...need the multiple car feature as well!
Mike
integra99
09-28-2004, 04:58 PM
Hi again,
Honestly I have no clue. I actually installed 3.2 on my board this morning, and have been working at making the templates for it. The database and part of the phrase system is complete. I would like to add some timeslip functionality to it much like EvilLS1's hack, but doing it for my own board and releasing it on here are two different beasts as on here, there are "copyrights nazis" running around looking through my code like a hawk. I'll see what I can come up with.
I'm not giving any timeframe atm, however, I do welcome any help with the templates and phrase system as I'm swamped for the next few weeks with work/school/personal.
dieselpowered
09-29-2004, 08:34 PM
I would be happy to help, however, I do not have the required skills to do any coding. Sorry.
Mike
EricR
09-29-2004, 09:58 PM
Hi,
Magnus has expressed some sorrow for not being able to continue development of this hack, as he is extremely busy with work and his family right now, as well as trying to maintain his on vb3 based web board. I will do my best to help you all, but keep in mind that I have a very busy life too outside of the webtranet, so be patient with me.
Nex, Magnus has expressed to me that as long as he retains the original credit for this hack, he does not mind what we do with it :) I would be interested in you helping with the new templates and phrases as I'm completly swamped right now with work and school. I wish to retain control of this project, but I will certainly give you credit for helping with it. If you would like to, I can provide you with the new PHP file for 3.2, and you can start on it.
Would he be willing to release the current version that he is running on his board? Like others, the need for multi-car support is the only additional feature that I'm waiting for.
EvilLS1
09-30-2004, 04:33 AM
Here's a little addon that I made for my site.. Some of you might find it useful:
Add-on: Who viewed my garage?
This will add a "show last 50 viewers" link at the bottom of your garage page. When clicked a small window will popup listing the last 50 viewers (duh).
By default users can only see who viewed their own garage.. You could easily change it a bit so that the admin can see who viewed everyone's garage if thats what you want.
Viewing your own garage will not add your name to the "who viewed" list. It has to be someone other than yourself.
I won't be checking this huge thread so this add-on is released 'as is' with no support.
Action-N
09-30-2004, 06:04 AM
Well, if Colin is taking over for Magnus then dosen't sound like we'll ever get that release. So I waited long enough an decided to start working on my own port of this mod, renamed as v3 Garage. So once I have it finished I'll have to get permission from Magnus. I included 3 screens to show what I have after day 3.
I started with the latest released vesion an have built it to be completly universal. All fields are set with changing phrases, so it doesn't matter what type of garage you want. All phrases, templates are loaded and it's just a matter of designing the layout. Plus I wanted to setup images to be stored as file on server.
Hey EvilLS1, that's pretty cool. I have an idea on how to include field from the timeslips. Also want to work in something for Journals since I want the users to use it for writeing "updates" to thier car.
Oh, as for multiple garages, well I almost had it work. Decided since most people don't have more than one I didn't want to have a second list for everone to have to view. Maye I can set it to show the second list for members that do have more than one car. We'll see.
Ok later, just giving you guys hope.
Rick Sample
09-30-2004, 06:37 PM
YAAAAAAAAAAYYYYYYYYYYYYYYYYY!!!!!!!11
Do you have a schedule date for release and do you have this working live so we could view it and give you suggestions for the final product?? If you need another test baord, I'd be happy to give you a hand!
Rick Sample
09-30-2004, 06:41 PM
Ok, I just saw your site, and it is better than the orriginal VBgarage. One suggestion though. Could you make it so a small screenshot of the users cars will show beside their number? That people can look at the ride before actually viewing it.
One last feature that I think would bennifit us all instead of having an description box, Have multiple boxes that say stuff like: Appearance Mods, Perfomance mods, Interior mods, etc Then have a box below for MISC!
Keep us updated, I would love to install this!!
dieselpowered
09-30-2004, 06:48 PM
Thank you very much, I hope to do choose to use some sort of multiple car feature as a lot of people who race has more than one car. I know that doesn't apply to everyone here, however, it would be beneficial for me.
Thanks again for the work!
Mike
Action-N
09-30-2004, 11:39 PM
Ok, I just saw your site, and it is better than the orriginal VBgarage. One suggestion though. Could you make it so a small screenshot of the users cars will show beside their number? That people can look at the ride before actually viewing it....There is, you must have followed the old vbgarage link.
One last feature that I think would bennifit us all instead of having an description box, Have multiple boxes that say stuff like: Appearance Mods, Perfomance mods, Interior mods, etc Then have a box below for MISC!
Keep us updated, I would love to install this!!
Which one did you look at? I have the old one then the fresh one labeled v3garage. Link v3garage (http://www.action-forums.com/forum/v3garage.php?do=list) I'll go ahead an give permissions to reg members an you could go ahead an ad your own car info. So I got something to work with. I have those fields already setup, just didn't have anything to write in there:) Yep, just looked in my old garage an you have a car in there, lol. Wait till you see the new version.
Rick Sample
10-01-2004, 06:52 AM
hmm....its saying I don't have permision to access v3garage. Could you grant me permision so I could take a look at it lol :)
Rick Sample
10-01-2004, 06:37 PM
ok, I just saw the new v3 garage, LOVE IT, PLEASE RELEASE!!!!!!!!!!!! :)
1. I have latest members uploads on my forum home. since its not on your new garage, will I still be able to have that on forum home?
Other than that, I love it. I like how when you first click on the v3 link it has the members cars photo on the left, then the cars info on the right, very professional looking!!!!
Whens the release? It looks good enough for me!
I did find one error, As you can tell I uploaded my picture into the garage. The picture of your car is showing up instead of my picture :)
Let us know on this one bud, I'm ready to install it!
Why do you have to call it the "v3 Garage"? All my hacks start with "v3", including my own version of the Garage. I don't want anyone to be confused and think that I did it.
dieselpowered
10-01-2004, 08:14 PM
Looks awesome my friend...Looks like you even integraded multiple vehicles which is a huge plus for me. I will anxiously await the release!!
Mike
bjornstrom
10-05-2004, 11:13 AM
If you are using vB 3.0.2 or later there is a conflict with vBgarage in the init.php file. You should edit it for vBgarage to use it's own unique mask to avoid conflicts.
In init.php find
'canhaverepleft' => 8388608
Change it to...
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
The code seems dynamic, but in the long run it will be easier to deal with future upgrades with these edits.
I think this should be included in the installation!!
All my users suddenly could see "private fields" and it created such a mess, ugly!!
/Martin
seraphex
10-05-2004, 03:41 PM
Nice mod.. after some massaging I got it do do my evil bidding. I've never written a mod addon or anything in php for that matter. So, if anyone who knows what they're doing wants to check out my code please let me know and maybe I can drop it in here to help some people out. Here's some screenies of what I've done. Perhaps it's been done but I couldn't find anything that helped me along at all on it.
addon accomplishes
- Allows display order to be changed (In the edit garage section. Admin viewable only)
- Adds thumbnail and allows you to input what id=# you use. (In the edit garage section. Admin viewable only)
- Adds Admin panel to listbits
If this is covered elsewhere I'll happily delete my post. If this isn't supposed to be posted here I'll happily edit my post.
djnth
10-05-2004, 07:47 PM
When you say that the fields are built to be universal do you mean that they can be changed to say anything? So I could use the V3 Garage to be for bands instead of cars? I've been looking for something that I could use for this for a long time. You would increase the user base 200% if it was truly a universal mod. Thanks for picking up and improving it!!
I started with the latest released vesion an have built it to be completly universal. All fields are set with changing phrases, so it doesn't matter what type of garage you want. All phrases, templates are loaded and it's just a matter of designing the layout. Plus I wanted to setup images to be stored as file on server.
Action-N
10-05-2004, 11:35 PM
djnth, the answer to that is yes, truly universal. Aside from the name of the file you linking to still being named vbgarage the rest can be used for what ever you want. Right now I have 20 spots for "option2" like for size, color, type like stuff. There are 10 spots for seperate text fields, aslo a "title". Since templates are easy to edit once you make special templates for a certian genre you can make a sql download of the templates an phrases you used an post them here for someone else.
Integra99 has gotten ahold of me an sounds like I'll be picking up the development on the mod now, atleast for the next release. So rest assured multi-car feature will be in the next release. I've never been good at giving release dates, but I will say soon if I stop trying to add on to what I have it will be soon.
One more thing, since I will take over the original vbgarage I can use the original name, no need to call it v3garage. It was just so we didn't have to vbgarage mods going.
seraphex
10-06-2004, 01:36 PM
One more thing, since I will take over the original vbgarage I can use the original name, no need to call it v3garage. It was just so we didn't have to vbgarage mods going.
I'm launching a site around the end of October. Is this release going to come before then? :nervous:
sfowler39
10-06-2004, 06:23 PM
I get this error when doing the install file.
Database error in vBulletin 3.0.3:
Invalid SQL:
CREATE TABLE vbgarage_images (
`vbgarageid` smallint(6) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
`data` longblob NOT NULL,
`type` varchar(50) NOT NULL default '',
PRIMARY KEY (`vbgarageid`)
) TYPE=MyISAM AUTO_INCREMENT=1
mysql error: Table 'vbgarage_images' already exists
mysql error number: 1050
Action-N
10-06-2004, 06:48 PM
mysql error: Table 'vbgarage_images' already exists
It tells you why you are getting this error. It's telling you that you already installed this table. You must be installing over an older version or you hit refresh during install an went back through it. Either delete/drop this table from your database using phpMyAdmin or open the install script in an HTML editor an delete this part:
CREATE TABLE vbgarage_images (
`vbgarageid` smallint(6) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
`data` longblob NOT NULL,
`type` varchar(50) NOT NULL default '',
PRIMARY KEY (`vbgarageid`)
) TYPE=MyISAM AUTO_INCREMENT=1(
seraphex, I would hope so. I would like to get my site live by then too. Still didn't get the vbgarage file from Integra99 yet.
integra99
10-07-2004, 05:08 AM
It tells you why you are getting this error. It's telling you that you already installed this table. You must be installing over an older version or you hit refresh during install an went back through it. Either delete/drop this table from your database using phpMyAdmin or open the install script in an HTML editor an delete this part:
CREATE TABLE vbgarage_images (
`vbgarageid` smallint(6) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
`data` longblob NOT NULL,
`type` varchar(50) NOT NULL default '',
PRIMARY KEY (`vbgarageid`)
) TYPE=MyISAM AUTO_INCREMENT=1(
seraphex, I would hope so. I would like to get my site live by then too. Still didn't get the vbgarage file from Integra99 yet.
I emailed it to you at the same time I sent you a PM on here about sending it. If you didn't recieve it, let me know.
Action-N
10-07-2004, 05:45 AM
Nope just got the email with no attachment.
integra99
10-07-2004, 06:01 AM
Nope just got the email with no attachment.
Sent again.
PixelFx
10-07-2004, 09:21 PM
how hard would it be to make .. vBSysRig v3.1.1 or something to that nature. Rather than based on cars, have it based on your computer .. any mods you've made, and or system specs?
AcidJazz
10-07-2004, 09:38 PM
how hard would it be to make .. vBSysRig v3.1.1 or something to that nature. Rather than based on cars, have it based on your computer .. any mods you've made, and or system specs?
Very good idea, i'd be very nice to see this done. :)
Action-N
10-07-2004, 11:27 PM
how hard would it be to make .. vBSysRig v3.1.1 or something to that nature. Rather than based on cars, have it based on your computer .. any mods you've made, and or system specs?
My post #1160 should have answered this question. Other than the files name being called vbgarage.php you can use it for anything you want.
FLSCC
10-08-2004, 03:48 PM
Quick question:
All my thumbs are showing up as Red X's. Looked through as many pages as I could but didn't find anything relating to it
The "Latest Uploads" images are broken, as well as the thumbs in the individual users garage.
anyone able to help me?
link to site:
www.flscc.com
destinydog
10-08-2004, 05:06 PM
need help trying to do step 3b
// field names for general permissions
$_BITFIELD['usergroup']['genericpermissions'] = array(
'canviewmembers' => 1,
'canmodifyprofile' => 2,
'caninvisible' => 4,
'canviewothersusernotes' => 8,
'canmanageownusernotes' => 16,
'canseehidden' => 32,
'canbeusernoted' => 64,
'canprofilepic' => 128,
'canuseavatar' => 512,
'canusesignature' => 1024,
'canusecustomtitle' => 2048,
'canseeprofilepic' => 4096,
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
);
Action-N
10-08-2004, 06:24 PM
Quick question:
All my thumbs are showing up as Red X's. Looked through as many pages as I could but didn't find anything relating to it
The "Latest Uploads" images are broken, as well as the thumbs in the individual users garage.
anyone able to help me?
link to site:
www.flscc.com
First, your link to the garage on your index page is broken, need to add forum/ to the link. For you thumbnail problem it was something about it toward the beginning. Since the images are uploaded an show up as normal size it would mean your server dosent support making thumbnails. I don't know what they firgured out on getting around it. Try searching for "red x's" in this post, or at least thumbnails.
Rick Sample
10-09-2004, 07:04 PM
Scott, I found something that you should do with the new version. If you go into my garage on your site and click on one of my pics. It brings up my car then scroll bars. My cars pic is huge, it won't let you view the entire shot of the car at once
Is their anyway you can make it auto resize instead of scroll bars? Also, any more updates on the release :)
Action-N
10-09-2004, 07:17 PM
Yeah I knew about that. I was looking into resizeing incoming pictures instead of resizeing them to display. Should help with file size an keep some of those newbs from uploading 1024x768 3mb pictures of thier cars. I have been working on my index page last few days, only peeked at the new version to see some cool new stuff. I'll get back to work on the garage later today.
Rick Sample
10-09-2004, 07:46 PM
Yeah I knew about that. I was looking into resizeing incoming pictures instead of resizeing them to display. Should help with file size an keep some of those newbs from uploading 1024x768 3mb pictures of thier cars. I have been working on my index page last few days, only peeked at the new version to see some cool new stuff. I'll get back to work on the garage later today.
Awesome man!
mr.gamesbay
10-10-2004, 05:01 PM
I install the Hack to test it, but i see, its not the same as the Demo Page in the first posting?!
I can only add 1 Garage.
Did i something wrong, or is the Demo one of a new version?
Rick Sample
10-10-2004, 05:15 PM
I install the Hack to test it, but i see, its not the same as the Demo Page in the first posting?!
I can only add 1 Garage.
Did i something wrong, or is the Demo one of a new version?
The demo page is a different verision. In the version everyone else has including yourself right now, you can only add one car. Action-N is developing a much better vbgarage update that will alow you to add multiple cars
hope this helps :)
Action-N
10-10-2004, 05:19 PM
I install the Hack to test it, but i see, its not the same as the Demo Page in the first posting?!
I can only add 1 Garage.
Did i something wrong, or is the Demo one of a new version?
You are right in assuming it is a demo of a currently unreleased version. Just hang tight for now, I have taken responsibility for this version 3.2 an am working on it now.
Edit: hey you beat me to it.
mr.gamesbay
10-10-2004, 07:14 PM
Thanks :)
Then i wait for the next Version.
Rick Sample
10-10-2004, 07:47 PM
Thanks :)
Then i wait for the next Version.
Good Choice bud! :)
ImportPassion
10-10-2004, 07:51 PM
be nice if you could get rid of all the on-the-fly image creation. On a big site that is gonna be killer.
rinkrat
10-10-2004, 07:54 PM
I installed but when I uploaded a pic of my car it was a broken image link.
Rick Sample
10-10-2004, 08:03 PM
be nice if you could get rid of all the on-the-fly image creation. On a big site that is gonna be killer.
Are you talking about when they go into the main vbgarage page, 1 photo of each members ride on the left?
If so, thats one of the main reasons why I want this. I'm a big appearance guy, I like cars custom. With magnuses release, I have to manually click on each username to see their car, then click the back button, and keep doing that all over until I find a nice custom car.
With the thumbnails, you can easily scroll through and view the cars you want W/O having to click everyones link :) plus the thumbnails are only a couple Kb's
rinkrat
10-11-2004, 08:01 AM
I guess I'll uninstall it.
UManiac
10-12-2004, 02:26 AM
This is exactly what I was looking for - Where do I donate?
Just noticed the PayPal button... $$ on the way :)
UManiac
10-12-2004, 06:41 PM
Can a user have more than one garage?
If so, how do I set it up?
Also, I want to change the breadcrumb so it reads something other than "VBGarage" WHere do I do that?
Thanks.
Rick Sample
10-12-2004, 08:12 PM
Can a user have more than one garage?
If so, how do I set it up?
Also, I want to change the breadcrumb so it reads something other than "VBGarage" WHere do I do that?
Thanks.
Its still in development, not sure when the release date is scheduled :)
UManiac
10-12-2004, 08:23 PM
Its still in development, not sure when the release date is scheduled :)
Anything I can do to help? My skillset is limited, but I'll be happy to offer anything I can to the effort...
vectra-a-x.de
10-14-2004, 08:58 AM
can someone say where the pictures to me to be stored?
thx
Action-N
10-14-2004, 06:23 PM
Also, I want to change the breadcrumb so it reads something other than "VBGarage" WHere do I do that?
Thanks.
See picture attachment :up:
vectra-a-x.de, they are stored in the mySQL database under table vbgarage_images, not in a folder on the server.
djnth
10-15-2004, 04:25 AM
It's all just so exciting, finally my site will have it's missing link. vbGarage you complete me...just pretend my website was able to speak, cuz that's what it would say if it could.
UManiac
10-15-2004, 12:58 PM
See picture attachment :up:
vectra-a-x.de, they are stored in the mySQL database under table vbgarage_images, not in a folder on the server.
It's not an image...
It's the actual text. See my attachment.
Action-N
10-15-2004, 06:32 PM
It's not an image...
It's the actual text. See my attachment.
My response to that -> :confused: :cross-eyed:
I couldn't find a smiley on crack
UManiac
10-15-2004, 07:10 PM
My response to that -> :confused: :cross-eyed:
I couldn't find a smiley on crack
Am i missing something in your previous post? I want to change the text "VBGarage" in the breadcrumb to something else...
Action-N
10-15-2004, 11:37 PM
I think so...In the next version the "breadcrumb" navbar will be more like the rest of the forum an show the user where they actually are. That is what I showed in the screenshot, I uploaded another one this time with a big fat circle around the breadcrumb in question. Below is the code that would show while viewing the users garage.
OPEN up vbgarage.php an find (line 259).
$navbits = construct_navbits(array('' => 'vBGarage'));
AND replace with.
// developing the navbar
$navbits["$vboptions[bburl]/vbgarage.php?$session[sessionurl]do=list"] = $vbphrase['vbgarage'];
$navbits[''] = "$data[username]'s $data[year] $data[make] $data[model]";
$navbits = construct_navbits($navbits);
Of course if you just wanted to change the vBGarage text to another that is just simply changing it without extra code.
Bedrock Jeeps
10-17-2004, 12:30 PM
wow!! this hack will be perfect for my site!!! Us Jeep owners spend lots of time in the garage!!! hahaha
im gonna sit on it for a bit before installing it tho.... i couldnt troubleshoot my way outta a wet paper bag!!
Rick Sample
10-19-2004, 07:29 PM
Action-N any update on this bud? Do you think it'll be done by the end of this month. No rush, just wanted to know if their was any type of an estimated date and stuff. :)
ps. you main sites looking better and better each day man! keep up the work on it!
RCSwap
10-20-2004, 11:16 PM
Is there a way to let each person have their own garage thats tied into their CP, or make it so the garage they make shows up in their CP??
Finally the width of the "add a comment" box. If you look here: http://www.rcswap.com/forums/vbgarage.php?do=view&id=1 You can see it extends over the edge.
Thanks in advance,
Ian
RCSwap
10-22-2004, 12:36 PM
Anyone?
UManiac
10-22-2004, 01:22 PM
Is there a way to let each person have their own garage thats tied into their CP, or make it so the garage they make shows up in their CP??
Finally the width of the "add a comment" box. If you look here: http://www.rcswap.com/forums/vbgarage.php?do=view&id=1 You can see it extends over the edge.
Thanks in advance,
Ian
From the vBulletin Admin panel edut the template: USERCP_SHELL under User COntrol Panel Templates - Just add this in the "usercp nav" table
<if condition="$permissions['genericpermissions'] & CANVBGARAGE">
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
</if>
You can change the width of the text entry box by editing the corresponding vBGarage template, in this case "vbgarage_viewgarage"
RCSwap
10-22-2004, 01:36 PM
Thanks, but I already have the "Edit vBGarage" Option. What I want to do is have it so on the users CP page you can see their garage and what they have in it.
I was trying to do it in the template USERCP, I've been trying different codes but nothing seems to work.
Action-N
10-22-2004, 06:18 PM
RCSwap, do you mean you want it to show in their profile page? CP as I understand is for Control Panel. I had it showing in the profile, but it's broke since I started working on the next version.
RCSwap
10-22-2004, 06:53 PM
Sorry, yes I mean the profile page. DOH! So how did you do it?
EDIT: I just found SVTOA's thing, I'll try that.
mightyjlr
10-22-2004, 08:39 PM
Does anyone know how to make this hack work like the one at rx8club.com does. It looks amazing...
Rick Sample
10-22-2004, 10:40 PM
WOW thats amazing! I'm not a fan of this garage list page, I like Action-N's garage list page better, but their Users garage is amazing I'll have to admit! Action-N check this out: http://www.rx8club.com/vbgarage.php?do=view&id=1372 Maybe you can do something like that!
Action-N
10-22-2004, 11:11 PM
Well yes I see he did do some work on it. Those tables are just a matter of useing the css code so you can do that now. Just try explaining that to your members. Plus on my screen size he has alot of wasted space using those tables. See I went an picked it apart.
You have checked my progress on my site right? I have the multiple garages working, well displaying anyway. Most the other things I had are now in the latest version too. I have just been having one heck of a time with this becuase it was no where near being complet when I got it, so between knowing what they where doing an figureing out new templates this has been taking awhile. Still hope to get it done by the end of the month, but I don't want to promise anything right now.
I will be installing new heads, an doing a cam swap in my car this weekend so I doubt I'll have much time for vbgarage.
Rick Sample
10-22-2004, 11:20 PM
Well after looking at both of them side by side, Overall I think Action-N's does look more professional. I think the other style vbgarage they are using looks so nice because their using a professionaly made template. On an ordinary Vbulletin site, it wouldn't look as nice as the realease that your developing now!
I say keep yours like it is now :)
integra99
10-23-2004, 12:24 AM
Well yes I see he did do some work on it. Those tables are just a matter of useing the css code so you can do that now. Just try explaining that to your members. Plus on my screen size he has alot of wasted space using those tables. See I went an picked it apart.
You have checked my progress on my site right? I have the multiple garages working, well displaying anyway. Most the other things I had are now in the latest version too. I have just been having one heck of a time with this becuase it was no where near being complet when I got it, so between knowing what they where doing an figureing out new templates this has been taking awhile. Still hope to get it done by the end of the month, but I don't want to promise anything right now.
I will be installing new heads, an doing a cam swap in my car this weekend so I doubt I'll have much time for vbgarage.
Wanna race? :D
I've installed everything and it's working great with Style ID 1.
Style ID 2 doesnt have the templates..
What do I edit in the install file to get it to install the templates to a specific Style ID?
thanks
I got it..
I was looking at display order and got the wrong number...
It was actually Style ID 4..
Just had to change to this
$styleid=4;
Then it worked..
Hopefully that will help someone else in the future..
Ok I've got another question...
When you click on the vBGarage link at the top and it list the users garage.
At the top of each column it says..
Username Car Last Activity
How do I change where it says car???
Would anyone be interested in selling a working version of this for VB 3.0.3? I like the one action has with all the options. I am more than willing to pay someone for this or anyone who can tweak it to work in the way I want.
Thanxs in advance.
you can contact me at kac@kickasscustoms.com
bendigo-tech
10-30-2004, 11:35 AM
Would anyone be interested in selling a working version of this for VB 3.0.3? I like the one action has with all the options. I am more than willing to pay someone for this or anyone who can tweak it to work in the way I want.
Thanxs in advance.
you can contact me at kac@kickasscustoms.com
It already works fine with VB 3.0.3 doesn't it??
hasan2k
10-31-2004, 09:42 AM
Well yes I see he did do some work on it. Those tables are just a matter of useing the css code so you can do that now. Just try explaining that to your members. Plus on my screen size he has alot of wasted space using those tables. See I went an picked it apart.
You have checked my progress on my site right? I have the multiple garages working, well displaying anyway. Most the other things I had are now in the latest version too. I have just been having one heck of a time with this becuase it was no where near being complet when I got it, so between knowing what they where doing an figureing out new templates this has been taking awhile. Still hope to get it done by the end of the month, but I don't want to promise anything right now.
I will be installing new heads, an doing a cam swap in my car this weekend so I doubt I'll have much time for vbgarage.
I am patiently waiting for your hack release. It looks outstanding.
Number9
10-31-2004, 04:56 PM
My thumbnails don't want to show, what have I done wrong? :disappointed:
Rick Sample
10-31-2004, 05:10 PM
My thumbnails don't want to show, what have I done wrong? :disappointed:
Do you have GD installed and enabled?
Number9
10-31-2004, 06:04 PM
Do you have GD installed and enabled?
I guess not, how do I go about doing that?
manguish
10-31-2004, 08:27 PM
This is superb....
Only 1 question (before i make my payapl donation ;)) :
How do i allow my moderators acces to edit peoples postings here?
bendigo-tech
11-01-2004, 12:12 AM
Does vBGarage work with 3.0.3? I asked a page or two back but still no response.
Thanks :)
djnth
11-01-2004, 06:19 AM
Sweet garage I can almost smell your intoxicating scents...uhhh....
Lextreme
11-01-2004, 07:00 AM
I installed VBGarage in my forum. Everyone can view it, but no one seem to be able to upload the picture. I dont see the Upload botton. Can some one help me with that?
Zain Jaffer
11-01-2004, 10:48 AM
Hmmm this is not working for me...Here is the error I am receiving when attempting to access the admin page:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/html/bignutsracing.com/forums/includes/init.php on line 728
Any help would be appreciated!
Mike
** Fixed...disregard **
I had the same error, I think I should point out to everyone ... the error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'
Solution:
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK,
'canseehiddencustomfields' => 262144,
Originally, there was NO "," next to the first 262144 (in my files)
Zain Jaffer
11-01-2004, 11:19 AM
I installed VBGarage in my forum. Everyone can view it, but no one seem to be able to upload the picture. I dont see the Upload botton. Can some one help me with that?
Neither do I ... can someone help!
Also ... I can't seem to edit the text "vbgarage" on the navbar without the forum messing up, how can I change the text?
Club3G
11-01-2004, 09:29 PM
Is there a way to remove empty galleries?
I have a user that was deleted, no pics in the gallery, but the description and slot on the "roster" is still there.
Thanks. :)
Edit: I can't click into the gallery as admin and delete it, since the user no longer exists.
Edit again: Outstanding mod by the way.
Rick Sample
11-01-2004, 09:50 PM
Is there a way to remove empty galleries?
I have a user that was deleted, no pics in the gallery, but the description and slot on the "roster" is still there.
Thanks. :)
Edit: I can't click into the gallery as admin and delete it, since the user no longer exists.
Edit again: Outstanding mod by the way.
go into the users garage like your viewing it. Towards the top bar, it should say [edit][delete]
Club3G
11-02-2004, 12:27 AM
That's the problem, the user is deleted, so his slot in the list (where I would click his name to go into the garage) is empty.
Awesome!! Great job! I'm using it for Military Vehicles / Weapon Systems, just what I needed. (customized the phrases) :)
http://www.goinfantry.com/forum/vbgarage.php?do=list
Clicks Install!
Also ... I can't seem to edit the text "vbgarage" on the navbar without the forum messing up, how can I change the text?
You need to edit it in the vbgarage.php file ;) Change the name 'vbgarage' only...
Zain Jaffer
11-02-2004, 10:51 AM
Ok, Thanks i'll edit it as soon as I get home.
The vBgarage is serving no purpose at the moment as nothing can be uploaded as there is no upload button - someone please help!
I'm using the vBgarage to allow users to store the best pics of a certain celebrity (an official Hilary Duff forum under development)
SVTOA
11-02-2004, 11:10 AM
You need to edit it in the vbgarage.php file ;) Change the name 'vbgarage' only...
Well, no you don't. You edit the VB phrase "vbgarage" or hardcode the link in the navbar template. You don't edit the PHP file.
Seems that a lot of the questions that keep getting asked have been answered many times already.
SVTOA
11-02-2004, 11:15 AM
That's the problem, the user is deleted, so his slot in the list (where I would click his name to go into the garage) is empty.
Have you looked at the database tables for vb garage? Perhaps you can fix this by finding that user is still present in the table vbgarage_users
At the very least, now you know that if you decide to delete anymore users from your forum, you should delete their garage first.
GoldnGT
11-02-2004, 12:39 PM
I know this is one of those things you hate being asked but any idea on a release date? LOL
I think a LOT of us have been waiting on 3.2 for a while and are very anxious for it. I had actually stopped reading this thread for the longest, until i checked my email and noticed there were new updates to the thread in my weekly digest.
I'm glad you decided to take over the project and get us out of the one car garage into one we can actaully have room in!.. hahah
Mike
Club3G
11-02-2004, 03:03 PM
Have you looked at the database tables for vb garage? Perhaps you can fix this by finding that user is still present in the table vbgarage_users
At the very least, now you know that if you decide to delete anymore users from your forum, you should delete their garage first.
That did it, thank you very much! :)
Club3G
11-02-2004, 03:04 PM
Also, can someone tell me how I would go about stripping the "year" field from it? I use it to gallery guitars on another site of mine, and the year field isn't needed, since people are posting up collections, not single items.
Thanks!
Well, no you don't. You edit the VB phrase "vbgarage" or hardcode the link in the navbar template. You don't edit the PHP file.
My way works too so neener neener. LOL :)
Zain Jaffer
11-02-2004, 04:17 PM
<a href="http://www.forum.juicyduff.com/vbgarage.php?do=list" target="_blank">http://www.forum.juicyduff.com/vbgarage.php?do=list</a> <--- I have tried everything stated in these threads, including changing permissions and the limit.. I am seeng exactly what you are seeing as guests - no upload box, just blank!
Club3G
11-02-2004, 10:09 PM
Also, can someone tell me how to change 'vBGarage' in the screeny attached?
I searched on header, heading, title, and a handful of others but didn't find it. Tried a replacement variable but to no avail.
seraphex
11-03-2004, 03:04 AM
Also, can someone tell me how to change 'vBGarage' in the screeny attached?
I searched on header, heading, title, and a handful of others but didn't find it. Tried a replacement variable but to no avail.
It's in vbgarage.php ;)
or do it SVTOA's way.. but this this is quick and easy to understand.
Action-N
11-03-2004, 05:06 AM
Hello All, I'm going around doing some correspondence an it was time to give you guys some updates.
Finished features for 3.2: Multiple Cars per user, hit counter, garage ratings, 20 option fields. 10 separate text fields, 1 brief description field, an a title field. Working navbar "breadcrumbs", users garages shown in users profile, module for vBadvance CMPS, car picture in the listings.
About the issues concerning the garage permissions, there will be other hacks that get installed that may need to have those numbers. Just do some math, it seems the number is just double what was previous. So if you already have another code their with 262144 then double the number for vbgarage 'canvbgarage' => 524288,.
integra99, you mean race me in my car? Yeah right like an import has a chance. lol, yes all went well and the cars a real screamer now.
manguish, hmm sounds like it'd be simple to add mods to the edit permission. I'll see what I can do.
djnth , dude
GoldnGT, yeah well somebody has to keep asking right. Well I thought it would be done by now, but no deal. Still have some problems with the editing form part. Some things are about to get cut so I can just get done. Don't worry it's not the multi garage feature, that is build an seems to be working fine. I even made it so if someone only has one car it goes right to the garage an not a second list like originally done.
Zain Jaffer, Your best bet is to open up your "vbgarage_editgarage" template an at the bottom find: <if condition="$count <= $vboptions[vbgmaxupload]"> select it an move it down in front of the closing if statement. Yes this'll probably let them upload as many as they want, but at least it's something. Or maybe you can try opening up vbgarage.php an searching for "$count = 0;" an making the 0 a 1. I'll try this later since I had the same problem with version 3.2
Club3G, You brought up some good questions. About the user being deleted an it leaves their garage, well I may look into it, but don't think these guys want to wait for me to implement something for that. Maybe next project will be to give vbgarage a place in the admins control panel. Let you prune garages by themselves.
If you are going to want to get rid of the standard fields like year, make, model you'll be taking them out yourself. Even the next version will have these three standard fields. Open up your editgarage template and edit the form to not use this field. Then you might have to edit viewgarage also, I ant help you with where the field is used as I don't have that version running anymore. The next version will be universal, but not that universal.
This post earlier will help you find the text you seek to change the navbar text.
https://vborg.vbsupport.ru/showpost.php?p=562693&postcount=1195
As for word on the next version being done, well after I figure out the editinf problems I'll have to build the install/ upgrade files. That is going to be the sucky part. Then it'll have to get passed out for beta testing being this is such a major upgrade.
joeychgo
11-03-2004, 05:10 AM
If you need help testing things - let me know
wynode
11-03-2004, 10:51 AM
I've noticed on my forums that the "Can use vBGarage?" option seems to be dropping off randomly for some usergroups.
Any reason why this might be?
manguish
11-03-2004, 01:06 PM
manguish, hmm sounds like it'd be simple to add mods to the edit permission. I'll see what I can do.
Cheers dude. ;)
oly51
11-03-2004, 03:53 PM
.... Then it'll have to get passed out for beta testing being this is such a major upgrade.I'm more than willing to beta test it. It will be a new install.
djnth
11-03-2004, 07:41 PM
Exciting indeed!!
SVTOA
11-03-2004, 09:16 PM
My way works too so neener neener. LOL :)
Well, logic would dictate that it would be somewhat easier to simply open your forums admin cpanel and edit the phrase in a few seconds, versus editing the php file, but whatever works....
Number9
11-04-2004, 02:52 AM
The images aren't showing in the garage just coming up as a broken link.
If I click the link, the image opens in a new window and shows perfectly but no thumbnails!
Can someone help! :ermm:
SVTOA
11-04-2004, 03:06 AM
What version of GD do you have installed on your server? No thumbs means no GD2 in most cases. Make sure you have GD2 support and have it enabled in your Admin CPANEL.
Number9
11-04-2004, 03:19 AM
What version of GD do you have installed on your server? No thumbs means no GD2 in most cases. Make sure you have GD2 support and have it enabled in your Admin CPANEL.
How can I check which version is installed?
wynode
11-04-2004, 03:30 AM
ANy idea why the permissions keep dropping off? :(
Number9
11-05-2004, 03:32 PM
What version of GD do you have installed on your server? No thumbs means no GD2 in most cases. Make sure you have GD2 support and have it enabled in your Admin CPANEL.
How can I check which version is installed?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.