| Author |
Message |
Anonymous
|
# Posted: 4 Sep 2008 11:38
Reply
There are some various bugs in Foxtrick like:
-country flag in player detail page is missing -country flag in player face background is missing -player stats are missing (like total TSI)
Anybody has this too?
|
Anonymous
|
# Posted: 4 Sep 2008 12:17
Reply
me too. I think are the new adjustement of Hattrick; they're changing the site and foxtrick had tha old referements
|
Anonymous
|
# Posted: 4 Sep 2008 15:15
Reply
I have the same problems.
|
Anonymous
|
# Posted: 4 Sep 2008 15:39
Reply
me tooo
|
Anonymous
|
# Posted: 4 Sep 2008 16:44
Reply
lucky i'm not the only one ;-)
|
Anonymous
|
# Posted: 4 Sep 2008 17:31
Reply
I have the same problem
|
Anonymous
|
# Posted: 4 Sep 2008 17:54
Reply
I hope the dev make an update quickly :-(
It's hard to be a trader without Foxtrick ;-)
|
Jackomol
|
# Posted: 4 Sep 2008 18:19
Reply
I have the same problem
No TSI Status on the right side from the player .
|
Anonymous
|
# Posted: 5 Sep 2008 07:36
Reply
same problem...
:(((
|
cte73
Member
|
# Posted: 5 Sep 2008 11:53
Reply
The problems are caused by the "dotnetification" of hattrick. The player page has already been updated, therefore, the foxtrick feauture doesn't work anymore. Hope, they'll fix that soon.
Workaround: Go to your league page, roll over your team, when the popup appears click on 'players' and you'll be directed to the 'old' player page, where foxtrick still works properly.
|
cr1848
|
# Posted: 5 Sep 2008 13:22
Reply
I think there will be more problem like this in the furure.
In GER we say: with the times comes answheres.
|
Anonymous
|
# Posted: 5 Sep 2008 14:29
Reply
I've made fixes for various features: * the club (assistents) * flag at player page * background of player's face * images for gentleness, agressiveness, ... * average in TC * player ad to clipboard (is not perfect yet) * averages at players-page
And probably some more, can't remember it all. :-D
You can download the jar-file here: http://rapidshare.com/files/142815130/foxtrick.jar .html
|
Anonymous
|
# Posted: 5 Sep 2008 15:15
Reply
@kolmis: I think it can save you a big deal of time if you unpack my jar and just create some diff-files to see what was modified.
|
kolmis2
|
# Posted: 5 Sep 2008 18:19
Reply
that's what im doing right now
|
hellfarmer666
|
# Posted: 5 Sep 2008 18:31
Reply
There are some various bugs in Foxtrick like:
-country flag in player detail page is missing -country flag in player face background is missing -player stats are missing (like total TSI)
Anybody has this too?
Yep, me too...and it's very strange, 'cause if you look into another team, the stats appear normally...
|
wwdj
|
# Posted: 5 Sep 2008 20:03
Reply
I've added the jar file from Anonymous to xpi file so that you can install already a better version of foxtrick
http://rapidshare.com/files/142889715/foxtrick.xpi .html
Grtz wwdj http://www.wwdj.be
|
wwdj
|
# Posted: 5 Sep 2008 20:17
Reply
If I am not allowed to post this, please remove my post, I added the download link only on this page so you are in control of it!
|
Dragonax
|
# Posted: 5 Sep 2008 21:44
Reply
is it possible that the file found on
http://rapidshare.com/files/142889715/foxtrick.xpi .html
does not work ?
|
Anonymous
|
# Posted: 5 Sep 2008 22:58
Reply
Its much better :D Just open xpi file file with mozilla File>File Open and install it.
|
Louisegaller
|
# Posted: 6 Sep 2008 00:20
Reply
but what about Psicotsi??
|
Anonymous
|
# Posted: 6 Sep 2008 00:26
Reply
This conference is about Foxtrick, not about psicotsi. ;-)
But it's really funny to see how many people psicotsi (and complain about it not working).
Anyway, people seem desperate to use it, so I've made a fix for psico too: you can dowload the jar-file http://rapidshare.com/files/142943431/psicotsi.jar .html.
|
great
|
# Posted: 6 Sep 2008 09:19
Reply
-player stats are missing (like total TSI)
missting too, but only my own players, player stats will be shown at other teams
|
tracker
|
# Posted: 6 Sep 2008 10:38
Reply
me too
|
ht
|
# Posted: 6 Sep 2008 10:48
Reply
hi - does anyone know how to package the psicotsi.jar file into an xpi?
|
Anonymous
|
# Posted: 6 Sep 2008 11:31
Reply
@kolmis: I noticed the code for players-stats in my jar doesn't work for National Teams. The relevant code is at foxtrick_atreus.js, line 219:
for (var i=0; i < temp.length; i++) { if (temp[i].href.match(/players\.asp/i)) { temp[i].parentNode.insertBefore(div, findSibling(temp[i], "H3")); break; }
}
There is no players.asp(x) link at the NT-page, so the table is simply not inserted. It works with this piece of code instead:
var temp = doc.getElementsByTagName("h3"); var index = temp.length-2; temp[index].parentNode.insertBefore(div, temp[index]);
(the index can be changed to move the table up or down easily)
|
Anonymous
|
# Posted: 6 Sep 2008 12:01
Reply
Can someone please tell me what to download to fix Total TSI for my team.
Thank you!!
|
Anonymous
|
# Posted: 6 Sep 2008 12:50
Reply
I fixed it myself. It worked. Very nice!!!
http://rapidshare.com/files/142889715/foxtrick.xpi .html
free download.
then :
Its much better :D Just open xpi file file with mozilla File>File Open and install it.
Great
|
kolmis2
|
# Posted: 6 Sep 2008 14:23
Reply
new release out, fixes here included (altered a bit)
|
Anonymous
|
# Posted: 6 Sep 2008 16:22
Reply
Great!
Took the time to sign up now, I was the guy with the jar. :-)
There are some issues where you can look into if you want: * Apparently the flags as background of the player's face work now for the youth too. But they are saved at the same place as the senior flags. Mostly not a problem (since youthplayerid's are mostly a lot lower than senior players id), but I think it would be nice to fix this. I'm really glad to get rid of the ugly pink background for youtplayer-faces. * Youth player birthdays are displayed different from normal dates: year-month-day instead of day-month-year, and thus (NaN/NaN) appears for the "HT-date" (week/season). * player-ad to clipboard isn't perfect yet, especially for players with a specialty and players that are part of the NT. Some newlines need to be inserted there, but it doesn't seam trivial to do so.
|
Anonymous
|
# Posted: 6 Sep 2008 16:24
Reply
Hmm, it doens't let me post with my nickname? :-/
|