Welcome John Reaves!

Hello and welcome to Wookieepedia. I hope you like the place and choose to join our work. Here are a few good links for newcomers: right|180px

Remember that you should always sign your comments on talk and vote pages using four tildes, like this: ~~~~.

I hope you enjoy editing here and being a Wookieepedian! If you have any questions, see the help pages, add a question to the Senate Hall, visit our official IRC channel, or ask me on my talk page. May the Force be with you! — SFH 01:00, 17 February 2007 (UTC)

Search logo link

I believe you need to add a few lines of coding on your MediaWiki:Common.js page. I'm not sure exactly what you need to add, but I think your answer's in there somewhere. Sikon can probably answer this better (once he wakes up). --Imp 01:10, 17 February 2007 (UTC)

Add the following to MediaWiki:Monobook.js. Only works if the user's JavaScript is enabled.

function loadFunc()
{
    document.getElementById('searchform').getElementsByTagName('a')[0].href = "http://harrypotter.wikia.com/wiki/Special:Search";
}

addOnloadHook(loadFunc);

 G.He(Talk!) 01:16, 17 February 2007 (UTC)

  • Wouldn't it be better to put it on Common.js, seeing as it applies to all skins? --Imp 01:53, 17 February 2007 (UTC)
    • Common.js isn't live yet. Currently on Wookieepedia, Monobook.js is taking all the code from Common.js. G.He(Talk!) 02:05, 17 February 2007 (UTC)