http://bugzilla.wikimedia.org, then please.
Rob Church
On 08/12/05, Raphael HUCK raphaelh@nist.gov wrote:
I have found the problem: it seems to be a bug in MonoBook.php.
<?php } ?> was put after the </div> closing <div id="p-search"
class="portlet">,
it should have been put at the end of the </div> closing <div id="p-lang" class="portlet"> instead.
Thanks,
--Raphael HUCK
My MonoBook.php is the original one. It contains:
<div id="p-search" class="portlet"> <h5><label for="searchInput"><?php $this->msg('search')
?></label></h5> <div class="pBody"> <form name="searchform" action="<?php $this->text('searchaction') ?>" id="searchform"> <input id="searchInput" name="search" type="text" <?php if($this->haveMsg('accesskey-search')) { ?>accesskey="<?php $this->msg('accesskey-search') ?>"<?php } if( isset( $this->data['search'] ) ) { ?> value="<?php $this->text('search') ?>"<?php } ?> /> <input type='submit' name="go" class="searchButton" id="searchGoButton" value="<?php $this->msg('go') ?>" /> <input type='submit' name="fulltext" class="searchButton" value="<?php $this->msg('search') ?>" /> </form> </div>
--Raphael HUCK
Raphael HUCK wrote:
I mean the search box to search on the wiki, the one usually under the navigation menu (full text search) :
<div id="p-search" class="portlet">
By disabled I mean it doesn't show on the main page (the p-search div is not is the source).
There's no setting which would cause that to disappear, afaik.
Have you customized your MonoBook.php? Compare it to the original, and restore the missing sections.
-- brion vibber (brion @ pobox.com)
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l