Moving the search box
63,453pages on
this wiki
this wiki
Forum page
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 1327 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Hi there. Recently you might have noticed Wikipedia have moved their search box (the one on the left sidebar) further up the page. I've been fiddling around with the mediawiki stuff and can't find out how to do it - I was wondering if there is any way of achieving this on Wikia? Specifically, I want to shift Illogicopedia's search box above the community pane.
Also, can we have Uncyclopedia's skin for Illogicopedia yet? It mustn't be that hard to do...
Oh, this only concerns Monobook, and pleeeease don't give me any Monaco nonsense. I have already made my thoughts clear on the issue. -- Hindleyite 11:22, 22 July 2008 (UTC)
- this feature is a new one that has been added recently to the mediawiki codebase and hasnt yet been released in the standard codebase and therefore installed yet --Markie 22:00, 22 July 2008 (UTC)
- Use the following JavaScript code: --Ciencia Al Poder (talk) -WikiDex 20:55, 23 July 2008 (UTC)
function repositionSearchBox(){
var beforeElement = document.getElementById('p-Community');
beforeElement.parentNode.insertBefore(document.getElementById('p-search'),beforeElement);
}
addOnloadHook(repositionSearchBox);
- Aha! It works. Thank you very much sir/madam! I offer you one Nutri Grain as a token of my gratitude. -- Hindleyite 12:07, 25 July 2008 (UTC)
- Here's solution better than JS: Edit MediaWiki:Sidebar and insert
*SEARCHbefore navigation list. like this:
- Here's solution better than JS: Edit MediaWiki:Sidebar and insert
*SEARCH *navigation *mainpage|mainpage ...
On my wiki it works - P4 20:10, 30 September 2008 (UTC)
- Good point! This was added on MW1.3 [1] --Ciencia Al Poder (talk) -WikiDex 15:23, 3 October 2008 (UTC)