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!

Asunto: oSokker

2009-12-15 10:35:57
no, obviously i am using the english version. anyway, know it works.

another issue: the bed-tag is missing.
2009-12-15 10:36:48
a very nice add-on! thanks for your work. :)
2009-12-15 10:38:34
ehm, ok;-)

you have to explain it more to me, because i dont know now what you mean ;-)
1. osokker links on players page don't work for me - which links? screenshot would be helpful
2. what is "bed-tag" ? :-)
2009-12-15 10:46:55
Dutch Version doesn't work.
2009-12-15 11:19:04
thats cool mate - no worries
2009-12-15 12:07:31
I tried it and it works for me, an there are others who use Dutch. Try to ask them maybe they will help. If they wont be able help, then please explain your problem better, so i can help.
2009-12-15 13:13:08
does it work for win7 already?
2009-12-15 13:13:16
also the auto fill of mail from databases doesnt work. Can you add this to your scripts....

In firesokker the file was called firesokker-newmail

/* firesokker-newmail.js
*
* Fill the mail with default message
*
* @author $Author: Manda_Chuva $
* @date $Date: 2009-02-04 11:40:52 +0200 (Fri, 29 Aug 2008) $
* @revision $Revision: 86 $
*/

/* Function: fsok_newMail
*
* This function fills the mail default content for use with NTDB.
*
* @param obj doc the document node
*
* @return void
*/

function gup( name ){
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.top.getBrowser().selectedBrowser.contentWindow.location.href );
if( results == null )
return "";
else
return results[1];
}

function fsok_newMail(doc) {
if (fsok_prefs.getBoolPref("add_ntdb_links")) {

var mailtitle = decodeURIComponent(gup('title'));
var mailtext = decodeURIComponent(gup('text'));
if(mailtitle!=""){
doc.getElementById("title").value = mailtitle;
doc.getElementById("text").value = mailtext;
}

}
}

if (!fsok_functions["/newmail.php"])
fsok_functions["/newmail.php"] = new Array();

fsok_functions["/newmail.php"][fsok_functions["/newmail.php"].length] = fsok_newMail;

2009-12-15 13:15:35
i dont see a reason it would not ;-)
2009-12-15 13:52:47
new version:
1. ntdb link also for transfer listed/announced players
2. autofill mail from databases
3. som other bugfixes what i dont remember :-)
4. added junior sorting (i'll use it for setting up my junior team :-D)
2009-12-15 14:02:55
where is the link for it mate and what version is it?

i have 0.3.1 i think it is - the auto mail is now working but the ntdb flag on transferred players still isnt there im afraid
(editado)
2009-12-15 14:08:40
the link is still the same. version number was not changed yet.
2009-12-15 14:08:41
first post has a link to the osokker page, all versions (etc) are there
2009-12-15 14:29:09
added Greek (by nsourtgr)
2009-12-15 14:37:18
4. added junior sorting (i'll use it for setting up my junior team :-D)

Great idea! The sorting works for age, weeks, and formation but NOT for skill level.
2009-12-15 14:39:05
Great idea! The sorting works for age, weeks, and formation but NOT for skill level.

strange, here it does.