![]() |
So is it working for you now?
|
The avatars are appearing correctly in the forum after LS1's suggestion helped me find my screw up
Unfortunatly the avatar upload was still broke - So once again thanks to his suggestion reuploaded the unedited version of that file and the uploads worked. So encouraged by finding my own incompetence I re-applied the updated edits from the beta-3.06 file and its all working fine now... Have to remember to not try to reapply hacks until I have poured my second cup of coffee Once again - sorry for the fire drill ... everything is OK NOW - Doug |
No problem Doug. Thanks for letting me know. So everything is working properly now (including uploads)?
|
Quote:
THANKS SO much for jumping in to try to help Your prior note helped narrow it down so I could see my errors |
Quote:
I'll leave the 3.0.6 version tagged as BETA until a couple more people confirm a successful installation (just in-case we've overlooked something). Dewayne |
I'm testing the 3.0.6 version on my test forum and it appears to be working fine. I'll give a link to the live forum once it is installed there. I think the 3.0.6 people will not have a problem. All went very smooth.
I'd like to be able to display the TOP 10 CONFIRMED (ticket submitted) in my forum index. Any chance of getting a bone rolled to me on the code required? |
Quote:
|
Quote:
Well, I've never tried it but it should be just as easy to add the top 10 confirmed to your forum index. Try this.. In forums/index.php find: Code:
Code:
'forumhome_pmloggedin', find: Code:
// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ### above it add: Code:
// Top Times add-on Create a new template named "toptimes" and add the HTML below: Code:
Create a new template named "times" and add the HTML below: Code:
<tr> I haven't tested this but it should work. Dewayne |
Dude -- you is Da man!
I'll play with that in my test forum this afternoon. |
Almost there -- but not quite
I did everything as instructed -- tried twice to make sure -- and I can get the form built on the index page, but no data in it. I have ten test records in the time slip data base (which displays properly on the complete list page) -- three of which have timeslips loaded. It appears to be something in the search for qualifying records criterea. I'm strickly a cut and paster in php and not capable of understanding why the correct records were not selected for the form on the index page. Any help will be appreciated Thanx BK |
MY BAD -- very stupid mistake on my part. I created a templates called Times instead of times.
Works Thanx |
Quote:
BTW, I was just checking out your site .. Thats a nice group of Mopars in your sig. I love the red road runner! :up: |
I've been running 3.06 since it was first released and this hack just kept on chugging, when I put it back into the changed files.
|
I have it live now at www.moparstyle.com and credit you on the footer of each page.
Thanx for the comment on the Red Road Runner -- it is 8.95 on the bottle that I'm selling. I race www.texasblackmagic.com which just got a 540 dropped in it. I also race www.rudedodge.com in Nostalgia Super Stock and building www.texaswhale.com for next year. My 16-year-old was the National Points Champ in 2004 for Nostalgia Muscle Car in www.eldiabloblanco.com and my daughter starts racing a low 12-second Aspen this year. On that Top 10 Confirmed on the Index page - how could I have a condition where the member also has to have a 100 posts? I already see people from other sites signing up just to be in the Top 10 -- but have no intention of becoming an active member? Dave |
Quote:
Those are some very impressive cars! A member of my site who calls himself "The OLE MAN" has built a few quick Mopars including an 8 second B-Body drag car and a SB 72 Demon. I'll have to tell him about moparstyle.com. He may already be registered there. To limit the top ten list to members with more than 100 posts try this.. In the code you added to forums/index.php find: Code:
$condition.=" AND (userfield.field57!='' OR customtimeslippic.dateline!='') AND userfield.field55>0"; Code:
$condition.=" AND (userfield.field57!='' OR customtimeslippic.dateline!='') AND userfield.field55>0 AND user.posts>100"; Thanks for the credits btw. Dewayne |
Thanx again Dewayne
|
How can I make some of the fields to be *Required* to sumbit your timeslip???
|
Quote:
You can do that with javascript in your modifytimeslip template.. For example, if you wanted to require field 50 you could do it like this: In the modifytimeslip template find (two places): Code:
<script language="javascript"> Code:
|
hmmm... not working
Added the lines and nothing... no error |
Quote:
|
yes using v2.1. installed a few days ago..
Is the script working with *select* field type? because thats what I'm using... maybe thats the problem?! thanks |
Quote:
|
default value = none
field ID = 50 I changed a bit the names and properties of the fields.. Also, with the script inside the template, I'm getting in the status bar in IE "Done.. but with errors.." |
Quote:
In the modifytimeslip template find (two places): Code:
<script language="javascript"> Code:
Quote:
|
Can you add my website to the main list of your automotive sites? Were changing servers right now but it will be back up in no time. www.fullthrottleforums.com
Thanks, love the mod.:nice: |
Quote:
|
is it possible to add Username search?
|
Quote:
|
Just installed a fresh copy of 3.0.6 and trying to get VBtime 2.1 installed. It's there and working... just not showing in the main menu.... If you have any suggestions as to what I'm doing wrong... (and I know I am, new to php) that would be great so I can get my normal board moved over soon.
PHP Code:
Thank you too!! It's a great product Steve |
Steve,
Check to make sure that you added the phrase for timeslips. Varname: timeslips Text: Timeslips |
Ok... I feel like an a$$... I knew that many hours of looking at code would rot my brain.
Thank you for enlightening me!!! On to the next hack :nervous: Steve |
is it possible to make "modifytimeslip" template to be recognized as an individual? I want to make an if condition with define('THIS_SCRIPT', 'xxxx');
how can I do this with modifytimeslip? thanks |
Quote:
in profile.php find: Code:
define('THIS_SCRIPT', 'profile'); Code:
Code:
<if condition="$templatename == 'modifytimeslip'"> |
thanks! it works
I used the first way :) |
installed.
would there be a way to add a dyno chart upload to the timeslips display? I'd be willing to loose the 'Induction' Column to make room for it |
Quote:
|
I can wait.. thanks, love the mod even as-is.
|
I'm having a problem with the condition for uploading a timeslip.
I presently have the Require a Timeslip variable set to 13.95, however there seems to be a bit of a flaw when entering say a value quicker than that for the 1/4mile ET For example, I just tested it using a value of 9 seconds for the 1/4mile ET and the pop up box didn't come up asking for a timeslip. I then edited the same entry and put a value of 13 and then the dialogue box came up! Any reason why? PS: This is a great mod......and the install went fine :) URL is --> http://www.ozhonda.com/forum Thanks! |
wynode,
Thats a bug in my javascript code. Thanks for pointing it out to me. To fix it, in your modifytimeslip template find this: Code:
<if condition="$vboptions[allowtimeslipupload]"> Code:
<if condition="$vboptions[allowtimeslipupload]"> The instructions have been updated. |
Thanks for fixing that up EvilLS1 !!
I'm surprised nobody picked it up (actually I didn't either, another member did and pointed it out to me) Great work and thanks for adding my site to your list! :) -Win |
All times are GMT. The time now is 09:26 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:
|