![]() |
I need one person to beta test vB Timeslip Database v2.0 for VB3. Anyone interested?
|
Quote:
|
Quote:
|
Quote:
Awesome!! Can't wait |
Just waiting to hear from my beta testers.. If all is good, I'll release it. :)
|
hey Dewayne,
one more thing if you don't mind. what part of the code do i have to change to require ALL 1/4 mile and 1/8 mile submissions to have a timeslip linked? i tried setting it to require a timeslip for everyone faster than 16sec thinking that would cover just about everyone, but there are some that put 16.0 just to get their name on the list. so i am having to weed them out about once a week. thanks for your time AGAIN. :D -jeff |
Jeff,
Replace the other code with this (in your modifytimeslip template): Code:
<script language="javascript"> |
Version 2.0 for VB3 is here:
https://vborg.vbsupport.ru/showthrea...threadid=60945 |
dewayne,
you're the man! *cough*even if you do drive an ellis juan*cough* <--- runs a mustang board/club :D thanks again... -jeff |
<--- Ex Mustang owner. ;)
|
Great Hack!! Just installed it with the ET&Trap in the postbit with no probs at all!! Well done.
I do have one question. Would it be possible to make it were only users or a certain User group should show up on the main list (timeslip.php)? My site has normal users and paid members, and I'd like for this to be an extra feature that the paid members have. Thanks for the great Hack! |
Okay, I ran into a problem. When I tried to put a link to the timeslip.php file on my forum, ithe page is not found. I added a button int the Head section (forum styles). This what I added...
<a href="timeslips.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_carinfo.gif" alt="Timeslips, Mods and HP!!" border="0"></a> |
Quote:
Find: Code:
// Get total number of users Code:
// Get total number of users Then find: Code:
// Get users Code:
// Get users Quote:
|
Quote:
|
Adding $bburl/ in front of it made it work thanks! Also, the paid members only thing worked as well. Is it possible to add more then one usergroupid to it? So that say paid members and club officers could have their stats show up? Or can you assign a user to more then on usergroup?
|
n/p.
Quote:
Code:
AND user.usergroupid IN (X,X,X) |
Cool, thanks a million!
|
Anytime. :)
|
This is an excellent add-on, EvilLS1. Check your PM, I'd like to slide a little something into your PayPal account for sharing this with everyone. We've been trying unsuccessfully to code a timeslip db for our site for a while now and you just took a major load off of our non-programming asses. :D
|
Tungsten,
I'm glad you like it. And thank you very much for offering a donation, but thats not necessary. A simple "thanks" is enough payment for me. :) I use alot of hacks that others have released here, so sharing my own hacks is my way of saying thanks to the vb.org community. Plus, I'm always happy to help out a fellow car enthusiast. Enjoy the hack, my friend. :) |
Great hack hon :)
Installed and working perfectly - just having a little problem getting the select boxes to show up on the Edit Timeslip page? I installed the hack and followed ES1's directions, but I just get a normal text box. Select fields work fine on my regular edit profile page. Anyone have any suggestions? Thanks :) |
Hey Sadia! :)
Version 1.3 doesn't have select boxes by default (v2.0 for VB3 does).. But its really easy to add them. Its all explained here: https://vborg.vbsupport.ru/showpost....0&postcount=32 Dewayne |
See I did that, but I still don't get select boxes - I'll go through and try again, maybe I missed something :)
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=21833 And are you adding a new select box field? If so, you'll need to find all instances of this (in member.php & register.php): Code:
(50,51,52,53,54,55,56,57,58,59,60,61,62,63) Code:
(50,51,52,53,54,55,56,57,58,59,60,61,62,63,64) |
I know I'm doing something stupid...just can't figure out what it is... :D
I have the select field hack installed, and it works fine on the regular edit profile page. (I tried it with the same field I am then trying to add to the edit timeslip page). I also tried to just change an existing field to a select box and that's not working either. I added the field number to member and register like you suggested, and I still get a field, but a regular text field. I can't think of any reason it would show up on Edit Profile and not on Edit Timeslip :( |
Ah, I know why its not working for you.. There's a couple more steps that I forgot to mention.
###### In member.php find: Code:
// ############################### start modify Timeslip Data ####################### ###### Replace it with: Code:
// ############################### start modify Timeslip Data ####################### ###### Replace the entire contents of your timeslips_customfields template with this: Code:
<tr> |
YES! It works lol :D Thanks for helping me out :D
|
Anytime. Glad ya got it workin'. :)
|
hey Evil, what would cause this to happen, you submit your info. but it does not show up? thanks.
|
Quote:
If thats not it, what info was submitted and what sort method? Keep in mind that by default it only shows user's that have entered something in the 1/4 mile ET field when sorting by usernames. |
I entered my info as a test but it didnt' show, this morning I had a user.php error so its probably in there. I'm having to work around the "miserable users" hack also.
|
Quote:
|
hey EvilLS1,
1.3 great addition to an already great hack! (Now i just have to do the upgrade!) :) Great work! |
EvilLS1, is there anyway to add an image of the vehicle in the "vehicle profile"?
Also, is it easy to sort by any of the other fields? |
Thanks glo. Zzed has released a hack which allows you to add images to the profile. You can easily apply it to the vehicle profile aswell. Check his profile page for a link to the hack.
Check this post to change the default sort method: https://vborg.vbsupport.ru/showpost....8&postcount=15 |
Add on:
This will show the ET club that each user belongs to in the postbit. For example, if a user has a 12 second ET it will display "12 Second Club Member" in the postbit below his username. ##### In admin/functions.php find: Code:
//highlight words for search engine Code:
|
kind of bringing up a semi-dead thread, but great hack!! I run a DSM board, and I love the hack! Makes my job a lot easier in keeping track and updating best 1/4 mile times for our club. It's even better that my 12.5 is at the top of the list. :)
A couple issues, however... After installing the hack, I get an error when trying to register on the board. The error reads: Parse error: parse error in /home/columb7/public_html/forum/register.php on line 402 If I return register.php back to it's previous state, there are no problems. Second issue: when on the actual list, I click to sort by (anything), and I get "The requested URL /forum/timeslips.php was not found on this server." I get the same error when clicking on "Submit your timeslip data." Any assistance in these issues is greatly appreciated! The hack is very beneficial even in it's current state, but I'd like to fix these issues and get it working properly. Oh, I'm using vB 2.3.4, only hacks are this one, xx posts to make new thread, xx days to make new thread, and usertrade rating system. |
ucsigep,
A parse error usually means that something was not pasted correctly when editing the files (maybe a missing ; ).. Try re-applying the file edits to a fresh (unhacked) register.php and see if it works. As for the other issue, if you'll provide me with a link to your timeslips page I'll take a look at it for you. Dewayne |
it's at http://gs8.inmotionhosting.com/~colu.../timeslips.php (URL hasn't updated to our new host yet).
It may not let you on, we've got it set up to only allow registered users to view. But feel free to register. :) I'll double check the register.php, but I've tried it about 3 or 4 times and had the same result. I've glanced over the instructions that I'm copying and pasting, I don't see anything that appears to be missing. Thank you for your help, though!! |
Make sure you are putting your edit in the right place an have not left anything off.
Perhaps you can post the edit file for examination? |
All times are GMT. The time now is 07:41 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:
|