multilingual und smarty

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

multilingual und smarty

Post by stm999999999 »

Hallo,

ich habe mich jetzt mal mit dem Multi-Sprachen-Plugin beschäftigt: Ich würde gerne den Sprach-Wechsel nicht im Footer haben, sondern per smarty frei plazieren. Müßte ja, laut Konfig-Bereich gehen.

Ich finde aber nicht die passenden Smarty-Aufrufe!?
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: multilingual und smarty

Post by garvinhicking »

Hi!

Wie kommst Du darauf dass das gehen müsste? Das steht IMHO nirgends.

(Geht also auch nicht so ohne weiteres, da musst Du das plugin patchen)

Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

Ich hatte das hier so verstanden:

Code: Select all

Where to place entry links? 	 

Footer of an entry 
"multilingual_footer" for custom Smarty output
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

HI!

Ah. Na toll, das habe ich davon wenn ich mal was sage ohne zugriff aufs s9y repository. :)

Wenn das dort steht, probiers mal mit {$entry.multilingual_footer} oder {$entry.properties.multilingual_footer}?

Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

;-)

{$entry.multilingual_footer} war das richtige, danke!
Ciao, Stephan
Post Reply