User talk:MarkS
If you leave a comment here then I will normally reply to your comment here unless:
Therefore if you leave a comment please add this page to your watch list. |
Archive |
Signpost updated for April 30th, 2007.
Weekly Delivery |
---|
| ||
Volume 3, Issue 18 | 30 April 2007 | About the Signpost |
|
| |
Home | Archives | Newsroom | Tip Line | Single-Page View | Shortcut : WP:POST |
|
You are receiving this message because you have signed up for the Signpost spamlist. If you wish to stop receiving these messages, simply remove your name from the list. Ralbot 06:32, 1 May 2007 (UTC)
Signpost updated for May 7th, 2007.
Weekly Delivery |
---|
| ||
Volume 3, Issue 19 | 7 May 2007 | About the Signpost |
|
| |
Home | Archives | Newsroom | Tip Line | Single-Page View | Shortcut : WP:POST |
|
You are receiving this message because you have signed up for the Signpost spamlist. If you wish to stop receiving these messages, simply remove your name from the list. Ralbot 06:24, 8 May 2007 (UTC)
Signpost updated for May 14th, 2007.
Weekly Delivery |
---|
| ||
Volume 3, Issue 20 | 14 May 2007 | About the Signpost |
|
| |
Home | Archives | Newsroom | Tip Line | Single-Page View | Shortcut : WP:POST |
|
You are receiving this message because you have signed up for the Signpost spamlist. If you wish to stop receiving these messages, simply remove your name from the list. Ralbot 08:52, 15 May 2007 (UTC)
Signpost updated for May 21st, 2007.
Weekly Delivery |
---|
| ||
Volume 3, Issue 21 | 21 May 2007 | About the Signpost |
|
| |
Home | Archives | Newsroom | Tip Line | Single-Page View | Shortcut : WP:POST |
|
You are receiving this message because you have signed up for the Signpost spamlist. If you wish to stop receiving these messages, simply remove your name from the list. Ralbot 05:24, 22 May 2007 (UTC)
question about extra edit buttons
Thanks for the great extension! I'm trying to install it on my local mediawiki installation. I'm having a bit of trouble..
I created a user MarkS and copied the css file to User:MarkS/XEB/live.css and the .js file to User:MarkS/extraeditbuttons.js and added this line in MarkS/monobook.js:
- // Script from User:MarkS/extraeditbuttons.js
importScript('User:MarkS/extraeditbuttons.js'); //User:MarkS/extraeditbuttons.js
in the error console of firefox I get the following error:
- Error: invalid label
- Source File: :http://localhost/FLM/mediawiki-1.9.3/index.php?title=User:MarkS/monobook.js&action=raw&ctype=text/javascript&dontcountme=s
- Line: 1, Column: 16
- Source Code:
- {{subst:js|User:MarkS/extraeditbuttons.js}}
pointing to the colon after the word 'User' above
can you please point me to your previous answers regarding local installation
thanks a lot for your time and any help!
--Gargamel573 22:03, 24 May 2007 (UTC)
- Sorry for the delay in reply I've been away. My best guess is that your setup doesn't like the 'importScript' function. I suspect this function is somewhere in English Wikipedia rather than the MediaWiki software. Try using the following lines in monobook.js instead of the line importScript line:
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:MarkS/extraeditbuttons.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
- By the looks of it the top of XEB article has been updated for a new form of including scripts which might not work on other setups. I'll amend the main XEB documentation. Let me know how you get on. --MarkS(talk) 19:20, 28 May 2007 (UTC)