![]() |
Quote:
|
Need help --
Im trying to upgrade from 3.0 to 3.67 Problem I have - the instructions say to find this Quote:
and change it to this Quote:
Quote:
Help???? |
someone really needs to take the time and code an update I'm still sitting on the old version of the DB like 1.0 cause I never got it to upgrade to 1.2 so there for I have no idea whats going on. Someone who knows what there doing please help. I'll def throw up some money to motivate someone to do it so the rest of us can get this fixed.
|
Quote:
|
Everthing installed fine but the edit timeslip link does not show up. timeslip.php is there and works fine but theres nowhere to enter the information. can someone help?
and this was a fresh install not an upgrade. but none of the links are showing up. heres the link to the page and seem to be working, theres just no way to add your information. http://www.calgarydsm.com/forum/timeslips.php |
Zachariah was going to rewrite the whole thing but I think he thought it was now being maintained in this thread which it clearly is not. I will speak to him about it again :)
|
EDIT: Nevermind. I fixed it.
|
Quote:
Find in template.... Code:
<td class="thead" align="center">$bracket11<b>Username</b>$bracket12</td> Change "Ride" to whatever you want and then save. |
hey great hack and works fine with the exception of this small issue on my members page...
Warning: Invalid argument supplied for foreach() in /member.php on line 580 any ideas how to remove or should I do away with the members.php hack add on check it out here... http://www.sflmkv.com/forum/member.p...astposter&f=69 thanks also, how can I allow only a certain usergroup to have access to it uploading? is that possible yet. |
Quote:
I still need help with this |
Quote:
find and verify that you have the follow piece of code in your timeslips template. Code:
<font size="1"><a href="profile.php?$session[sessionurl]&do=edittimeslip">$vbphrase[timeslips_submit]</a></font> |
Quote:
The links in the cp do not show up. |
Quote:
admin cp > styles & templates > style manager > edit template for your current style > timeslips look in the template and find this block of code towards the bottom. Code:
<!-- please don't remove this --> Code:
<font size="1"><a href="profile.php?$session[sessionurl]&do=edittimeslip">$vbphrase[timeslips_submit]</a></font> |
Quote:
It is the same in the template. Still not sure, its working but only by direct link. (if i type it into the address bar) |
Im having this problem. Need assistance!!
Once I click on the TimeSlip Database it opens up fine: http://www.boricua-racing.com/forum/timeslips.php But then when I click to view "Details" This pops up: Warning: Invalid argument supplied for foreach() in /member.php on line 579 Check it out: http://www.boricua-racing.com/forum/...tails&userid=4 |
Quote:
it's the database. in the XMLfile all database fields in the userfield table are set to mediumtext as the data type... And as the name implies, it's a text field. Text fields and numerical fields are sorted in a slightly different manner. The Quarter Mile ET is Field55 in the userfield table. If you have access to the database, change the field type from mediumtext to type: Decimal Length/Set: 5,3 (this will allow a range of 00.000 to 99.999 to be entered) obviously back up the table first, before doing any operation on it. you should do this for all numerical entry fields ... they should should NOT be text data types, especially when doing any type of sorting or calculations. as in Site Averages! Also, because you are converting the data type at the Database level, and not restricting the user to enter only numerical data on the front end... (I haven't tested it.. but) the user will likely get a database error when entering data in the 14 field that is not between 00.000 & 99.999. The way around this is in the AdminCP under User Profile Fields->"" Manager -> Find and click edit for the 1/4 Mile ET field. in the Regular Expression Box enter ^\d+(?:\.\d{0,3})?$ in the description box append this: (numbers ONLY, up to three decimal places) and you're all set for 1/4 mile ET, you will have to repeat similar steps for all other numerical fields if there is any interest and with the permission of the author, I could rewrite the XML file to incorporate the data tyoe changes and the RegEx changes, along with any other need "enhancements" |
Quote:
|
Quote:
|
Quote:
from what i can tell there is no support with this product, so i say go for it. Could you start a new thread for it? |
Quote:
|
I recently upgraded to 3.6.7 PL1. In an attempt to fix a couple of problems, I reverted a couple of my templates and lost the navbar link to the Timeslip Hack.
In going through this thread, I downloaded the 3.6 version 1.2, unzipped the file, and attempted to import the XML file with overwrite checked and I receive a database error when doing so. I receive the following error... Quote:
Please advise. Thanks, Matt. |
Quote:
The error is that you are inserting a duplicate record into the table, that requires it be a unique (primary key) all you need to do to put the link back into the nav bar is follow this in the instructions: PHP Code:
|
Quote:
but I'd still like the permission of the author.. or an OK from a Moderator. I don't want to step on anyones toes. |
Quote:
|
I upgraded my 3.6.4 board to 3.6.8 and there are some differences in the vb code that you need to change.
In the 3.6.x hack it says: Code:
###### In image.php find: Code:
###### In image.php find: Code:
###### In member.php find: Code:
###### In member.php find: |
Everything works fine on my board with 3.6.7 except if I click a username to view their profile I get this error message.
Quote:
|
There is a missing bracket on this line
PHP Code:
PHP Code:
|
Sweet! Got it working now! Thanks! I also upgraded to 3.6.8 and because of all the posts about losing info in this thread, thought I would share what I do. I save a list of all my php edits in a seperate folder thats easy to read, each text file is the name of the php file in my database that needs to be changed (basically cut and paste the specific instructions from each mod). When a new version of vBB comes out, I edit all the php files before uploading to my server and never get a mishap or lose stuff.
|
Does anyone know if there is a way to include an if statement in the members profile to display timeslip info?
|
Quote:
Definitely.. I put it in the postbit template. here is my post with all the info filled in: http://www.chicagosvt.com/forums/sho...&postcount=127 and here are examples of various stages of completed info: http://www.chicagosvt.com/forums/sho...d.php3?t=23654 here's a snipet of my postbit template to get you started: Code:
<if condition="$post['field50']"> |
I need help getting this entirely off of my database so that I can reinstall this modification without receiving the duplicate MySQL Error:
Invalid SQL: INSERT INTO profilefield (profilefieldid,required,hidden,maxlength,size,dis playorder,editable,type,data,h eight,def,optional,searchable,memberlist,regex,for m,html) VALUES (50,0,0,'20','20','50','1','input','','0','0','0', '0','0','0','','0'); MySQL Error : Duplicate entry '50' for key 1 Error Number : 1062 Date : Tuesday, August 14th 2007 @ 05:20:21 PM |
Got it reinstalled by weeding through the MySQL tables. I'm still not sure why the links in both the navbar and USERCP_SHELL aren't showing up.
|
Very nice Webgod!
|
Quote:
|
is there a way to add multiple cars into the timeslips? I've had several users ask about this, since they have 2 cars they want to add, but can only do one. I'm not much a coder, so I'm not sure how it could be done. I don't want them to create another screen name, just to add a second timeslip for their 2nd car. Any help it appreciated!
|
Quote:
|
thanks for the response. I'll keep checking for any updates or a new timeslip add on.
|
Got it all installed looks great but the submit button is not showing up on the bottom left.
Also the dropdown menu is missing the the words sort by its just a : can anyone help? I did a new install on 3.6.8. im going to continue to search the thread hopfully i find something or someone can help me. Thanks guys. |
Quote:
For the words, go to the vbulletin phrase menu and resave the phrases for the timeslip hack. |
Quote:
Resaving the phrase fixes the "links not showing up" issue... wonder if there is some bug in vB 3.6.8. Unfortunately there does not seem to be a way to rebuild phrases... |
All times are GMT. The time now is 01:31 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:
|