function LoginButtonAction() {
if (loginStatus == "false") {
window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement";
} else {
window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement";
}
}
function LoginstatusTextAction(source) {
if (loginStatus == "false") {
window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=createaccount[/COLOR]";
} else {
window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=logoutaccount[/COLOR]";
}
}
Where can I find this file? I cant find it on my whole computer, so I think i just dont have itMake sure that these are correct in initialize.js.
Code:function LoginButtonAction() { if (loginStatus == "false") { window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement"; } else { window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement"; } } function LoginstatusTextAction(source) { if (loginStatus == "false") { window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=createaccount[/COLOR]"; } else { window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=logoutaccount[/COLOR]"; } }
Where can I find this file? I cant find it on my whole computer, so I think i just dont have it
Yep im using it, and i dont have in that folder initialize.js, but i have newsticker.jsWell, are you using the layout that comes with Gesior as default, tibiacom? If that's the case, then you should be able to find initialize.js at layouts/tibiacom/.![]()
Link.Hm. This was weird, can't find it. Upload whole your website folder in a zip at speedyshare or something and send me the download link, and i will check it.