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)

GotVtec 01-09-2008 02:31 AM

I installed it, however, when I attempt to upload a photo, nothing happens. No errors or anything.

SVTCobraLTD 01-09-2008 10:42 AM

Quote:

Originally Posted by GotVtec (Post 1418112)
I installed it, however, when I attempt to upload a photo, nothing happens. No errors or anything.

Is the picture you are trying to upload too big?

GotVtec 01-09-2008 01:05 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1418297)
Is the picture you are trying to upload too big?

Yep, that was it.

It seems by default, you can only upload thumbnail sized photos.

SVTCobraLTD 01-09-2008 04:11 PM

Quote:

Originally Posted by GotVtec (Post 1418349)
Yep, that was it.

It seems by default, you can only upload thumbnail sized photos.

You can edit it under vB Options > vbGarage > Maximum File Size

jandm 01-11-2008 09:36 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1417464)
Edit MEMBERINFO

Code:

<a href="vbgarage.php?do=view&id=$userinfo[userid]">$userinfo[username]'s Garage</a></if>
Will put the link to the members garage but I am not sure what code you need to do in order to to make it only show up when a member has a garage. Maybe someone else can chime in on the if condition code.


Exactly where does that code get inserted please?

racingsolution 01-15-2008 04:43 AM

If anyone is interested, I am finishing up changes to the vbGarage code that uses a filesystem instead of storing images into the DB.

jw00dy 01-15-2008 04:21 PM

I would be very interested. I was just wishing that was an option...

Killeglass 01-18-2008 11:55 PM

Quote:

Originally Posted by racingsolution (Post 1421725)
If anyone is interested, I am finishing up changes to the vbGarage code that uses a filesystem instead of storing images into the DB.


I am very into anything that anyone does to get this great module going. Very needed with all the car forums out there.

Tru2Chevy 01-20-2008 04:42 AM

Quote:

Originally Posted by racingsolution (Post 1421725)
If anyone is interested, I am finishing up changes to the vbGarage code that uses a filesystem instead of storing images into the DB.

I would also be VERY interested in that.....

- Justin

turbo.:R 01-21-2008 11:07 PM

the first page of user entries works fine but when i click on the second page nothing comes up. y???
first page
http://www.phillydubs.com/verwustung...ge.php?do=list
second page
http://www.phillydubs.com/verwustung/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2

SVTCobraLTD 01-21-2008 11:14 PM

Quote:

Originally Posted by turbo.:R (Post 1426253)
second page
http://www.phillydubs.com/verwustung/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2

Needs to link to I would have to look around to find where you edit that but it is putting the wrong code in there.

SVT

RS2000CUSTOM 01-27-2008 11:28 AM

I have just filled my first 100 "garage" members !

I am also unable to access page 2

Page 1

http://bbs.rallyesportescorts.co.uk/...ge.php?do=list

Page 2

http://bbs.rallyesportescorts.co.uk/...p?do=$_REQUEST[do]&page=2&perpage=100

Any help much appreciated :up:

RS2000CUSTOM 01-27-2008 12:03 PM

Update !

I modified in my browser address bar and added - vbgarage.php?do=list&page=2 as stated by STVcobra

This gave me access to the 101 onwards garage members etc

BUT

When I used the page 1 link on the lower right hand corner of page 2 it again gave me a blank white screen !

Hope this is of use to the people who know what they are doing ! - lol

GotVtec 01-27-2008 12:44 PM

To fix the white page error:

In the vbgarage.php, goto line 333, replace this code:

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" : "")
        );

With this code:

Code:

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


griffinzx10 01-28-2008 03:54 PM

I have a question, and I am sorry if it had been mentioned in here, just 33 pages is a lot to read, so'll I risk getting flammed just to ask my question.
I downloaded this hack, and I am running VB version 3.6.8, my question is, IS there anyway to limit what MEMBERS can or cannot use this feature? It seems to be an all or nothing choice....

I would like to provide this to CERTAIN member groups...

Thanks

crucialjames 01-31-2008 02:21 AM

Anyone here know how to add the latest uploads on forumhome. I have the old code for 3.0 but cant revise it to actually work :(

glate 01-31-2008 01:27 PM

I have vBulletin 3.6.8 Patch level 2.

I don't find the following code explained in the Install.txt :

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

I read it should be in the NAVBAR's style, but there isn't.

Thanks

sml 01-31-2008 04:33 PM

Quote:

Originally Posted by glate (Post 1433138)
I have vBulletin 3.6.8 Patch level 2.

I don't find the following code explained in the Install.txt :

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

I read it should be in the NAVBAR's style, but there isn't.

Thanks

its just telling you to put a link to vbgarage in your navbar. this could also be in your headed depending on your style. look in you navbar and header templates for words like members, faq, and calendar. copy one of the table data's, replace its info with vbgarage info and insert it

RobFerrari 01-31-2008 07:06 PM

have there been any updates since 2006 or a better garage type tool for recent versions of vB?

sml 01-31-2008 07:13 PM

Quote:

Originally Posted by RobFerrari (Post 1433345)
have there been any updates since 2006 or a better garage type tool for recent versions of vB?

there are more versions around, none that i have been able to accesibly locate :mad: but someone may be working on a "tweak" here https://vborg.vbsupport.ru/showthrea...light=vbgarage

jandm 01-31-2008 08:57 PM

Ok, this is really strange.

I have noticed certain functions on my forum stop working for example the search function is disabled yet i have not disabled it and i can't seem to enable it, also quick links is the same. In the wysiwyg message editor certain things in there are no longer working for example the font size just doesn't work at all, you click it and nothing happens.

Now the latest thing i am noticing is that i can no longer find the garage settings in the admin CP What on earth is going on with my board :eek: where are the settings so i can increase the number of pictures members can upload to their garage.

Someone please help this is driving me insane arrrgggggg :D

sml 01-31-2008 09:05 PM

im not sure about your random board issues... I didnt run into those, what is your site?

your garage settings can be found in admincp -> vb options -> vbulletin garage

sml 02-01-2008 07:24 PM

I got alot of emails telling me that pictures wouldn't upload... people were trying to load pictures fresh off the camera without compressing or resizing! So I did a quick template edit to help members know there is a LIMIT! :D

in the vbgarage_editgarage template i found
Code:

<td class="alt2"><b>$vbphrase[vbgarage_file]:</b></td>
and after this
Code:

$vbphrase[vbgarage_file]:
i placed this
Code:

&nbsp(Must be under 300kb in size or will not upload!)
of course if you do you would want to reflect your max size!

SAReefer 02-02-2008 10:05 AM

hey guys i am having a problem installing this hack, once i add the code to navbar template i get this under my navbar

href="http://www.myforum/forum/usercp.php">User CP

and when i click on VBgarage in my navbar it tells me i have a 404 error and that it cant find the file vbgarage.php

i uploaded the php file to my fourm/ directory where the index.php and showthread.php files are, can anyone be of assistance to me?

thanks in advance

sml 02-02-2008 07:19 PM

can we see your navbar template?

SAReefer 02-02-2008 08:02 PM

yeah sure must i post the whole thing?

SAReefer 02-02-2008 08:05 PM

thanks...

sml 02-02-2008 08:35 PM

is th the current template where it is leaving the user cp code below the navbar?

also - can i have a link to your forumhome?

sml 02-02-2008 08:39 PM

I am assuming the space left here is where you inserted the code, doind it there you have broke a link, that is why your user cp is showing strange and your not linking right

Code:

<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a

href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

close the above code to look like this:
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

Then I would place your garage code after the members link and would resemble below:
Code:

<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<!-- vBGarage -->
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
<!-- / vBGarage -->

i have a child style for my two styles that i use to test things out before i put them into action, that way... if you mess it up beyond recognition. you can always go get the working template from your parent style and try again :0)

SAReefer 02-03-2008 08:06 AM

okay that got rid of this under my navbar thanks!!

href="http://www.myforum.com/forum/usercp.php">User CP

but when i click on VBgarage iy still says 404 not found /vbgarage.php

so i moved the vbgarage to the root directory and i get this

Quote:

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/sareefer/public_html/vbgarage.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sareefer/public_html/vbgarage.php on line 67
is there some how i can change the link in the navbar?

GotVtec 02-03-2008 12:51 PM

Quote:

Originally Posted by SAReefer (Post 1434491)
hey guys i am having a problem installing this hack, once i add the code to navbar template i get this under my navbar

href="http://www.myforum/forum/usercp.php">User CP

and when i click on VBgarage in my navbar it tells me i have a 404 error and that it cant find the file vbgarage.php

i uploaded the php file to my fourm/ directory where the index.php and showthread.php files are, can anyone be of assistance to me?

thanks in advance

So change the path the in the href for vbgarage.php to /forums/vbgarage.php.

SAReefer 02-03-2008 01:09 PM

okay i was contemplating this but wasn't sure could you just verify for me pls so i need to go from this

href="vbgarage.php?$session[sessionurl]

to this

href="/forums/vbgarage.php?$session[sessionurl]

GotVtec 02-03-2008 01:15 PM

Yes.

SAReefer 02-03-2008 01:16 PM

okay i did that but i still get the same error?

SAReefer 02-03-2008 01:52 PM

okay i am making progress

sml 02-03-2008 02:58 PM

im not the best with paths, snd my site is forums.mysite.com rather then mysite.com/forums

do you need the first / in there?

Code:

href="/forums/vbgarage.php?$session[sessionurl]
or should it be

Code:

href="forums/vbgarage.php?$session[sessionurl]

GotVtec 02-03-2008 05:30 PM

I finally got the Garage to show up in the postbits based on if the user has a garage or not.

http://www.v6performance.net/forums/...36#post1291236

sml 02-03-2008 05:57 PM

thats nice :tu: I have mine in the dropdown on the postbits http://forums.projektgerman.com

kansei 02-05-2008 08:59 PM

Anyone have an issue where page 2 won't load?

The link to go to page 2 is: http://www.themazdaforum.com/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2

when it should be more like:
http://www.themazdaforum.com/vbgarag...page=25&page=2

problem is the numbers to the left of the username start back at 1.. unless that is as expected.

Wish I could search this thread for "page 2" but search term too short :P

I didn't install or mod vbgarage but from what I know the only mod to the install was to use lightbox for images.

GotVtec 02-06-2008 12:25 AM

Quote:

Originally Posted by kansei (Post 1437000)
Anyone have an issue where page 2 won't load?

The link to go to page 2 is: http://www.themazdaforum.com/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2

when it should be more like:
http://www.themazdaforum.com/vbgarag...page=25&page=2

problem is the numbers to the left of the username start back at 1.. unless that is as expected.

Wish I could search this thread for "page 2" but search term too short :P

I didn't install or mod vbgarage but from what I know the only mod to the install was to use lightbox for images.

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


All times are GMT. The time now is 10:46 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.02006 seconds
  • Memory Usage 1,839KB
  • 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
  • (11)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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