Rosetta Code talk:Village Pump/Suggest a language: Difference between revisions

no edit summary
(This ''is'' MediaWiki.)
No edit summary
Line 15:
I just noticed your Search box in the lower left of the page. I used it and found exactly what I wanted right away! I did have to do an extra click. If only we could go directly to: [[http://rosettacode.org/wiki/Associative_arrays/Creation#JavaScript]|Javascript x Assoc Array] Lower left is the last place your eyes look when scanning. I suggest you make it bigger and put it in the upper right of the page like Media Wiki does. Finding that Search box just made your site about three times friendlier! What can I do to help make that happen? Any HTML wiz can move a field. I'll think about what you said and my language categorization idea. With space free on the left I can add some bullets (cubes?) --[[User:rlrandallx|rlrandallx]]22:21, 13 July 2011 (UTC)
: Heh. This ''is'' MediaWiki. Wikipedia switched to a fancy new theme that wasn't available to general MediaWiki last time I upgraded the server software. I'll get the server software updated again, it's just taking a while to hit the right opportunity. --[[User:Short Circuit|Michael Mol]] 11:25, 14 July 2011 (UTC)
 
I think if you take the below code and change the classes to "firstheading" or something like that, it should place it in upper right of page. No harm in leaving the "sidebar" search where it is.
 
<lang HTML>
<div id="p-search" class="portlet">
<h5><label for="searchInput">Search</label></h5>
 
<div id="searchBody" class="pBody">
<form action="/mw/index.php" id="searchform">
<input type='hidden' name="title" value="Special:Search"/>
<input id="searchInput" title="Search Rosetta Code" accesskey="f" type="search" name="search" />
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />&nbsp;
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
</form>
</div>
</div>
</ >
--[[User:rlrandallx|Robin Randall]] 5:10, 18 July 2011 (UTC)
Anonymous user