![]() |
Quote:
In the mean time, if you have basic knowledge of php you can see how to add new fields in this example: https://vborg.vbsupport.ru/showpost....&postcount=247 The example shows how to add and sort by a "class" field. But that should give you a general idea on how to add your diff. field. |
Quote:
Works like a charm on vB 3.0.3 Thnx! :D |
Quote:
Christian |
Thanks EvilLS1 I will have a crack at adding the Diff ratio as field 66 :D
In the interim how would I manually put the timeslip in as a blob in the database directly ?? Really need the admins to be able to upload people's timeslips as well as the user doing it :( |
EvilS1 - I get SQL errors when running TD302.php and timeslips.php. This is cause you and I had to change my install to different numbers. My profile ID's for the timeslips are all in the 80's and 90's. What I need to know is what numbers correspond to what, so I can edit the files.
Thanks. |
Quote:
|
Quote:
If you really need the ability to upload timeslips for your users I'd suggest installing the "login as user" hack. Then if someone just can't figure out how to upload a slip for themselves you can login to their account and do it for them. I highly doubt you'll have to do that often anyway b/c most users should be able to figure out how to upload their own slip. Quote:
If memory serves, your profile fields are 80-95. To keep from having to manually edit all the fields in timeslips.php just open your old timeslips.php and find all instances of this: Code:
'".intval($number)."' Code:
0 |
damn it... :D
|
Quote:
|
ahhhhh ok cool, thanks.
|
sweet - all fixed now, thanks EvilS1!!
Christian |
Glad it worked Christian. :)
BTW, I noticed that the footer of your timeslips page doesn't extend all the way accross now that you've added a link to the vbgarage. To fix it, in your timeslips template find this: Code:
<td class="tfoot" colspan="10"> Code:
<td class="tfoot" colspan="11"> |
Quote:
the only problem i am still having is the 'edit vehicle profile' does not take me to the vehicle profile fields. instead, i get a blank page. now i did notice the vehicle stats are on the regular profile page. how can i fix that? |
Quote:
If it still doesn't work login to your admincp and go to "manage custom profile fields". Hold your mouse over the timeslip fields and verify that the field IDs are from 50-65. If not, tell me what the IDs are. |
that did the trick. thanks again. this mod rawks! :)
|
Quote:
Ok added the Diff field .. can you reserver field66 for Diff ratio, it's a DECIMAL 3,2 btw ;) I will have a bit of a poke around and see if I can somehow replicate the upload timeslip into the user admin section of the forum. I don't want to add any hacks like "logon as user" etc as they go against my privacy morals etc. Same as reading users PM's etc. |
Evil,
You still have any plans for multiple timeslips per user? That would be great for those of us that drag race and want to compare modifications vs ET and also keep a good running inventory. Have you also thought about modifications per date? If you're like me, I like to find out if modification "X" did anything or not and can compare those mods vs older mods (per date/time). Just some suggestions. Thanks once again for writing all of this code and supporting it as well. I very much appreciate your efforts a ton! Cheers, Tim |
Tim,
I've made notes of requested features for future versions but to be honest it will probably be a while before I release anymore updates b/c I'm working 6 & 7 days per week right now and don't have much free time to work on anything. I will keep your suggestions in mind though. Thanks. :) Dewayne |
Quote:
Not a problem at all bro, we have plenty of time and they are just that ---- suggestions. By the way, my turd goes to the dyno 20 July so we'll see what kind of #'s she makes with the new combination. Cross fingers and hope for the best. Tim |
Quote:
|
I just get a blank page when I try to Edit the timeslip info... http://www.nostreetracing.org/main/
|
Quote:
Code:
// ############################### EDIT VEHICLE PROFILE ####################### BTW, I tried to register on your site so that I could see for myself but I just get a blank page when I submit my registration info. This hack makes no edites to register.php so something else is causing that. |
I already checked both template names and profile.php already... and it seems to be okay.. but I will redo profile.php again..
and as for register.php, thanks for catching that... The only mod that made changes in that file was the award hack... good thing I didn't try it on my other forum :) I will let you know how things go as soon as I try it again |
Installed it on K-Series.com. Love it. Thanks.
-Trent |
Anyone got the Top 5 Times mod working for vBadvanced CMPS ??
Help!! :) |
Dewayne (EvilLS1),
FYI I just dyno'd last Tuesday ---- 456.9rwhp/388rwtq and ran out of fuel pump/system at only 6k rpm. Going to upgrade. Quick question actual request. I somehow mucked up my timeslip database... all of the info exists, however, I think I messed up field55 somehow. Anyway that you could tell me the structure of what belongs in there so I can use phpmyadmin to fix it? all of my timeslips won't show now. That will teach me to try and install another tool :) Thanks, Tim |
Nice numbers Tim!
To re-add field55, first make sure that field55 has been completely removed from the profilefield and userfield tables. Then upload this script to the admincp directory and run it. Keep in mind that doing this will cause everyone to have to re-enter thier info for that field. If you just want to see the structure open the file and take a look. Later, Dewayne |
Quote:
Thanks for teh quick resopnse. I figured it out and just manually input'd all of the data. I had custom fields with the ET in there so I used that. I didn't want to lose all that data :) Thanks!!!!!!!! |
I just added this to my website, I try to run the td302.php and I got a database error, but it seems to be working correctly, can you please check it out and let me know if there is something missing thanks.
http://www.modernmustangs-na.com/forums |
Quote:
Yours seems to be working just fine. :) |
Quote:
Carlos |
Having a small problem with my install of this mod. After entering my info, nothing shows up on the listing page, even after uploading the new timeslips.php page. Any ideas?
Site is http://www.michiganspeed.com/testforums/timeslips.php? |
DJCobol,
Check to make sure that the name of the timeslipsbit template is spelled correctly. Its timeslipsbit not timeslipbit. |
Well now, dont I feel like an idiot? :)
Thanks for your help man. This is an awesome mod! |
Quote:
|
I upgraded from VB 3.01 - 3.03 and upgrade this hack to 2.01. Took a bit of time, but the instructions were easy to follow. Thanks again for a great hack!
|
Y/W Optima. :)
|
Any chance of the Top 5 Times Mod/Module for vBadvanced CMPS ?? :)
|
Sidewindr,
The problem is that I don't use CPMS so I have no way of testing it. But just by looking at the hack I think you'd need to create a php file containing the query for the top 5 addon and upload it to the modules directory. Then add the templates as you normally would and set up the module in the admincp. Here, I'll attach a file and some instructions to try. I have no idea if it'll work b/c I have no way to test it and I'm not really sure how CPMS works. If it still doesn't work you could try asking Tigga about it at the vbadvanced website. |
|
All times are GMT. The time now is 10:51 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:
|