![]() |
PKRWUD,
Upload this script to your admincp directory and run it. That should fix your problem. https://vborg.vbsupport.ru/attachmen...chmentid=19550 scroush, If you will set me up a test account and PM me the login info I'll try to figure out whats causing your problem when I get home from work tonight (12:00pm est). |
You ROCK Evil! :)
Thanks again!!! |
PKRWUD,
I noticed that the little icon for the timeslip picture doesn't show up on your timeslips.php page after I uploaded a new timeslip. The icon shows on the details page and the slip shows up in the edit vehicle profile page so I think you just missed a template edit to timeslipsbit when you upgraded. If you replace your timeslipsbit template with the new one it should work. scroush, Check your PMs. Dewayne |
Quote:
Hmmm. You're right. I hadn't noticed that. I just double checked the timeslipsbit template, and I did change it. Still, because it's easy to miss a comma, or such, somewhere, I copied and pasted the code from the instructions again, and the image still doesn't show up in your row. I can see it on your details page, but not the main page. There are others that have the image on the main page, so why doesn't it show up in your row? See, and I thought everything worked perfect. lol. ;) |
Quote:
Wierd... You did upload the new timeslips.php for v2.1 right? If so, and your timeslipsbit template contains the following code it should work: Code:
<if condition="$tdateline!=''"> |
lol. Man, this is why I build engines better than I build websites. It would seem that I failed to upload the new timeslips.php file. I just did, and all seems to be well with the universe again. :)
Sorry about that. Thanks again for your help! |
No problem. Thanks for verifying that the TD works on 3.0.5. :)
|
My pleasure. It's the least I could do for all the help you've given me in the past! :)
|
For those of you who have muscle car or pony car related sites and need some traffic, I've just set up a topsites script called "Top Modern Musclecar Sites". Feel free to submit your site if you'd like.
http://modernmusclecars.net/topsites....php?a=display |
Cool idea. :)
|
Cool, our Mustang registry was "removed" from Stangnet's voting page because we complained about the obvious vote rigging going on, hopefully you have something that records the IP address of voters in the database and uses cookies too, since web browser proxying (diddling the cookie en route, modifying the POST request etc) is pretty trivial nowadays.
|
Quote:
|
This looks like a very nice script, I looked over / searched this thread w/o much luck. is there any way to make sub cats? I am in the process of moving over from phpbb, and the current way we have the 1/4 mile times listed is in sections. eg
1. top 50 1/4 2. top 25 N/A 16v 3. top 25 F/I 16v and so on. is there any way to do this? Thanks for your time! Dan |
Quote:
|
would you be willing to do this for a fee? I have very little php skills. Thanks
Dan Quote:
|
Quote:
I could do it for you but it would probably be a few weeks before I can get to it because I'm working 7 days per week right now and don't have much free time for anything else.. I haven't even got around to upgrading my own site yet. It might be a better idea to post in the service request forum if you want it done soon. Dewayne |
Okay, thats fine. send me a email when your free. webmaster (at) vwsport.com thanks!
Dan |
Having some problems... Just upgraded to 3.06 (from 3.0)
I Can't Find: PHP Code:
??? I attached the file. I found everything else. I know im in the right file because I found the second modification in image.php. So there must be different coding in 3.06--- |
Joey,
Try this: Find: Code:
if ($_GET['type'] == 'profile') Code:
if ($_GET['type'] == 'profile' or $_GET['type'] == 'timeslip') |
I dont know what that command was suppose to do - It all worked without it - but thanks. I made the change. What does it do??
|
Quote:
|
In looking to fix the TD on 3.06
This section of member.php has changed from this PHP Code:
to this >>>>>>>>>>>>>>>> PHP Code:
Thanks Doug |
looks like it has also broken some avatars
the avatars end up in red x If I get properties of the rex x and paste it to a new browser window I get this Fatal error: Call to a member function on a non-object in /home/talonsv/public_html/forum/image.php on line 211 211 is right after on of the timeslip modifications and 211 is last line in this code PHP Code:
|
I will take a look at the files from 3.0.6 and post an update later tonight or tomorrow.
|
Silver_2000_)! ,
I've added some new instructions for vb 3.0.6. Be sure to re-do all the file edits to image.php, member.php, and includes/functions_user.php. joeychgo and anyone else who has installed on vb 3.0.6 should re-do the file edits to the 3 files listed above aswell. Instructions for vb 3.0.6 (BETA) |
Thanks, just installed... working good on my first try :cool:
Only problem I had was the very last line of code: ###### In your navbar template find: <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> ###### Below it add: <td class="vbmenu_control"><a href="timeslips.php?$session[sessionurl]">$vbphrase[timeslips]</a></td> ---------------------------------------------------------------------------------- I guess my installed template (VBclassic) didn't have the first line to add the new line under :-/ I'll figure it out I suppose |
Koby,
That bit of code just adds a link to the Timeslip Database in your navbar. You can put the link anywhere or make a button to match your classic style. |
Found your icon too now for the classic style, now I just have to figure out how to add it. Great stuff :)
|
Blah, I thought I had it figured out... I am trying to add the icon in... by copying and editing the same lines of code for the other buttons to suit the location of this icon/link... but this happens:
Code:
The following error occurred when attempting to evaluate this template: |
Quote:
|
:cool:
Thanks a bunch, I'm completely new to PHP and doing my best to struggle and learn :-/ navbar template: Code:
<script type="text/javascript"> |
I'll be glad to see how you edit it to make it work so I'll know how to do it in the future :)
|
Find:
Code:
<td class="vbcm_b"><a href="memberlist.php?$session[sessionurl]"><img border="0" src="$stylevar[imgdir_button]/top_members.gif" alt="$vbphrase[members_list]" /></a></td> Code:
<td class="vbcm_b"><a href="timeslips.php?$session[sessionurl]"><img border="0" src="http://www.posdsm.com/forums/classic_images/buttons/top_timeslips.gif" alt="Timeslip Database" /></a></td> |
hey I got it on my own... i had the code ++++ed up myself... fixed it :cool:
Thanks anyways :) |
Quote:
The avatars are still screwed up though .. When a member tries to upload an avatar they get this error Quote:
The avatars that are a red X have this code generating them - Which pasted in a browser resulst in this Quote:
PHP Code:
|
I have a racing site at www.moparstyle.com and this would be the coolest hack yet. I just need to make sure it works before I install it. I'm running 3.0.6 with a couple of the standard hacks. Are the problems some of the people are reporting just loose nuts behind the keyboard and I won't have any trouble with vB Timeslip Database v2.1 (for vb 3.0.6 or later).zip -- or is there a problem that I need to let get ironed out?
|
Silver_2000_)! ,
I'm still using vb 3.0.1 so I'll have to install a vb 3.0.6 test forum on my PC to see if I can figure out what has changed. It'll be a while before I have time to do this so in the mean time if you want to remove the edits to image.php and functions_upload.php you can still use the hack and there will be no errors with the avatars. Just disable timeslip uploads in the admincp (people can still link to them). If anyone else has this hack installed on 3.0.6 with timeslip uploads enabled and not experiencing the errors with the avatars please let me know. Koby, The fetch_profilefields() function is called from your functions_user.php file. It sounds like something wasn't copied and pasted correctly in that file. Carefully re-apply the file edits to a fresh un-edited includes/functions_user.php and it should fix the error. Big Kahuna, The vb versions that this hack is confirmed to work with are 3.0.0 - 3.0.5. The jury is still out on 3.0.6. I'm still using 3.0.1 so I'm not sure if the error that Silver_2000_)! mentioned is site specific or a compatibility issue with the hack. I'll have to install a 3.0.6 test forum and see for myself when I get some free time. |
I might give it a shot tomorrow on my testforum
|
Quote:
Thanks, Dewayne |
Quote:
PHP Code:
Sorry for the fire drill. |
All times are GMT. The time now is 02:54 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:
|