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

druvision’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Component: Miscellaneous » Code
Status: Active » Reviewed & tested by the community

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');

xano’s picture

Assigned: Unassigned » xano
Status: Reviewed & tested by the community » Active

I'll add an option to set those messages for all available languages.

xano’s picture

Status: Active » Fixed

Added and committed to 5.x-1.x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xano’s picture

Assigned: xano » Unassigned