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)

rfsforums 06-21-2011 03:14 PM

I just installed and am getting the following error:
Parse error: syntax error, unexpected '<' in /home/*********/public_html/forum/includes/class_core.php(4090) : eval()'d code on line 132

any ideas?

Dylanblitz 06-22-2011 04:22 AM

Quote:

Originally Posted by rfsforums (Post 2210910)
I just installed and am getting the following error:
Parse error: syntax error, unexpected '<' in /home/*********/public_html/forum/includes/class_core.php(4090) : eval()'d code on line 132

any ideas?

I'm not sure what would be causing that?
I would normally say it's a product error but since noone else has come up with that the only thing I can think of is it's conflicting with another addon.

rfsforums 06-23-2011 11:10 AM

I've been testing this and I've been changing the phrases to better fit our use which is not automotive related. Do you or do you know someone who will take on paid work to further modify this to fit our needs?
I've looked at some paid packages and this seems to offer several more user features and it's free :)

daniel_pet 06-24-2011 08:57 AM

1 Attachment(s)
Quote:

Anyone running this on 4.1.4
I want to upgrade and really like this mod so I want to ensure it will work first
Yes on my test site.
Does not work for me.
There are many problems like, on add vehicle
Trim - after approval deleted from the database.
Description - There are two fields, the second does nothing and no description.
missing phrases in admin panel buttons - generation, and many others.

pity, I love the product and like to use it.

Dylanblitz 06-26-2011 06:23 PM

Quote:

Originally Posted by daniel_pet (Post 2212089)
Yes on my test site.
Does not work for me.
There are many problems like, on add vehicle
Trim - after approval deleted from the database.
Description - There are two fields, the second does nothing and no description.
missing phrases in admin panel buttons - generation, and many others.

pity, I love the product and like to use it.

The fields are in there by accident. You can edit the garage_vehicle_edit template to remove them.
Try reimporting the language file, all the phrases should be there.

Mark4865 07-08-2011 09:59 AM

Hello Dylan,

Can you tell me exactly what code needs to removed in the template garage_vehicle_edit template please as I would like to remove these extra fields and dont want to remove anything critical. Would alslo like to remove the nickname field.

thanks in advance for the help

av8or1 07-09-2011 02:14 AM

Dylan,

I looked for this in the thread to-date but the search didn't show anything. For our automotive forum we don't really need the timeslips and such, as these cars are hardly "performance" vehicles. However they are put in shows often, so we'd like to have a "show report" type of page instead.

Can I configure that within AdminCP or would it require a code modification? I'm thinking it's the latter, but thought I would check with you first.

Thanks!

Dylanblitz 07-09-2011 07:59 AM

Quote:

Originally Posted by Mark4865 (Post 2218090)
Hello Dylan,

Can you tell me exactly what code needs to removed in the template garage_vehicle_edit template please as I would like to remove these extra fields and dont want to remove anything critical. Would alslo like to remove the nickname field.

thanks in advance for the help

Open template garage_vehicle_edit

Find and delete
Code:

        <tr>
        <td><b>{vb:rawphrase garage_thead_nick}</b>
        </td>
        <td>
<input type="text" id="nickname" name="nickname" maxlength="70" size="45" value="{vb:raw my_vehicle_data[nickname]}">
        </td>
        </tr>

Find and delete
Code:

        <tr>
        <td><b>{vb:rawphrase garage_fuel_pref}</b>
        </td>
        <td>
<select id="fuel_preference" name="fuel_preference">
{vb:raw fuel_type_option}
</select>
        </td>
        </tr>

That will remove the nickname field and the blank field.

Dylanblitz 07-09-2011 08:04 AM

Quote:

Originally Posted by av8or1 (Post 2218405)
Dylan,

I looked for this in the thread to-date but the search didn't show anything. For our automotive forum we don't really need the timeslips and such, as these cars are hardly "performance" vehicles. However they are put in shows often, so we'd like to have a "show report" type of page instead.

Can I configure that within AdminCP or would it require a code modification? I'm thinking it's the latter, but thought I would check with you first.

Thanks!

Yes you would need to modify the code for something like that. You could probably tweak the timeslips page to work as a show page. Depends on what kind of fields you want.

Mark4865 07-09-2011 11:26 AM

thanks for support Dylan will do that


All times are GMT. The time now is 06:07 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.01914 seconds
  • Memory Usage 1,747KB
  • 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
  • (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