![]() |
thanks
work like a charm |
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.
|
Quote:
With the next version they will both be integrated into the garage so separate installs wont be needed. |
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. ;)
|
Quote:
|
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. |
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.
|
Thanks Dylan, I'll see what I can do in a few days when I have time again.
|
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 Thanks for any help, Iroc |
Quote:
Open garage_func_var.php On line 3491 find Code:
$pattern = '#(?<browser>' . join('|', $known) . ')[/ ]+(?<version>[0-9]+(?:\.[0-9]+)?)#'; Code:
$pattern = '#(?P<browser>' . join('|', $known) . ')[/ ]+(?P<version>[0-9]+(?:\.[0-9]+)?)#'; |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|