User talk:Stwalkerster/Archive December 2007
This is an archive of past discussions about User:Stwalkerster. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Your Bot
I noticed your bot has been inactive since August, I was wondering what happened with it? -- Nn123645 (talk) 16:42, 22 December 2007 (UTC)
- Gah - It can be a pain running it, and I have been a bit busy anyway. Sorry for the slow response, I've been off-wiki for a while. I'll see if I can get it running again. :-) Stwalkerster talk 15:43, 28 December 2007 (UTC)
Joyeux Noël
I just want to wish my fellow Wikipedians a Merry Christmas! Sincerely, --Le Grand Roi des CitrouillesTally-ho! 21:39, 24 December 2007 (UTC)
- Merci! Et un bon nouveaux annee! (Have a happy new year - apologies for my shocking french :P) :-) Stwalkerster talk 15:46, 28 December 2007 (UTC)
Hi!
My card tab is there but is not working when I click it...Oh well, I'll keep trying! Thank you! --GalaxyGuy (talk) 16:26, 31 December 2007 (UTC)
Happy New Year!
Have a great year Stwalkerster/Archive December 2007. |
Love, GalaxyGuy --GalaxyGuy (talk) 17:02, 31 December 2007 (UTC)
Re: Card 2
I don't understand...I did have the tab called bdcard now I don't...can you tell me what and where to type what needs to be typed? --GalaxyGuy (talk) 19:55, 31 December 2007 (UTC)
- OK, the code below should work.
function bdcard() {
document.editform.wpTextbox1.value = document.editform.wpTextbox1.value + "\{\{subst:User:GalaxyGuy/HBC\}\}\n";
document.editform.wpSummary.value = "Have a happy, healthy, and great bday!"; //Make a descriptive edit summary
document.editform.wpMinoredit.checked = false; //Make it a minor edit
document.editform.wpSave.click(); //Submit it!
}
function addbdcardTab() {
{ addPortletLink('p-cactions', 'javascript:bdcard()', 'BDCard', 'ca-reset', "Send BD Card"); }
}
addOnloadHook(addbdcardTab);
- I have changed every time it says "card" to "bdcard". I hope this works, :-) Stwalkerster talk 20:12, 31 December 2007 (UTC)