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)

kf4eok 03-02-2010 03:26 AM

tagged, will check this out when I have more time. sounds interesting.

Dylanblitz 03-02-2010 07:11 AM

Quote:

Originally Posted by venom2124 (Post 1994887)
Okay just was playing with the vehicle options and I went to select a featured vehicle and got the following database error.



When I select VOTM nomination is get the following database error.



So not sure what's missing or causing the error but any help would be great. Now after i get the error if I refresh the previous page it will show me that the vehicle I was trying to make the VOTM is the VOTM.

Sorry about that. It was some tracking I put in for some commercial script customers I didn't remove. I'm going to release a new package tonight and it will be fixed.

Dylanblitz 03-02-2010 07:18 AM

Quote:

Originally Posted by ChopSuey (Post 1994952)
To get the links to show in custom styles add this
HTML Code:

<vb:if condition="THIS_SCRIPT != 'garage'">
                <li><a href="http://www.pgtrackandsled.ca/forum/garage.php">Garage</a></li>
</vb:if>
<vb:if condition="THIS_SCRIPT == 'garage'">
                <li><a href="#">Garage</a>
                        <ul class="drop">
<li><a href="http://www.pgtrackandsled.ca/forum/garage.php" title="Main">Main</a></li>
<li><a href="http://www.pgtrackandsled.ca/forum/garage_vehicle.php?do=add_vehicle" title="Add Vehicle">New Entry</a></li>
<li><a href="http://www.pgtrackandsled.ca/forum/garage.php?do=browse" title="Browse">Browse</a></li>
<li><a href="http://www.pgtrackandsled.ca/forum/garage.php?do=search" title="Search">Search</a></li>
<li><a href="http://www.pgtrackandsled.ca/forum/garage.php?do=timeslip" title="Timeslips">Timeslips</a></li>
</ul>
</li>
</vb:if>
</li>

Of course change the links to yours.
It drops down on hover, its a drop down menu
view here http://www.pgtrackandsled.ca/forum/garage.php

Good idea. I might add something like that as an alternative to the navbar type menu in the next version :)

Trumpetrhapsody 03-02-2010 05:29 PM

Just noticed some of your Who's Online locations aren't parsing properly:

Quote:

Unknown Location
/garage_vehicle.php?do=edit_vehicle&id=10&submenu=i mages

Dylanblitz 03-02-2010 06:05 PM

Quote:

Originally Posted by Trumpetrhapsody (Post 1995395)
Just noticed some of your Who's Online locations aren't parsing properly:

Hmm, wonder how I missed that one.

To fix it
ACP->Plugins & Products->Plugin Manager

Edit Garage Unknown plugin

Find

Code:

        case 'cnd_garage_vehicle_add':
                $handled = true;
                $userinfo['action'] = construct_phrase($vbphrase[garage_global_add_vehicle], $vbulletin->options['garage_veh_names_default']);
                $userinfo['where'] = '<a href="' . $vbulletin->options[garage_url_path] . 'garage.php">' . $vbphrase[garage_global_garage] . '</a>';
                break;

After Add

Code:

        case 'cnd_garage_vehicle_mod':
                $handled = true;
                $userinfo['action'] = construct_phrase($vbphrase[garage_global_mod_vehicle], $vbulletin->options['garage_veh_names_default']);
                $userinfo['where'] = '<a href="' . $vbulletin->options[garage_url_path] . 'garage.php">' . $vbphrase[garage_global_garage] . '</a>';
                break;


odtj 03-02-2010 06:37 PM

Again... Really like this component...

Are there any features in place to allow one to modify the layout of the individuals entry?
Specifically, What's the best approach to eliminate the wasted space when once's entry description is very long and it stays all under the primary image (Like the attached image)...

http://lh5.ggpht.com/_2tfMoTZ476A/S4...U/s576/pic.gif

Dylanblitz 03-02-2010 09:40 PM

Hmm, can't read what's in there, he have all the modifications listed out there? Yeah, in the next version I can add the option for the admin to set it so the description will wrap under the main image and other data fields.

betty02 03-04-2010 07:20 AM

I get this error and no uploaded images show?

Quote:

Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1730

Warning: mkdir() [function.mkdir]: No such file or directory in [path]/includes/garage_func_var.php on line 1730

Warning: move_uploaded_file(images/garage/attach/7/8/garage_vehicle-1-12676943661_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1805

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpgEvcZA' to 'images/garage/attach/7/8/garage_vehicle-1-12676943661_full.jpg' in [path]/includes/garage_func_var.php on line 1805

Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1730

Warning: mkdir() [function.mkdir]: No such file or directory in [path]/includes/garage_func_var.php on line 1730

Warning: move_uploaded_file(images/garage/attach/7/8/garage_vehicle-1-12676943662_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1805

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpfXMVO5' to 'images/garage/attach/7/8/garage_vehicle-1-12676943662_full.jpg' in [path]/includes/garage_func_var.php on line 1805

Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1730

Warning: mkdir() [function.mkdir]: No such file or directory in [path]/includes/garage_func_var.php on line 1730

Warning: move_uploaded_file(images/garage/attach/7/8/garage_vehicle-1-12676943663_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1805

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpq0FY2F' to 'images/garage/attach/7/8/garage_vehicle-1-12676943663_full.jpg' in [path]/includes/garage_func_var.php on line 1805

Dylanblitz 03-04-2010 07:33 AM

set permissions on images/garage/attach to 777

betty02 03-04-2010 08:25 AM

Ok how come i can view the URl in the navbar on one theme logged in as admin and can view it on my toerh logged in as admin but then log in as member, ig i go to garage.php i can use it fine but no link in navbar?


All times are GMT. The time now is 05:57 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.01770 seconds
  • Memory Usage 1,759KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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