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)

anarki2009 04-28-2008 07:34 AM

ok who's all in to help pay this guy? I'm in i'll put 100 or better in the pot.

calgdsm 04-29-2008 03:01 PM

im in for a 100 as well

PBX1 04-29-2008 10:44 PM

I'll toss money in too as long as the type of vehicle for the garage is definable (ie doesn't have to be a car, it can be a motorcycle etc...).

krustyx 05-12-2008 01:10 AM

im in, for sure

Tru2Chevy 05-14-2008 09:50 PM

I can't throw in $100, but I can throw in up to $50 to get this rewritten.

- Justin

kderentz 05-14-2008 10:03 PM

Ill donate too ...

This guys has a form of the garage running on his site ....

http://www.e90post.com/forums/bpgarage.php

maybe he would be willing to sell it??

RWerksman 05-15-2008 03:16 PM

I'd drop at least $50 on this. More if it was close to the PHPBB version.

SVTOA 05-18-2008 07:35 PM

It works on 3.7.0

Upgraded fine...

kansei 05-21-2008 07:23 PM

Quote:

Originally Posted by SVTOA (Post 1523945)
It works on 3.7.0

Upgraded fine...

make sure your users have the option to edit their garages. Of course admins can edit any still, but the "edit vbgarage" link is gone from their userCP on 3.7.0 and I'm not sure what it linked to in order to put it in manually.

SVTOA 05-21-2008 10:25 PM

Quote:

Originally Posted by kansei (Post 1527224)
make sure your users have the option to edit their garages. Of course admins can edit any still, but the "edit vbgarage" link is gone from their userCP on 3.7.0 and I'm not sure what it linked to in order to put it in manually.

Just redo the edit to the usercpshell template and it will be there...

trilogy33 05-26-2008 03:48 PM

Under 3.7.0 using garage 3.5, when users thumbnails are clicked, they open in a new popup window?
Something's gone...oops! How do I correct that please?

Example:
http://www.mysite.co.uk/vbgarage.php...etimage&id=148


EDIT: No worries, scrub that. Although could have sworn that on my earlier version of vBulletin (3.6.8), a lightbox was opened instead...no worries.

krustyx 06-11-2008 12:17 AM

Can't change page... i have a blank page and this in the adress bar

http://www.mywebsite.ca/forum/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2

strange

SVTOA 06-11-2008 12:26 AM

Quote:

Originally Posted by krustyx (Post 1546248)
Can't change page... i have a blank page and this in the adress bar

http://www.mywebsite.ca/forum/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2

strange


That's been addressed a few posts back...

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

krustyx 06-11-2008 10:08 AM

thank you for your help

Raptor 06-13-2008 04:52 PM

all working great on vb 3.7.1 PL1 (had to do the white page fix tho)

Raptor 06-13-2008 04:56 PM

Quote:

Originally Posted by SVTOA (Post 1527365)
Just redo the edit to the usercpshell template and it will be there...

for those that need help here are the 3.7.1 template edits.....

Open your styles USERCP_SHELL template.

- Find the following:

Code:

<tr>
        <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>

- Below add this:

Code:

<tr>
        <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>

- Save Template.


4. + Open your styles NAVBAR template.

- Find the following:

Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
- Below add this:

Code:

<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl_q]do=list">$vbphrase[vbgarage]</a></td>
- Save Template.

trilogy33 06-18-2008 07:08 AM

A user has been deleted that "had" a garage entry...so how would you delete the blank entry in the list?

trilogy33 06-18-2008 11:11 AM

Quote:

Originally Posted by trilogy33 (Post 1552367)
A user has been deleted that "had" a garage entry...so how would you delete the blank entry in the list?

Found the answer:

1. View the vBGarage list with the entry missing e.g. entry #6
2. View the page source and find the entry
3. Find the related id: e.g. id=47
4. Enter: http://www.(yoursite).co.uk/forums/vbgarage.php?do=view&amp;id=47
5. Select "Delete" from the [Delete] [Edit] options.

The next page says "...missing a required field", but it does actually delete the entry from the list.

Overall I guess it's better to edit the database but, for those not proficient at that, use the above!! ;)

jwashburn 06-18-2008 07:30 PM

I am having trouble getting the link to vbgarage to show up in the USERCP. I am using 3.7.1. Here is what I have in the template. (including some code above and below


Code:

        <tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
        <tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
        <tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td></tr>
        <tr><td class="$navclass[ignorelist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">$vbphrase[edit_ignore_list]</a></td></tr>


RWerksman 06-20-2008 04:06 PM

Hi Everyone,

I've posted this elsewhere to, but I thought it would be worthwhile to post it here too as this is the latest garage mod available, and the author hasn't been online since 2006.

Anyway, I've posted an advertisement for an updated garage system (link) and I'm going to start to compile technical and functional requirements with the goal of providing a product to install for everyone who wants to participate.

If you want to kick in a few bucks to get a say in what it turns out like, and to actually get a copy, please PM me here or email me -- garage at f800riders dot org. The more contributors, the more money, the more elaborate we can be.

Alternatively, if you are looking to get paid to develop an updated version of this add-on, please contact me as well.

Thanks everyone, and I hope this isn't out of line. :)

Za4a Tuner 06-20-2008 04:51 PM

Quote:

Originally Posted by jwashburn (Post 1552870)
I am having trouble getting the link to vbgarage to show up in the USERCP. I am using 3.7.1. Here is what I have in the template.

search for:
Code:

        <td class="$navclass[event_reminders]"
and place ABOVE this the following code:
Code:

        <tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td><tr/>

trilogy33 06-21-2008 04:32 PM

When I lost my vBGarage link from the navbar, yep it happened upon 3.7.x - I simply created a direct link on the forum. Easier for now.

Spaz21 07-04-2008 10:54 AM

maybe this has been answered already.... but is there a way to link to a person's garage profile from within the form? like an icon added within their profile box in the forum that goes right to the garage profile?

C138 Kaysone 07-08-2008 03:36 AM

is this hack still supported and will it work for 3.7.0 ?

Za4a Tuner 07-08-2008 01:41 PM

Quote:

Originally Posted by C138 Kaysone (Post 1569735)
is this hack still supported and will it work for 3.7.0 ?

This hack works fine with my vB3.7.2!
Support -> "Developer Last Online: May 2006" ;)

C138 Kaysone 07-09-2008 03:01 AM

well i cant see why i cant upload anything to it, can you help me on that then if you say it works on yours?

wickedstangs 07-19-2008 03:13 AM

Just installed on 3.7.2 and works good so far.. Thank You

rotor 07-19-2008 09:40 AM

Works fine in 3.7.2

The code that is given just needs to be changed to </tr> ... it's showing as <tr/> here:

<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td><tr/>



rotor

myrhoto 07-22-2008 02:31 AM

Warning: main(./includes/functions_bbcodeparse.php) [function.main]: failed to open stream: No such file or directory in [path]/vbgarage.php on line 44

Fatal error: main() [function.require]: Failed opening required './includes/functions_bbcodeparse.php' (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/myrhoto/public_html/forums/vbgarage.php on line 44

I keep getting this? Help?

I'm using 3.7.2

KAWIE1 07-22-2008 03:50 AM

Thanks. I just installed this. Where can I rename all the links that say vBGarage on my site now?

rotor 07-22-2008 05:42 AM

Do a search in your Languages & Phrases/Search in Phrases and it will come up with instances of whatever you search for. You can then edit it from there . ...

rotor

KAWIE1 07-24-2008 02:01 PM

Quote:

Originally Posted by rotor (Post 1581164)
Do a search in your Languages & Phrases/Search in Phrases and it will come up with instances of whatever you search for. You can then edit it from there . ...


rotor

Thanks man

Jay-FSD 08-05-2008 02:06 PM

Tried to install and got this error-

Fatal error: Call to a member function query_first() on a non-object in /home/fulllcom/public_html/forums/admincp/install_vbgarage.php on line 321

Any thoughts?

Thanks

Jay-FSD 08-08-2008 06:59 PM

anyone?

ErnieTheMilk 08-12-2008 05:44 PM

So can anyone definitively answer the question as to how to get images to upload and show on this mod?

It seems to be the questions most asked, and about the only one not answered!

FJCCrazy 08-16-2008 07:12 PM

Does anyone know how and where the code needs to be modified to allow the thumbnails at the bottom of the edit page to wrap to a second row? I'd like it to wrap after 8 images.

I've looked extensively and unfortunately, my programming skills are limited, but I can follow clear directions.

Please post if you know.
Thanks!

FJCCrazy 08-16-2008 09:51 PM

Quote:

Originally Posted by ErnieTheMilk (Post 1597162)
So can anyone definitively answer the question as to how to get images to upload and show on this mod?

It seems to be the questions most asked, and about the only one not answered!

You have to reduce the photo size until it uploads. Once that happens, it's all good!

Levi75 08-30-2008 01:15 PM

does it run in vb 3.7.x ?

trilogy33 08-30-2008 04:18 PM

Quote:

Originally Posted by Levi75 (Post 1610584)
does it run in vb 3.7.x ?

Version 3.7.2 ok...
but recently uninstalled

Puntoboy 09-17-2008 11:56 AM

What about 3.7.3 PL1?


All times are GMT. The time now is 03:29 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.02048 seconds
  • Memory Usage 1,824KB
  • 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
  • (7)bbcode_code_printable
  • (10)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