![]() |
hey dewayne,
i decided to update to vb3 (rc4) so i had to re-install this hack.. and i'm having a slight problem. everything looked fine untill i tried to submit my timeslip data. the "Save Changes" and "Reset Fields" buttons on the bottom of modifytimeslips don't work. you can click on them but they do nothing. i've re-installed the hack twice now and still doesn't fix the problem. what could this problem be? thanks for you help, -jeff |
Jeff,
It appears that you've missed some code when you added the slip requirement add-on. In your modifytimeslip template find: Code:
</script> Code:
<form action="profile.php" method="post" id="profileform" onSubmit="return validate(this)"> Dewayne |
yup. that did it!
*scratches head* i'm not sure how i missed that part of the code... thanks for the fast reply, as always! -jeff |
When i click edit user, i get
Parse error: parse error in /home/mustangn/public_html/admincp/user.php on line 442 |
I got that fixed, what i want to know is there a way by default it will show all users that have created an account weather they have put in times or anything, instead of choosing somthing from the drop menu?
|
Quote:
Anyway, open timeslips.php and find: Code:
else if ($_REQUEST['do'] == 'username') Code:
else if ($_REQUEST['do'] == 'username') https://vborg.vbsupport.ru/showpost....5&postcount=54 |
the purpose would be so not only is it a timeslip database but also a "car" database, listing all users with cars.
|
no i didnt mean that have created an account (memberlist) i meant all users that have subbmitted there car data.... blah
|
Quote:
Code:
else if ($_REQUEST['do'] == 'username') |
|
I MADE A GOOF WHEN I INSTALLED
I had a typo spellin TIMESLIPS as tineslips. I thought I fixed it in the templates, but I have a place where it keeps coming up --- How do I fix this? (see screenshot) |
Quote:
|
Quote:
In your admincp under languages & phrases click "phrase manager" then click the "search in phrases" button. Search for "tineslips".. Then click edit and fix the spelling mistake. Do the same for "Tineslip Database". |
thanks evil --- i didnt search for tineslips database before- thats where it was
How about addin gmy site -- ill add yours to mine if oyu like www.lincolnvscadillac.com |
hi there, I just wonderd, ive buggered up my DB, its okay but since i deleted a profile field, it has a db error is user admin cp.
Id like a script i could rum in phpmy admin that would remove all of this db changese ive applied through TDinastaller.php. Can anyone help? To recap. Id like to remove the database changes that tdinstaller makes so that i can start again, thank you. |
Quote:
I made an uninstaller for you (attached). Just upload it to your admin directory and run the script. |
Quote:
http://modernmusclecars.net/links/links.php Once you've submitted your link let me know and I'll validate it. |
dewayne,
you can add my site to this thread: http://www.lonestarstangs.com/forum/timeslips.php? thanks man... can't wait till you release the next version with the attachment option. -jeff |
Quote:
|
I am running Gold, and when I tried to run the 1.3 upgrade installer, I get this:
Fatal error: Call to undefined function: can_administer() in /home/pkrwud/public_html/vbulletin/TDinstaller.php on line 10 I'm not having a great week. lol. |
Quote:
Open TDinstaller and find: Code:
// ######################## CHECK ADMIN PERMISSIONS ####################### |
Okay, everything has been done, I believe, but when I click on the link in the navbar, I get this message:
Invalid SQL: SELECT COUNT(*) AS users FROM user, userfield WHERE userfield.field55>'0' AND user.userid = userfield.userid mysql error: Unknown column 'userfield.field55' in 'where clause' |
Quote:
If you did, you'll need to download version 2.0 and run the uninstaller, then start the new TDinstaller from v2.0 (not the upgrade script). If you still can't get it to work you can email me at evills1ta@aol.com and I'll help you. |
ok, i am sorry, but how do i remove the database entries as i cannot get this to work, thank you, also can i just delete them in cp as i get an error if i do
|
Quote:
If you can tell me exactly what error you're getting and from which file I can help you fix it. PS: All of the profile fields can be removed in your admincp under custom profile fields.. The only other thing this script adds to your database is a column called tdban to your user table. You can remove it with phpmyadmin by running this query: ALTER TABLE user DROP tdban Then make sure that you uploaded an unmodified copy of all the files you edited. |
http://www.tallahasseemusclecar.com/...timeslips.php?
Great mod! Thanks!!! Tony Whetstone http://www.tallahasseemusclecar.com/ |
Thank you. Link added. :)
Has anyone installed this on vb3 gold yet? Just want to verify that none of the effected code has changed. |
I installed it on TMCA after upgradeing to vb3 Gold, so yes it is running fine on vb3 gold :)
Tony |
Evil, thank you again for such a great piece of software. This was very popular on my website prior to the release of Gold, and I'm sure it will be again. I screwed up somewhere, but it's installed now. I lost all the info from the users, but hey, they all know how to enter it again. :)
Thanks so much! BTW, you can add us to your list, but you might want to give me a day or two to get some entries. :) http://www.RiceHatersClub.com Take care, ~Chris |
Okay, I guess not. People are entering info, but it doesn't show up on the page.
http://www.ricehatersclub.com/vbulletin/timeslips.php? |
Gt-358,
Thanks for verifying that it works with Gold. PKRWUD, Check and make sure you added the html to the timeslipsbit template. Then go into your admin panel and look under the custom profile fields section and make sure that the timeslip fields are there and that the IDs are 50-65. If thats not it, let me know and we'll figure it out. I'm sure its something simple. |
Hey EvilL,
Is there a way to upgrade from vb2 and be able to use the info from that Timeslip Database, or did I overlook that somewhere? :confused: |
Quote:
In your admin cp under custom profile fields check and make sure that your old timeslip fields from VB2 still have the correct IDs (50-63 I think).. If so, the upgrade instructions in this post should work: https://vborg.vbsupport.ru/showpost....22&postcount=8 |
ok.. for my users who have not been at a 1/4 mile track.. They leave the 1/4 mile inputs blank and only fill in the 1/8 mile.. I notice that they do not display on the main timslip sort and even if they have N/A selected, they do not show up there either, also Username sort... Might be more sorts that does not display them that i do not know about..
anyone know whats wrong? |
EvilL, how did I miss that? :ermm:
Thanks. I knew it had to be here somewhere. I'll give it a try. :) |
Quote:
By default it sorts by 1/4 mile ETs.. So it only shows times of those who have entered something into the 1/4 mile ET field.. If you select "sort by username" it displays the usernames alphabetically of everyone who has entered something into the 1/4 mile ET field. Same with showing naturally aspirated cars only. If the 1/4 mile ET field is left blank, they will not show on the list. Everything is based on the 1/4 mile ET. Of coarse you can easily change it so that it sorts by other things if you want. But thats the way its meant to work. It will show the 1/8 mile ETs for everyone who has entered them only when sorting by 1/8 mile ET. |
Quote:
|
EvilS1, I am having issues with mine since I upgraded to gold... everythings there and working, but people dont have any fields in the 'edit vehicle profile' section - nothing is displayed except for the form buttons... i tried uninstalling it and reinstalling it and found myself with double the fields, so deleted some and errrgh/....
any help would be great! Thanks mate! Christian |
Prank,
Now that you've upgraded to gold, you'll need to re-apply all the file edits to admincp/user.php, member.php, includes/functions_user.php, profile.php, and includes/functions_online.php. Dewayne |
Dewayne,
I did this, when I had 2 lots of profile fields, i was able to add/edit etc, but now that i have deleted the lot that i added last (without any entries) the old profile fields cannot be accessed. Thanks, Christian |
All times are GMT. The time now is 08:30 AM. |
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:
|