You are here

README.txt in Spaces 6.3

Spaces Custom Text
------------------

This module allows space administrators to customize a limited number of
strings for a given space through the use of the global $conf
locale_custom_text_[langcode] variable. It is heavily inspired by the
stringoverrides modules.

 
Known Incompatibilities
-----------------------

Because it uses the core localization system to customize strings, this module
is incompatible with any normal usage of the localization system. This includes
core locale module.

See spaces_customtext.module for more details.

Security Mindfullness
-----------------------
Granting users ability to use string overrides mean they can enter in raw HTML
which will be displayed as-is to users, so grant access with care.

File

spaces_customtext/README.txt
View source
  1. Spaces Custom Text
  2. ------------------
  3. This module allows space administrators to customize a limited number of
  4. strings for a given space through the use of the global $conf
  5. locale_custom_text_[langcode] variable. It is heavily inspired by the
  6. stringoverrides modules.
  7. Known Incompatibilities
  8. -----------------------
  9. Because it uses the core localization system to customize strings, this module
  10. is incompatible with any normal usage of the localization system. This includes
  11. core locale module.
  12. See spaces_customtext.module for more details.
  13. Security Mindfullness
  14. -----------------------
  15. Granting users ability to use string overrides mean they can enter in raw HTML
  16. which will be displayed as-is to users, so grant access with care.