Closed (fixed)
Project:
MySite
Version:
5.x-3.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2008 at 10:43 UTC
Updated:
25 Oct 2008 at 13:49 UTC
First things first:
- Drupal: 5.7
- MySQL database: 5.0.67
- PHP: 5.2.6-0.dotdeb.1
- Mysite: 5.x-3.3
I'm using internationalization module (i18n) for creating multilingual sites. This module uses multilingual variables to create e.g. multilingual site information. For documentation, see:
- http://drupal.org/node/134002
I would like to create multilingual variables for mysite page information like:
- MySite Sitename
- Personal Page Title
- Et cetera
Does anyone know how to create these (or: how to find out the names of used variables)?
Comments
Comment #1
agentrickardLook in the {variables} table for variables prefixed 'mysite_'.
Comment #2
Marc Bijl commentedMany thnx!
BTW
Didn't know this way to find out variable names.
It's so much easier than I thought i'd be ;)
Cheers Mate!