Difference between revisions of "Drupal"

From Blue-IT.org Wiki

(Troubleshooting)
(Troubleshooting)
Line 6: Line 6:
 
  ini_set('memory_limit',            '24M');
 
  ini_set('memory_limit',            '24M');
  
== Not satisfied with Strings ==
+
== Not satisfied with Translation (.po files) ==
Either edit the ''.po'' files for the translation or add the following module:
+
Edit the ''.po'' files for the translation and add them via the translation module.
 +
 
 +
You can also add the following module which filters active content:
 
* [http://drupal.org/project/stringoverrides String Overrides]
 
* [http://drupal.org/project/stringoverrides String Overrides]
  

Revision as of 18:08, 26 July 2008

Troubleshooting

Memory Limits

If error messages occur about memory linmit, then add:

vim sites/default/settings.php

to the

ini_set('memory_limit',             '24M');

Not satisfied with Translation (.po files)

Edit the .po files for the translation and add them via the translation module.

You can also add the following module which filters active content:

Alter Strings

Go to Setting->Translation and click to the Search button.

Search for

@username's blog

and add your own translation.

Links

Default

Modules / Addons