Topic: How to display I18N Search

Hi, I installed and transfer these files to plugin. But I am trying to figure out how to display the search by importing php tag and whatever in text. How do i do it?

Re: How to display I18N Search

By visiting the I18N Search plugin website first. It shows the basic installation and usage, maybe you should work from there?

If you have any further questions then, feel free to post them in the respective forum in the plugins section.

Since the system only allows to move topics to a first-level forum, I moved your topic to the Plugins section.

Re: How to display I18N Search

I am still a bit confused... Do i have to create search page via cms and add (% searchform %)
(% searchresults %) and then add (% searchform showTags:0 ajax:0 %) to template? thas all?

Re: How to display I18N Search

MrGen wrote:

I am still a bit confused... Do i have to create search page via cms and add (% searchform %)
(% searchresults %)

Yes.

MrGen wrote:

and then add (% searchform showTags:0 ajax:0 %) to template? thas all?

If you want a search form in the template, you need to include the function call (where 'search' is the slug of the search page):

<?php get_i18n_search_form(array('slug'=>'search','showTags'=>0)); ?>
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.

Re: How to display I18N Search

Ok i got it! But i want to be able to show topics under blogs page. How do I make the search form list the topic under blog?

Re: How to display I18N Search

I mean list blog topic on search page.. sorry

MrGen wrote:

Ok i got it! But i want to be able to show topics under blogs page. How do I make the search form list the topic under blog?