Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!
 Topic closed!!!

Subject: Extensions

2007-11-07 17:22:29
yes, simple but brilliant!
2007-11-07 18:02:12
SokkerMonkey-DisplayPlayer-0.1.3

on the individual players page you can automatically create a forum presentation for this player with click on a button. The presentation contains the link to the player and colors for higher skills.

You need to modify the script because it only works in French language. Insert this EnglishArray at the end:

function getEnglishArray() {
var langArray = new Array();
langArray[0] = "forum presentation";
langArray[1] = "age";
langArray[2] = "value";
langArray[3] = "wage";
langArray[4] = "form";
langArray[5] = "tactical discipline";
langArray[6] = "Sell";
langArray[7] = "Public note";
langArray[8] = "Private note"
langArray[9] = ["stamina","pace","technique","passing","keeper","defender","playmaker","striker"];
langArray[10] = ["tragic","hopeless","unsatisfactory","poor","weak","average","adequate","good","solid","very good","excellent","formidable","outstanding","incredible","brilliant","magical","unearthly","divine"];
return langArray;
}

and modify this:

/**************************/
/** Internationalization **/
/**************************/
function getLanguageArray() {
return getEnglishArray();
}

Formatting isn't correct. So continue modifying the script with alteration of the section "PlayerProperties":

/** **/
function getPlayerProperties() {
var returnStr;

var propString = getTextOnly(tables[propTableIndex].rows[0].cells[0]).trim();
var props = propString.split(LINE_FEED);

//Age
var ageValueWage = props[0].substring(props[0].indexOf(",")+2, props[0].length);
returnStr = ageValueWage.substring(0, ageValueWage.indexOf(dico[2]));

//Value + Wage Line
returnStr = returnStr +
ageValueWage.substring(ageValueWage.indexOf(dico[2]), ageValueWage.length) + LINE_FEED;
//Value
returnStr = returnStr + props[1].trim() + " ";

//Wage
returnStr = returnStr + props[2].trim() + LINE_FEED;

//Club
returnStr = returnStr + props[3].trim() + LINE_FEED;

//Country
returnStr = returnStr + props[4].trim();

//Form
returnStr = returnStr + props[5].trim() + " ";

//Tactical Discipline
returnStr = returnStr + props[6].trim();

return returnStr;
}
(edited)
2007-11-12 13:05:44
Sokker (matches) Scheduler
Suppose you want to organize a friendly at the end of the season, or however within sometime. Then it may happen that when the right week arrives you (or your opponent) forgets about the match. With this new script you can have a remind of the friendly showing up on top of your friendlies pages and of your matches pages. This can be particularly useful for instance for [NSW] matches.

Click here to get the script http://online.sokker.org/forum_topic.php?ID_forum=1274&ID_topic=1007147&pg=0#new

It is simply to use it, once installed, refresh/reload and access the GreaseMonkey menù; under the user script commands you will find a command "Set Match", click it and you will be asked:
1. The week of the planned match
2. The ID of the opponent (if you don't know the opponent you can skip this step)
3. The name of the opponent or any other text you like.

Then in your matches or friendlies pages you will have a remind of the match. In case you insert also a team ID, then a link to the team's page will be provided.

Please write on the dedicated topic any feedback, bug and question.

The script for the moment is quite trivial, and can store only 3 matches, but if people think it is useful I can improve it.


It supports several languages.

This an other scripts available at MkCerusky's Sokker Page.
(edited)
(edited)
(edited)
2007-11-16 19:26:05
Is there a script that silences the shouts against the president of the team while I am watching the game; so I can listen music?

I think there was one, but i can´t find it.

Thanks
2007-11-16 19:30:58
2007-11-16 19:31:56
it's program. download here
2007-12-18 01:32:01
you dont want this to be lost :)
2007-12-18 16:45:27
Just installed script to observe coaches. The observe word for coaches is now visible but it is not functioning when I click on it. Can someone help me please.
2007-12-18 19:38:04
once you clicked on the link, a popup should appear. After that go in the briefcase and check there
2007-12-19 07:51:44
When clicking on a coach to observe, no pop ups appear. I went also in the brief case but I found nothing too.

I tried deletening the extension and installing it back, but again, remained the same.
2007-12-19 08:48:59
have you downloaded the latest version? you can find it on my Team Page
2007-12-19 16:42:59
sometimes I have the same problem.

now its works perfectly but sometimes I have the same what aquilv then I must unistall and install script again
2007-12-19 20:19:47
For me works good [great]
2008-01-28 16:49:49
i have problem with my computer and lost every extensions.. so up :) :/
2008-01-29 12:16:30
i noticed that it worked before I was a Plus-User. When I got Plus last week, the trainer observer had to be reinstalled in order to work properly. Just to let you know if someone got the same problem ;)

greetings,
Pat.
2008-01-29 12:19:49
where`s the script where can i add topics from forum?