- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- April 2004
- Status:
- offline
- last visit:
- 10.08.06
- Posts:
- 23
I recently installed .750 for a friend -- my first experience with .750.
His default theme has a "Topics" selector on the front page, which is a dropdown for all the topics available. The title for the dropdown is _TOPICS and the only value shown is _ALLTOPICS.
OK this could be a problem with the theme, but when you go into the admin section and bring up the Blocks module, about half of the labels in the matrix are raw values rather than their values out of the languages file. The top row is
Code
" _NEWBLOCK _VIEWBLOCKS _SHOWALLBLOCKS Configure",
followed by
Code
"_VIEWBLOCKS"
and
Code
"_ORDER _POSITION Title _MODULE Name Language _STATE Options".
As you can see, some options are correctly translated, others are not. The Blocks module has this problem in every theme we have installed, so I don't think it's theme related.
It's possible I did something to screw this up, but I don't know what that might be. Anybody have any ideas? -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- online
- Posts:
- 13417
Got a link?
Check you uploaded the language folder in the root of your PN install correctly, and that each affected module has all its language files.
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- April 2004
- Status:
- offline
- last visit:
- 10.08.06
- Posts:
- 23
The site is at:
http://www.the-miranda-family.com
There are language files in place that define these -- I don't know if they're all in the right place. They were not installed separately, but were part of the distribution file I untarred.
_TOPICS and _ALLTOPICS are defined in includes/language/blocks/eng/topic.php (relative to the document root.)
All the "blocks" terms are defined in modules/Blocks/pnlang/eng/admin.php. The terms that were correctly translated in the Blocks page are all defined in language/eng/global.php.
Permissions are identical for all these files. Are some in the wrong place?
