Pisearch multilanguage extension?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Nemesis666

Pisearch multilanguage extension?

Post by Nemesis666 »

Hi,

I like pisearch and use it very often. One thing could be improved for the use in international sites: By using the lang modifier, search form and result page can be shown in different languages, but I can't declare different result pages for the languages (eg. pisearch_en, pisearch_de, pisearch_fr, ...).

Why? Well, I'm trying to make a multi-language site with several languages in submenus. So I make copies of my templates with the different language settings for the modules, but I only have one result page for pisearch. Thus the navigation and module settings can't be different for searches from the german, english or french site.

As a workaround I made pisearch result pages in all languages and copy the search form directly into the templates. But this is only a workaround.

Any chance to have the multilanguage support extended in this way? Piratos? Please ;)

Greets,
Nemesis
Nogga

Re: Pisearch multilanguage extension?

Post by Nogga »

If you use the tag-version you can use an additional hidden input-field:

Code: Select all

<input type="hidden" name="page" value="search_de" />
which points to the desired output-page. Additional you have to combine it with language-specific smarty-template (directly in the tag).

For me it works!
Locked

Return to “Modules/Add-Ons”