vb.org Archive

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

noppid 01-12-2007 05:54 PM

This is based on like two year old code that was basically retired and rewritten. It is what it is and works for that purpose from what I hear, but it is old.

Ryloth 01-13-2007 12:19 AM

I just installed this and ran into a problem. After I upload a picture, (GIF or JPG) its the dreaded red X.

It shows up this way in the Edit Garage page, in the actual php page, and also when you click on it to enlarge it.

I started reading this thread to see if I could find the answer and got to page 10 and gave up. Any help would be appreciated before I uninstall this.

noppid 01-13-2007 12:24 AM

Link us to see some source code for a clue.

Ryloth 01-13-2007 01:30 AM

Here is a link to the page...

http://www.newtiburon.com/forums/vbgarage.php

toLTcaboLT 01-22-2007 07:09 AM

I dont user numbers, i have few users in vbgarage but noone have no number next to name.
That sux badly ... how to fix that problem?

toLTcaboLT 01-22-2007 07:53 AM

And I upgraded forum to 3.6.4, and lost all vbgarage cars and comments? any idea how to get back all those cars? pls help :)

jangus74 01-22-2007 04:54 PM

Hey there. I was just considering an upgrade to the new vb version but dont want to lose my vbgarage either. (like happened to you) I might could help you fix it.

Then I will know how to fix it on my site as well and could post instructions here on how to keep it running with new version of VB.

Are you getting an error message or is i just completely gone? Where is your site?

toLTcaboLT 01-24-2007 10:39 AM

Deal .You have private message.

Confused 01-24-2007 02:28 PM

Excellent, been wanting this on a vBulletin forum for ages.

Got it installed without a hitch on a 3.6.4 forum, and have now done some basic mods to it to provide some basic sorting of the cars listed, by username, year, make and last modified.

Really surprised no one else has done that before!

Now to find out how to store the images in the filesystem, rather than the database! May have to hunt through the Attachment code for that little gem!

Shazz 01-24-2007 02:32 PM

Quote:

Originally Posted by toLTcaboLT (Post 1166320)
Deal .You have private message.

These are support forums..

Keith78 02-02-2007 11:45 AM

Quote:

Originally Posted by Ryloth (Post 1157643)
I just installed this and ran into a problem. After I upload a picture, (GIF or JPG) its the dreaded red X.

It shows up this way in the Edit Garage page, in the actual php page, and also when you click on it to enlarge it.

I started reading this thread to see if I could find the answer and got to page 10 and gave up. Any help would be appreciated before I uninstall this.


hey mate did u ever get this sorted??

i am still having the same problem as you.. text and all works fine, but just the pix are not being uploaded it seems.. if it was saved to the file system i would reckon it was a permissions problem but because its saved to the database im stumped :(

anyone??

im running it at home on my test server running..

Web Server - Apache v2.0.59
MySQL Version - 5.0.27
PHP Version - 5.2.0

it should work fine with this? all my other sites/ forums etc.. run fine on this test server

Ryloth 02-04-2007 07:18 PM

Quote:

Originally Posted by Keith78 (Post 1172888)
hey mate did u ever get this sorted??

i am still having the same problem as you.. text and all works fine, but just the pix are not being uploaded it seems.. if it was saved to the file system i would reckon it was a permissions problem but because its saved to the database im stumped :(

anyone??

im running it at home on my test server running..

Web Server - Apache v2.0.59
MySQL Version - 5.0.27
PHP Version - 5.2.0

it should work fine with this? all my other sites/ forums etc.. run fine on this test server

Nope, never got it figured out.

music legend 02-06-2007 02:58 PM

is anyone coming out with a 3.6 version?

citroenar 02-06-2007 09:01 PM

Works great on 3.6.4

MTVSlick 02-10-2007 06:10 AM

all I get is a block with the title in it that opens a new window but no one can do anything with it, am I missing something?

Mark,

MTVSlick 02-11-2007 04:38 AM

can get it to work just can not view the pictures?

Mark,

yesfans 02-13-2007 10:54 PM

I loaded this garage to my 3.6 site. When slick submit on a garage I get a 404 page. Also when I click on GARAGE from my Navbar and it shwos you the garages, if you click on any it is then throwing me to www.mysite.com/forums.vbgarage.php which is not right. I do not use FORUMS. I assume it needs to go to mysite.com/vbgarage.php

Michael Biddle 02-17-2007 06:37 PM

<a href="http://www.mysite.com/vbgarage.php" target="_blank">www.mysite.com/vbgarage.php</a> will for you in this case

zincpony 02-21-2007 05:28 PM

i just installed it on my test forum 3.6.4 and it seems to be working properly without errors, i can up load pics, info on my car. the page works everything seems to be just dandy, what the proplem others are having

Gojo 02-23-2007 06:31 AM

yeah im using 3.5 and my thumbnails wont work, but when you click the image they work fine. any thoughts??

Fuzzy Orange 02-25-2007 12:03 PM

There is a bug in this release that I havent seen a fix for

When the garage goes onto more than 1 page - the page links dont work they come up with an error about $_REQUEST[do]

There is a syntax error in vbgarage.php I had to fix

Open vbgarage.php and look for this bit of code

PHP Code:

    $pagenav construct_page_nav(
        
$pagenumber$perpage$garagecount[garages], 
        
'vbgarage.php?' $vbulletin->session->vars['sessionurl'] . 'do=$_REQUEST[do]'''
        
. (!empty($vbulletin->GPC['perpage']) ? "&amp;perpage=$perpage"")
    ); 

Change it to this

PHP Code:

    $pagenav construct_page_nav(
        
$pagenumber$perpage$garagecount[garages], 
        
'vbgarage.php?' $vbulletin->session->vars['sessionurl'] . 'do='.$_REQUEST['do'], ''
        
. (!empty($vbulletin->GPC['perpage']) ? "&amp;perpage=$perpage"")
    ); 

I am running the latest release of vbgarage and vbulletin by the way

Hope this helps others

TheGoaT 02-25-2007 08:40 PM

Quote:

Originally Posted by Tru2Chevy (Post 1138989)
Easy fix for the page numbering issue:

https://vborg.vbsupport.ru/showpost....&postcount=326

You change line 313 in vbgarage.php:

From This:
Code:

$count = 0;
To this:
Code:

$count = $pos;
- Justin

for some reason this didnt work for me, it just got rid of the numbers all together!

zincpony 02-25-2007 10:39 PM

here is my test forum v3.6.4 i have installed this VBgarage onto. register and try it out to see if theres a problem with it or not cause im not seeing anything wrong with it.


http://boostedmustangs.com/vbtester/vbgarage.php

Gojo 02-26-2007 01:52 AM

Quote:

Originally Posted by Gojo (Post 1188875)
yeah im using 3.5 and my thumbnails wont work, but when you click the image they work fine. any thoughts??

im still having this problem. anybody? http://www.GuelphRacing.com

Gojo 02-26-2007 02:03 AM

do i need to have GD 2.0 on my server for this?

Z82 02-26-2007 08:25 PM

What would be good is if someone could rewrite this based on the phpBB2 version as its real nice, I recently moved from phpBB2 to vbulletin and I miss this:

http://forums.phpbbgarage.com/garage.php

:(

SuperCObaltss 02-28-2007 02:39 PM

Does anyone know how to let users be able to use IMG tags

dbirosel 03-30-2007 06:50 AM

Quote:

Originally Posted by Z82 (Post 1191385)
What would be good is if someone could rewrite this based on the phpBB2 version as its real nice, I recently moved from phpBB2 to vbulletin and I miss this:

http://forums.phpbbgarage.com/garage.php

:(

looks great! very organized and well structured. If only we can get something better for vB.

Z82 03-30-2007 08:48 PM

Yes its a very nice mod

Shazz 03-30-2007 08:50 PM

Whats the status of the bugs on 3.6 :|

dbirosel 03-30-2007 08:52 PM

I want to see improvement myself for this vBGarage. I'm willing to pay to get this if there was a Premium Version out.

ExciterNL 04-28-2007 02:26 PM

So, i got this working on vB 3.6.5.

Well, i did made all the needed changes, as said here before - fixed the "second page blank" problem, fixed the id numers problem.

So, as i see, it could be marked as TESTED on vB 3.6.5

Thanks to all work done on this.

Howell 05-03-2007 09:27 PM

How do I go about renaming this hack to show as 'Garage' rather than 'vbGarage'

I really don't see the need to have the vb at the start as the link to the author is still in the footer.

Z82 05-03-2007 10:24 PM

Quote:

Originally Posted by Howell (Post 1240886)
How do I go about renaming this hack to show as 'Garage' rather than 'vbGarage'

I really don't see the need to have the vb at the start as the link to the author is still in the footer.


Do a find and replace on all the mod files for "vbgarage" to "Garage"

Howell 05-06-2007 11:35 AM

Quote:

Originally Posted by Z82 (Post 1240920)
Do a find and replace on all the mod files for "vbgarage" to "Garage"

Thanks the only problem i have now is that the title 'garage' now appears instead of 'Garage'

How do I make title have a capital letter at the beginning?

Z82 05-06-2007 12:00 PM

hmmm if you did a find and replace with the capitol G it should be displayed as Garage

Rider69 05-10-2007 05:01 PM

Wonder if anyone can help. I got it loaded on my VB3.6.5 and it all seems great except that in the 'edit garage' section when clicking on the BBcode or Smilies link to see the codes/smilies, I get this page error:
The requested URL /tx-ss.com/forums/$vboptions[bburl]/misc.php was not found on this server.

Also, is there a way to turn ON [IMG] tags?

Anyone???

Thanks,
MikeG

v12kid 05-23-2007 05:22 AM

a visual editor for users would greatly improve this product imo. My users are lost and just simply upload a pic and a short description, nothing exciting since they dont know how to use vb codes

btw it works on my 3.6.5 forum so far

Z82 05-23-2007 06:17 PM

Yep that would be nice as thats what happens on my site too, btw works on 3.6.7 aswell

sflmkv 06-01-2007 03:06 PM

hey guys whast up... i just got vb a few days ago etc.. and I have a question? is there a way to give some usergroup options to the garage and not allow regular registered.. I'm not to all this. Thanks


All times are GMT. The time now is 10:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01906 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete