Posted by garrido on August 30, 2006 at 12:45pm
Jump to:
| Project: | IE Destroyer |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Xano |
| Status: | closed (fixed) |
Issue Summary
IEDestroyer should provide the ability to show localized messages, depending on the viewer's language settings. For my site anyway, this is the only way it will work, I have a lot of visitors who do not speak english...
Comments
#1
The custom message field exists, but not useds.
To fix it, go to
iedestroyer_banner()and replace the line saying$output = _iedestroyer_default();with a line saying$output = variable_get ('iedestroyer_output');#2
I'll add an option to set those messages for all available languages.
#3
Added and committed to 5.x-1.x-dev.
#4
Automatically closed -- issue fixed for two weeks with no activity.