[SOLVED] Frontendusers: $prompt_loggedin
Posted: Wed Feb 13, 2008 1:53 pm
Hi!
I am trying to change the text that is displayed for the {$prompt_loggedin} tag used in the FEU Logout template. Regarding this topic, I found Calguys hint
Does anybody knows, where the $promt_loggedin string is defined?
Thanks in advance
Michael
I am trying to change the text that is displayed for the {$prompt_loggedin} tag used in the FEU Logout template. Regarding this topic, I found Calguys hint
I have searched in /modules/FrontEndUsers/lang/en_US.php for $prompt_loggedin, but did not find it. Then I searched in de_DE.php as well as I am using the "german version" of FEU on my site, again no match. Anyway, using lang=en_US, the tag is replaced by Welcome and using lang=de_DE the string is replaced by "Willkommen", so I guess, it is defined somewhere.calguy1000 wrote: this is a bit more complex.
a) create an /module_custom/FrontEndUsers/lang/en_US.php file
b) search in the /modules/FrontEndUsers/lang/en_US.php file for the string you want to change
c) Copy the line(s) you found in step b to the file you created in step a
d) Change the strings to whatever you want.
This functionality was added in the 0.12 series to allow overriding any string in any module without having to worry about re-changing that file when you upgrade the module.
Does anybody knows, where the $promt_loggedin string is defined?
Thanks in advance
Michael