This topic is locked

Changing the 'NOT' in the advanced search into another langu

8/19/2009 9:23:50 AM
PHPRunner General questions
P
punch author

Hi,
te advanced search form contains an option "NOT" . I wish to change the label into the german language, but this label isn´t part of the language file. Which file a have to change?
Punch

J
Jane 8/20/2009

Hi,
edit your language file in the PHPRunner5.1/lang directory.

P
punch author 9/11/2009



Hi,
edit your language file in the PHPRunner5.1/lang directory.


Hi,
this text unfortunally isn't part of the language file. Where can i find it?

J
Jane 9/14/2009

Hi,
just add new line to the German.lng file.

P
punch author 9/21/2009

Hi,
how has this line to defined?
i.e, on aof the existing lines are:
<message tag="ADVANCED_SEARCH">Erweiterte Suche</message>
Which Tag should i insert for the search with "NOT"-condition
Punch



Hi,
just add new line to the German.lng file.

J
Jane 9/21/2009

Hi,
here is a sample:

<message tag="ADV_NOT">Not</message>


Then use following code on the Visual Editor tab:

{mlang_message ADV_NOT}