ddcunderground
|
Homepage in list formatPer a request
http://userscripts.org/scripts/show/35124
Click to see full size image
|
blazzinken
|
This is just what a was looking for thanks!
|
ddcunderground
|
glad I could help
|
Kirghiz
|
It works good, but if you have players storing up training points and some that aren't it kind of throws off the arrangement of the list. Nice script though.
|
ddcunderground
|
updated to just turn the # into the link and take out the spend. should avoid size issue. with training points being stocked up
|
robelder
|
I don't now how to make it work. I clicked the check box. Do I have to do anything else? It also may be because I have Firefox 2. Don't make fun of me, I'm on a MAC and have updated my operating system for the last to upgrades and so Firefox moved on without me.
|
ddcunderground
|
I have not tested it with FF2 would knee jerk reaction think that is the problem
|
auron341
|
Any way to make a sort function for this wicked script?
|
ddcunderground
|
that is on my to do list
|
Kirghiz
|
| ddcunderground wrote: | | updated to just turn the # into the link and take out the spend. should avoid size issue. with training points being stocked up |
Yup, that fixed that nicely. There are also size issues with players that are free agents. Not having a team listed beside their name throws it off too apparently.
|
ddcunderground
|
added sort
|
Mandibal
|
Hello,
I updated the script to fix some problems I had with sort.
Fixed Asc/Desc select box
Fixed Asc/Desc order which was reversed
I also added persistence to remember choice of showing players in list or not.
I don't really consider this a modified version since changes are more minor so I am adding it here instead of in the modified scripts. Feel free to just incorporate the changes into the original.
http://userscripts.org/scripts/review/36774
|
SyedAshrafulla
|
Sorting by training points doesn't work, even if you ignored the "team names are in this column" bug.
By the way, a quick fix for the 0-TP bug would be to add a conditional statement when grabbing that value. If it is longer than 2 characters long, then it's a 0. If it is 1 or 2 characters, try to convert it into a number. If the converted number is not between 1 and 14 inclusive it's 0. Otherwise, leave the string as is.
|
Polydamas
|
Wow thanks dude I didn't think anyone would help me out
|
SyedAshrafulla
|
Also, can you add Bonus Tokens (maybe make the headers TP and BT) and cash? Those are like the only other two things that I assume anyone would like to see immediately for everyone.
oh and maybe do a quick regex to take the date out of the next opponent. I think all of us only care about who it is and how long before the game. i've always thought the date was superfluous. just maybe parse the string with the ' at ' and 'vs' token and use the second piece?
edit: alrite i got rid of the at/vs and date stuff, and i added an if statement to the TPs, but now it doesn't sort correctly. here it is, tell me if i'm doing anything wrong on the TP if statement that's causing it to sort incorrectly: http://www-scf.usc.edu/~ashraful/GLB/glb_homepage_list_view.user.js
|
|
|