Quote:
Originally Posted by Sidewindr
Thanks EvilLS1 I will have a crack at adding the Diff ratio as field 66
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 
|
Sidewindr,
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:
Originally Posted by PranK
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.
|
Prank,
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)."'
And replace all of them with this:
Then upload the attached TD302.php file to your admincp directory and run it (I already edited the fields for you).