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)

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.


All times are GMT. The time now is 05:08 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.01413 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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