vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Timeslip Database -for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=60945)

joeychgo 09-06-2004 12:42 AM

SVT - have you looked at vbAdvanced CMPS system?

You might want to consider it

SVTBlackLight01 09-06-2004 12:46 AM

I have been considering it, but I have hacked up vbindex quite a bit. I'll probably still switch over before too long.

joeychgo 09-06-2004 12:48 AM

I can tell you its VERY easy to use - and real sweet for adding extra pages with all custom content.

Im still a newbie, and ive done alot with it.

SVTBlackLight01 09-06-2004 12:53 AM

I'm actually using it on another part of my site. :) I could just use more of the features on my front page.

http://www.modernengineuity.com/articles.mod

EvilLS1 09-06-2004 01:16 AM

Y/W Joey. :)

SVT,

Ah, I see.. I thought you were talking about CMPS.

Anyway, at the bottom of your file: shouldn't this:...
Code:

    eval('$times .= "' . fetch_template('vbindex_times') . '";');
    eval('print_output("' . fetch_template('vbindex_toptimes') . '");');
}
?>

..be changed to this?
Code:

    eval('$times .= "' . fetch_template('vbindex_times') . '";');
}
    eval('print_output("' . fetch_template('vbindex_toptimes') . '");');
?>

Later,
Dewayne

SVTBlackLight01 09-06-2004 01:42 AM

Yep. That fixed it. :D Thanks!

EvilLS1 09-06-2004 01:50 AM

N/P.

Are ya gonna post your add-on for others who use vbindex? I'm sure it'll be requested sooner or later. :)

SVTBlackLight01 09-06-2004 02:41 AM

OK. Here are the instructions and an updated file for displaying the top 5 timeslips in vBindex.

EvilLS1 09-06-2004 02:59 AM

Thanks for sharing. :)

Added a link to your instructions in the first post.

Limey-YMR 09-07-2004 04:07 AM

I have a quick question, I have the 1/4 Mile ET in the postbit_legacy, but I'd like to have it show an 1/8 Mile E/T for users that haven't yet run the 1320

I spent several hours trying to figure it out figuring it would be some kind of else variable before the /if statement.

here's what I've got
PHP Code:

<div><if condition="$post[field55]>0">
<
span class="smallfont"><strong>1/4 Mile ET:</strong$post[field55]</span>
<elseif 
condition="$post[field53]>0"><span class="smallfont"><strong>1/8 Mile ET:</strong$post[field53]</span>
</if></
div

Can someone be as kind as to tell me the correct syntax to display field 53 if field 55 is nul, right now it displays both when 1/4 mile is present and none if 1/4 mile is not.
cheers.
Mark


All times are GMT. The time now is 10:50 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.01729 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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