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 stisfied with Strings ==
+
== Not satisfied with Strings ==
 
Either edit the ''.po'' files for the translation or add the following module:
 
Either edit the ''.po'' files for the translation or add the following module:
 
* [http://drupal.org/project/stringoverrides String Overrides]
 
* [http://drupal.org/project/stringoverrides String Overrides]
 +
 +
== Alter Strings ==
 +
Go to ''Setting->Translation'' and click to the '''Search''' button.
 +
 +
Search for
 +
@username's blog
 +
and add your own translation.
  
 
= Links =
 
= Links =

Revision as of 16:53, 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 Strings

Either edit the .po files for the translation or add the following module:

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