vb.org Archive

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

PKRWUD 12-09-2003 07:58 PM

Damn, you're good. I forgot the second "s" in the name of the timeslipsbit template.

*clicks Install with immense pleasure!*

Please tell me you have other hacks, yours work great, and your instructions are excellent, especially to a know-nothing like me. I really like this hack, and the ease with which I installed it.

Thanks again!

Take care,
~Chris

EvilLS1 12-09-2003 08:40 PM

Thanks Chris. :) Glad its working for you now.

SVTOA 12-13-2003 03:22 PM

Quote:

Originally Posted by EvilLS1
I also added this to the Timeslip Database hack. Check the demo (my site) to see it. Thanks to brendonm and SVTOA for the idea. :)


I don't know what all the drama in this thread is about, and I don't want anyone speaking for me. I know that EvilLS1 has done a GREAT job with his hack. I do not see what he has done as "copying" my idea, and I think the level of support he has offered to those who want to use his creation is A-1 TOP NOTCH and he should be commended for same.

He thanked me and brendonm for ideas, that's an indication of a stand-up guy. I have had some people on other boards accuse me of copying HIS idea, such is life I guess. The bottom line is, when people take the time to help others improve their forums, it's all good.

My version of this hack is nowhere near as comprehensive as Evil's is...
I have made some changes to it, so it loads faster with less draw on the database...

http://www.mach-1.org/vbulletin/quartermileranking.php?s=&action=getall&what=&ltr= &perpage=25&orderby=field6&ausername=&=&direction= ASC&fields[6]=.&pagenumber=1


You have to copy and paste the link to have it work for you...

EvilLS1- take a bow, you have done a GREAT job on this and that is all there is to it. Only thing I can say is, I wish that you had done all this back when I was asking for something like this.. NOBODY replied to my hack request, so I kinda started one of my own... In hindsight, it kind of forced me to learn more about PHP and that's a good thing.

Peace and Happy Holidays!

Greg

SVTOA 12-13-2003 05:21 PM

Quote:

Originally Posted by EvilLS1
sunrunner_pei,

In admin/functions.php find:
Code:

$jointime = (time() - $post[joindate]) / 86400; // Days Joined
Above it add:
Code:

if ($post[field55]>0){
  $postquarter= $post[field55];
}else{
  $postquarter="";
}
if ($post[field56]>0){
  $postatmph= "@";
  $postmph= $post[field56];
}else{
  $postatmph="";
  $postmph="";
}

Then in your postbit template put this where you want the 1/4 mile ET to show up.:
Code:

$postquarter$postatmph$postmph
This way it will only show up if an ET has been entered by the user.


That's awesome- to add: The way that is written, it will only display the ET/MPH. If you want to add some text such as "Best ET" to display along with the stats, add:
Code:

$posttext= "Best ET";
to the line above
Code:

$postatmph= "@";
Then add:
Code:

$posttext$postquarter$postatmph$postmph
to your postbit in the area where you want this to display.

Imprezer 12-30-2003 03:09 AM

Great hack!

Installed.

My peeps will like it.

Alex
www.i-club.com

Carnage Media 01-18-2004 07:05 PM

Installed and awesome!

what if you wanted to add another category getting people to tell what kind of suspension they have

like:
stock
tubbed
etc.

maybe in a drop down box?

also, how do you edit in case somebody puts something false in?

Thanks again Evil, I love this one.

SVTBlackLight01 01-18-2004 07:22 PM

Hey Evil,

Have you looked into making this hack for vb3?

EvilLS1 01-18-2004 08:53 PM

Carnage,
Thank you.
To add other fields check these two posts:
https://vborg.vbsupport.ru/showpost....0&postcount=32
https://vborg.vbsupport.ru/showpost....&postcount=136

Quote:

also, how do you edit in case somebody puts something false in?
You simply go into your admin panel and edit that user as you normally would. His timeslip info will be listed there. :)

Quote:

Have you looked into making this hack for vb3?
I plan to within the next few weeks.. I just haven't had enough time to look into it yet (still using VB2).

SVTBlackLight01 01-19-2004 04:12 AM

Sounds great. Still using VB2 here too. I probably won't be upgrading for a while.

sticky 01-21-2004 07:26 AM

I can't believe I just found this, I wanted something just like this a few months ago on my forum but I thought it would be too complicated for anyone to ever do. This is the greatest hack in the world.


All times are GMT. The time now is 01:30 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.01267 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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