vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - VB Pro Garage Timeslips (https://vborg.vbsupport.ru/showthread.php?t=236888)

customcolor 04-09-2010 06:19 AM

Quote:

Originally Posted by Dylanblitz (Post 2017788)
Ah video. I don't really have video support until the next version. You could make it so they could put the embed code in a field and it will embed the video on display, from like youtube. But upload videos and displaying videos from just a remote source file wont work right now. Youtube and stuff like that is possible though.

Good thing you want it under the URL field, that's the only place until the next version that you can put a field without having to do template edits :)

You can add any type of a field that you want. I have a hack on my site that will add like 5 fields geared towards drag racing. You can do pretty much anything you want.

Let me know if the embed video field is ok and I'll make a plugin.

not really an embed area....just a place to put a link to a you tube vid....just like the url field....i want 2 url fields not 1...

gota link to your site?..


an embed would be ok too....what ever one is easyer for you :D

Dylanblitz 04-09-2010 08:46 AM

1 Attachment(s)
Quote:

Originally Posted by customcolor (Post 2018213)
not really an embed area....just a place to put a link to a you tube vid....just like the url field....i want 2 url fields not 1...

gota link to your site?..


an embed would be ok too....what ever one is easyer for you :D

My site is www.vbprogarage.com
If you want any of the hacks I created just let me know. The ones created by the users you'll have to ask them if they'll release it for the public.

I tried it with the video embedded but it looked funky because there are fields underneath it. I'm working on the next version and it'll be easier to add a custom field anywhere you want. The version after that you'll be able to add custom fields through the ACP without having to add a new product.
Just import this xml and you'll have another url field called Video URL under the URL field.

badawidollah 04-09-2010 08:53 AM

hy diland
dont know what to change
i see so many "garage" price there

where to change "garage" in navigasi tab to another word
where it is place?
or could i disable it form navigasi tab

thanks

Dylanblitz 04-09-2010 09:08 AM

Quote:

Originally Posted by badawidollah (Post 2018261)
hy diland
dont know what to change
i see so many "garage" price there

where to change "garage" in navigasi tab to another word
where it is place?
or could i disable it form navigasi tab

thanks

The navigation link text is in the phrase garage_global_garage

I wouldn't suggest disabling the navigation tab since it drives the menu that has the links to control the garage :)

badawidollah 04-09-2010 03:21 PM

after i change all garage to house in phrase
now the text gone

uninstall and install
but the problem is the same

still cant show

Dylanblitz 04-09-2010 03:49 PM

Quote:

Originally Posted by badawidollah (Post 2018406)
after i change all garage to house in phrase
now the text gone

uninstall and install
but the problem is the same

still cant show

If you want to give me a temp admin account I'll check it out and see what's going on. I'll need permissions to access settings, language and plugins.

badawidollah 04-10-2010 12:17 AM

hi dylan
details sent

thanks for your help

Dylanblitz 04-10-2010 03:40 AM

Quote:

Originally Posted by badawidollah (Post 2018641)
hi dylan
details sent

thanks for your help

I was able to change it to House with no problem? I'll pm you instructions on what I did. Maybe you did it in a way that messed up the language.

badawidollah 04-10-2010 01:59 PM

thanks
working

bit where to remove milleages

:D

House 2008 Unknown Rumah Teres 1 Tingkat
Color white
Updated 04-10-2010 10:47 PM
Mileage 0 Miles
Price RM130,000.00 MYR
Purchase Date
URL
Total Views

house with miles
:D

and how to make 2 product like house and vehicle?
this is great product for me

Dylanblitz 04-10-2010 03:35 PM

Quote:

Originally Posted by badawidollah (Post 2018931)
thanks
working

bit where to remove milleages

:D

House 2008 Unknown Rumah Teres 1 Tingkat
Color white
Updated 04-10-2010 10:47 PM
Mileage 0 Miles
Price RM130,000.00 MYR
Purchase Date
URL
Total Views

house with miles
:D

and how to make 2 product like house and vehicle?
this is great product for me

You can edit the garage_vehicle_edit template and delete

PHP Code:

        <tr>
        <
td><b>$vbphrase[garage_thead_mileage]</b>
        </
td>
        <
td>
<
input type="text" id="mileage" name="mileage" maxlength="10" size="20" value="$my_vehicle_data[mileage]">
<
select id="mile_type" name="mile_type">
$mile_type_option
</select>
        </
td>
        </
tr

and edit garage_vehicle_view template and delete

PHP Code:

        <tr>
        <
td valign="top"><b>$vbphrase[garage_thead_mileage]</b>
        </
td>
        <
td>$veh_mileage
        
</td>
        </
tr

It's not a required field so just removing the field from the templates will be ok.

badawidollah 04-10-2010 03:58 PM

thanks
work like a charm

Front Range 4x4 04-10-2010 08:36 PM

Hi Dylan, I was just looking at your site and wonder if the hacks for garage pics on FORUMHOME or your garage details in postbit are available to those of us that haven't made the leap to Pro yet.

Dylanblitz 04-11-2010 07:04 AM

Quote:

Originally Posted by Front Range 4x4 (Post 2019159)
Hi Dylan, I was just looking at your site and wonder if the hacks for garage pics on FORUMHOME or your garage details in postbit are available to those of us that haven't made the leap to Pro yet.

Yes, the user who created them gave me permission to release them. The user postbit hack was already in the package, I just added the forumhome image hack to the package as well and uploaded it. They are both in the tools directory and in the documentation.
With the next version they will both be integrated into the garage so separate installs wont be needed.

Front Range 4x4 04-11-2010 01:49 PM

Great mods Dylan, thanks for making them available. Now I just need to add something like "Too lazy to add to the Garage" in the postbit if they haven't added anything yet. ;)

customcolor 04-11-2010 07:55 PM

Quote:

Originally Posted by Dylanblitz (Post 2018256)
My site is www.vbprogarage.com
If you want any of the hacks I created just let me know. The ones created by the users you'll have to ask them if they'll release it for the public.

I tried it with the video embedded but it looked funky because there are fields underneath it. I'm working on the next version and it'll be easier to add a custom field anywhere you want. The version after that you'll be able to add custom fields through the ACP without having to add a new product.
Just import this xml and you'll have another url field called Video URL under the URL field.

!thanks for your efforts!

Front Range 4x4 04-11-2010 08:36 PM

1 Attachment(s)
Thanks again Dylan, here's what I ended up with for my postbit. The link above the pic goes to the garage and the one below to the members 4x4/s.

Next will be the previously mentioned prod to the lazy, still have the garage link and pic show but instead of the link to their garage text saying that don't have anything in the garage. I'm sure it's an easy if/else statement but haven't had success yet.

Dylanblitz 04-12-2010 12:11 AM

You would need to set a variable in the plugin so you would know if the user has a vehicle or not. Then register it in the template call and you could use that for the if/else statement.

Front Range 4x4 04-12-2010 12:25 AM

Thanks Dylan, I'll see what I can do in a few days when I have time again.

Iroc88 04-12-2010 01:03 AM

Hi Dylan,

Just have a quick question. After installing the garage I am getting the following error that won't allow me to setup any cars past their make :
Code:

Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 3 in [path]/includes/garage_func_var.php  on line 3491
Just curious if I may have a bad garage_func_var.php file or if you may have ran across it before.

Thanks for any help,
Iroc

Dylanblitz 04-12-2010 05:23 AM

Quote:

Originally Posted by Iroc88 (Post 2019715)
Hi Dylan,

Just have a quick question. After installing the garage I am getting the following error that won't allow me to setup any cars past their make :
Code:

Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 3 in [path]/includes/garage_func_var.php  on line 3491
Just curious if I may have a bad garage_func_var.php file or if you may have ran across it before.

Thanks for any help,
Iroc

I haven't run across it with the garage but know what it is. Some version of php act wonky with the named patterns. Yours needs a tweak on that.
Open garage_func_var.php
On line 3491 find

Code:

$pattern = '#(?<browser>' . join('|', $known) . ')[/ ]+(?<version>[0-9]+(?:\.[0-9]+)?)#';
replace it with
Code:

$pattern = '#(?P<browser>' . join('|', $known) . ')[/ ]+(?P<version>[0-9]+(?:\.[0-9]+)?)#';
That should work. Let me know if it doesn't.

Iroc88 04-12-2010 05:40 AM

Your a genius Dylan! Thank you works perfectly now. :)

Dylanblitz 04-12-2010 05:55 AM

Quote:

Originally Posted by Iroc88 (Post 2019771)
Your a genius Dylan! Thank you works perfectly now. :)

Good to hear. Let me know if you run into any more problems.

tuppyb 04-12-2010 12:18 PM

I came on here to post the same problem with line 3491

Fixed now thank you :D

Johnny G 04-13-2010 12:49 PM

I've got an issue with a CND 1.0 on vb3.7.4 to VB Pro Garage on vB4.0.3.

All of the cars details are there , but the images aren't. The path appears to be correct and the permissions are all fine.

---------------
Warning: imageistruecolor(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 465

Warning: imagecreate() [function.imagecreate]: Invalid image dimensions in [path]/admincp/garage_manage.php on line 469

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 477

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 482

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 494
Remade thumb image images/garage/attach/1/4/4/garage_vehicle-27-12572020381_thumb.jpg

Warning: imageistruecolor(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 532

Warning: imagecreate() [function.imagecreate]: Invalid image dimensions in [path]/admincp/garage_manage.php on line 536

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 544

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 549

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/admincp/garage_manage.php on line 561
Remade medium image images/garage/attach/1/4/4/garage_vehicle-27-12572020381.jpg
--------------

Dylanblitz 04-13-2010 02:12 PM

Hi Johnny,
Can you tell me if the images are all still in the images/garage/attach folder or if they're split up into their own folders?

Johnny G 04-14-2010 08:05 AM

Quote:

Originally Posted by Dylanblitz (Post 2020553)
Hi Johnny,
Can you tell me if the images are all still in the images/garage/attach folder or if they're split up into their own folders?

They appear to be split in their own folders

customcolor 04-15-2010 05:19 AM

i get the thumnails but when i click on them ...light box cant bring them up...i do have another image resizer working on the site...is that one interfering?

here is the link to my page so you can see what is happening.....just to worn you...all the tweeking i did was in the language xml to get it to say what we needed to :o

http://www.foxvalleyreefclub.com/for..._vehicle&id=26

Front Range 4x4 04-15-2010 12:37 PM

Looks good customcolor, have you tried disabling the other resizer?

customcolor 04-15-2010 09:21 PM

not yet....our site really needs the one im using...its this one... https://vborg.vbsupport.ru/showthread.php?t=237650

i may have to try it late tonight when none are on

customcolor 04-15-2010 09:24 PM

i just tried it for grins and still was unable to bring up the large pic

Front Range 4x4 04-15-2010 09:55 PM

Try this one: https://vborg.vbsupport.ru/showthread.php?t=230411

Works fine with this mod.

customcolor 04-16-2010 01:42 AM

well i just found the problem..i had it set for watermark and it was set for image....well no image was uploaded for watermark to use...i set watermark to text and it works fine now...

thanks for the other image resizer!!! i like that one better..it doesnt clutter up the forum with a tag on top the pic...

customcolor 04-16-2010 01:45 AM

thanks!!

here it is....our garage....um...Tank Bio page :D

fox valley reef club member tank bios

Dylanblitz 04-16-2010 04:32 AM

Quote:

Originally Posted by Johnny G (Post 2020967)
They appear to be split in their own folders

Can I get a link to the site? I'll see if I can figure out what is causing the problem.

Dylanblitz 04-16-2010 04:40 AM

Quote:

Originally Posted by customcolor (Post 2021986)
thanks!!

here it is....out garage....um...Tank Bio page :D

fox valley reef club member tank bios

That looks nice

The next version will work even better for you. It will have seo friendly url's built in so instead of /garage_vehicle.php the url can be /tank-1-Glass-Aqueon.html :)

btw, if you use your own image resizer you can disable the one in the garage images settings tab.

Johnny G 04-16-2010 12:03 PM

Quote:

Originally Posted by Dylanblitz (Post 2022021)
Can I get a link to the site? I'll see if I can figure out what is causing the problem.

forums.twobrutal.com
garage is disabled at the moment, though - but I'll re-enable it over the weekend. If you register, and PM me, I'll give you access.

Dylanblitz 04-16-2010 02:50 PM

1 Attachment(s)
Quote:

Originally Posted by Johnny G (Post 2022139)
forums.twobrutal.com
garage is disabled at the moment, though - but I'll re-enable it over the weekend. If you register, and PM me, I'll give you access.

It looks like the folders were created but the images weren't moved.
Example
One of the vehicle images should be
http://forums.twobrutal.com/images/g...2712_thumb.jpg

but the image is still

http://forums.twobrutal.com/images/g...2712_thumb.jpg

Try running the attached script from you admincp directory then delete it after the images are showing correctly. It should get the images moved over or at least hopefully give you an error message on why they wont move.

customcolor 04-18-2010 03:47 AM

Quote:

Originally Posted by Dylanblitz (Post 2022023)
That looks nice

The next version will work even better for you. It will have seo friendly url's built in so instead of /garage_vehicle.php the url can be /tank-1-Glass-Aqueon.html :)

btw, if you use your own image resizer you can disable the one in the garage images settings tab.

ill be looking forward to the new version then!! the light box is better in my eye...it looks newer :D

betts02 04-18-2010 06:15 AM

Can i ask, Is this easy editable ?

I want to know if this could be used for Signatures for each member istead of cars, etc

Thanks in advance

Dylanblitz 04-18-2010 06:30 AM

It's all phrased, so the text is easy to edit and the pages are all generated through the template system. I'm not sure how you are thinking of using it for signatures though? I replied to your pm.


All times are GMT. The time now is 03:12 PM.

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.02088 seconds
  • Memory Usage 1,855KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (16)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