Extension talk:GoogleAjax

Latest comment: 11 years ago by 24.130.249.87 in topic How to make appear at bottom of wiki results

one or the other edit

Hi - I cant quite get this to work. It seems to be the </script> tag near then end. if I leave as is then I dont get any wiki results - only google external results. If I remove it then I get the usual wiki results and a box showing 'loading...' under the heading of Google Results.

Any ideas how I can fix this?

Thanks

MediaWiki 1.15.1 edit

This specific code line appears twice in MediaWiki 1.15.1. Add the extension code after the second appearance.

In the SpecialSearch.php file locate the following code

		if( $num || $this->offset ) {
			$wgOut->addHTML( "<p class='mw-search-pager-bottom'>{$prevnext}</p>\n" );
		}

How to make appear at bottom of wiki results edit

Hi. I have installed this and the google results appear above the mediawiki results. How can I change this? I would like the google results to be below the mediawiki results. Thank you 24.130.249.87 16:57, 21 June 2012 (UTC)Reply

Return to "GoogleAjax" page.