Subpage under development, new version coming soon!
Subject: oSokker
no, obviously i am using the english version. anyway, know it works.
another issue: the bed-tag is missing.
another issue: the bed-tag is missing.
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" ? :-)
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" ? :-)
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.
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;
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;
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)
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)
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
(edited)
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
(edited)
the link is still the same. version number was not changed yet.
first post has a link to the osokker page, all versions (etc) are there
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.
Great idea! The sorting works for age, weeks, and formation but NOT for skill level.
Great idea! The sorting works for age, weeks, and formation but NOT for skill level.
strange, here it does.
strange, here it does.