![]() |
Thanks for the help! I looked ALL over in there. Well, obviously not ALL over! LOL
Thanks again! |
Has anybody run this with 3.0.8 yet? Will it work?
|
Yes, I've just installed it on 3.0.8, flawless. Incidentally it's located here (for the link thing):
http://www.micra.org.uk/timeslips.php James :) |
I couldn't find the required code in image.php, I'm running 3.09
|
eh, so how would i go about reversing the modifications the install file made?
|
Quote:
|
I'm having an issue that when you click the slips icon to show the time slip that was uploaded I am getting a page not found error. What am I missing?
|
Until recently I was running 2.0.9 at www.skylinesdownunder.com/forums however have just last week upgraded to 3.0.9.
Is anyone here running this on a 3.0.9 version site yet? I have just ran the TD302.php script in order to prepare my database for upgrading to V2.1 (or which is ever is compliant with VB3.0.9). After reading the 44 pages here and seeing the 4 posts above am wondering if I should wait... ...actually the upgrade has got me a bit stumped as I am wondering what the next step is. Ideally I'd retain the existing user entries from timeslipv1.2 (vB2.0.9) as I have thousand of user entries and it'd be good to not have to email everyone to re-enter their data. The existing timeslip data resides in those fields: Ride 50 Horsepower 51 60 Foot Time 52 1/8 Mile ET 53 1/8 Mile MPH 54 1/4 Mile ET 55 1/4 Mile MPH 56 Link to Timeslip 57 From what I understand Christian from www.skylinesaustralia.com did'nt manage to upgrade and generally had issues running vBulletin altogether and noticed he has jumped ship to IPB. vB is the way and I am not so easily perturbed, therefore look forward to not only getting this working on my vB 3.0.9 install but to also retain existing user data. From what I understand I think my next step should be to remove the .sql in TDinstaller.php which relates to the addition of fields 51 - 57, and then go through the file modification steps accordingly. Please let me know if you think I am off track there. I guess the big thing is, does it work on 3.0.9? |
Any chance this will be ported over to vbulletin 3.5? Just asking.
Thanks again EvilLS1... appreciate all your efforts! |
I'm getting a JS error only in IE on the Vehicle Profile from the UserCP. I haven't been able to find the problem.
I'm using 3.0.9 Line: 607 Char: 30 Error: Syntax Error Code: 0 URL: http://mydomain.com/forums/profile.php?do=edittimeslip Everything works just fine.. just that one error to fix up.. any idea's? |
Ever since installing the TD, we've had a problem in the admin page when we are in the admin cp. When we click "search for users" we get the following error:
Parse error: parse error, unexpected T_STRING in /home/elitepla/public_html/admincp/user.php on line 988 When I open the file, this is what line 988 says: $DB_site->query("UPDATE " . TABLE_PREFIX . "user SET tdban=$tdban WHERE userid=$userid"); The same thing also happens when I click on the user options on a users public profile page. Any ideas?? I REALLY need to get access to these user pages as we've got a guy breaking the rules who needs a smackdown. |
Quote:
|
Quote:
nice. i'm having a few problems with this 'mod' after moving to 3.5 and if i can't fix it, it's being removed. :ermm: |
Im still on the 3.0.x version but I beleive there is backward compatibility option to run old hacks in 3.5. Has anyone tried to see if this hack would work in this mode?
|
Awesome !!!!!!!!!!! Clicked Install! I'm even a newb at this hack stuff and it took me about 15 minutes.
|
Quote:
- Justin |
would someone please install this hack for me? I have having a very hard time with intalling it.
|
I cant find this!
EDIT Sorry forgot to mention this is for adding the club member tag to the postbit. :squareeyed: Code:
$show['reputationlink'] = iif($vboptions['reputationenable'] AND $bbuserinfo['userid'] AND $post['userid'] AND !($usergroupcache["$post[usergroupid]"]['genericoptions'] & ISBANNEDGROUP), true, false); Code:
$show['reputationlink'] = iif(($permissions['genericpermissions'] & CANUSEREP OR $post['userid'] == $bbuserinfo['userid']) AND $vboptions['reputationenable'] AND $bbuserinfo['userid'] AND $post['userid'] AND !($usergroupcache["$post[usergroupid]"]['genericoptions'] & ISBANNEDGROUP), true, false); |
Quote:
Its likely that you are using a version of VB is later than the hack was written for |
Quote:
Anybody try doing this on 7 or have any coding suggestions? :squareeyed: |
code looks close enough for me
|
Maybe someone can help me track down where I messed up...
My users keep getting this error: "You have not completed the required field "Engine type and displacement." When trying to save their vehicle information. Well that field isn't even there. I'm not sure if another mod interfered with this or not. Help please. :) Thanks, Sean |
Great hack! It is now in use at http://www.cincystreetscene.com
I do have one small problem though, maybe you can point me in the right direction. The vehicle profile page is showing up with a lot of "tr>" in a line above the vehicle info. I'm sure its just something I pasted in wrong, but I'm not sure what file to look at. Some advice would be great. Thanks again, -Charlie |
Hi folks. Sorry I've been away for so long but I've been really busy lately & don't have much time to even get online anymore. I have to leave again for work in few minutes but I'll try to answer a couple of questions before I go.
As far as porting this hack over to vb3.5.0 goes, I haven't even upgraded my own site yet so I can't really give a specific date. It could be a month, it could be a year. I don't know. If any of you coders wanna port this hack over yourself you have my permission.. However, if you use any of my code or design I would appreciate it if you'd leave my name & link (along with yours) at the bottom of the timeslips main page where it says "vB Timeslip Database v2.X by EvilLS1". You can add your name next to it ofcoarse. I've put alot of time & work into this hack and the links are helpful to me because they improve my site's page rank. So please show a little consideration there. Thanks. one.eg6, Go to your admincp, and look under custom profile fields. Find that field and set it so that its not a required field. charlie css, That does sound like the html is broken or pasted wrong in one of the templates. Re-pasting the code into these templates should fix it: getvehicleinfo, timeslips_customfields, modifytimeslip. |
Quote:
No need to explain that you have a life beyond the internet :-) I for one, appreciate your hard work and also appreciate you posting up your contributions! If you hack it to 3.5 so be it... if not, so be it as well and perhaps someone else will give it a try. Cheers, Tim |
That was it Evil! It was timeslips_customfields. I spotted that I had missed the first < as soon as I opened the template.
Thanks for the quick response, and thanks again for the great hack! -Charlie |
Quote:
Thanks! Anyone up to the job? |
Quote:
|
Would love to add this to my forum but just upgraded to 3.5 so guess I'm out of luck for now.
Sure hope this becomes available for the new version of VB. :squareeyed: |
I'm willing to give this a shot since I wanna upgrade my car club website and this is one thing everyone uses. I'll let everyone know how it turns out.
|
Quote:
The Timeslips and Garage mods were half of the reason that I bought a vBulletin license, and 3.5 was released before I could get my database imported into 3.0.x, so I was out of luck due to not having a compatible version of ImpEx. - Justin |
Quote:
|
<a href="http://www.NYSpeed.com" target="_blank">www.NYSpeed.com</a>
Timeslip dB installed! Thanks a lot man, GREAT hack |
anyone want to make some money and help me with this? i have no coding experience what so ever!
email me at backsidesa@gmail.com |
Quote:
|
Quote:
|
Ditto...
|
No input file specified.
we got this installed but get that error??? |
Quote:
|
Im sure if you guys motivate noppid a little he'll do it. Contact him HERE - He has alot of paying work right now but im sure he could be convinced.
|
All times are GMT. The time now is 08: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:
|