[00:07:17] i just created a new user but entered the email address incorrectly. how can i change it? [00:08:51] Special:ChangeEmail [00:12:36] Reedy, i think that only allows you to change your own email address? [00:12:50] Yes [00:12:58] You weren't specific :) [00:13:04] i just found the EditAccount extension [00:13:12] going to try that. sorry for not being specific enough :) [00:13:27] You can just do it with an sql query [00:20:59] Hello would anyone mind taking a look at my common.js. The code is to create fixed table headers but the only code that seems to fire the JS on page load is setTimeout(fixedtableheader,1200); [00:21:16] https://dpaste.de/nypu [00:22:13] I basically cant figure out if this is a common.js/media wiki issue or a issue with my Javascript code [00:27:25] mortalites: the commented out $(document).ready(fixedtableheader) looks like a better solution than setTimeout() [00:27:42] as of the rest, have you tried stepping through it in debugger? [00:28:24] Im having some really weird results. The only line that works is setTimeout. The other lines work for Firefox but no other browser [00:28:45] and Its weird I used dev tools in different browsers and Firefox loads different code than chrome and IE [00:28:56] I say debugger :P [00:29:20] I test the Alert code and it seems like common.js is loading before page load [00:29:37] Debugger in Mediawiki? [00:29:47] in browser [00:31:13] I had almost complete help writing that code in common.js. Ive never used the dugger before [00:32:12] everything you do has to happen for the first time :) [00:32:46] in Chrome, F12 or Cmd+Option+I on Mac [00:32:49] and I know that setTimeout(fixedtableheader,1200); is definitely not practical what so ever [00:33:25] then load the page with ?debug=true [00:34:16] in debugger's sources tab, find the resource that contains common.js [00:34:39] should be load.php?modules=site or something [00:34:52] Ok i'll take a look. I really appreciate this help [00:35:15] click to the left of source code to set a breakpoint, then reload the page [00:35:35] then just walk through this function to see where stuff goes wrong [00:38:00] Im still looking for common.js [00:38:55] I see 3 load.php and Im looking in all 3 [00:39:28] if it's only 3 you're missing the ?debug=true part [00:52:28] I think I got it to work using document.onload = fixedtableheader; [19:33:09] Pkamkaew10@gmail [19:44:51] Hello all. How can I prevent users from registering '*' and 'user', but leave the opportunity to register new users to other groups. What data will be in the file LocalsSettings php? [19:48:35] Im kind understood myself.