Custom Admin Language Strings in 1.11.1
Posted: Thu Aug 23, 2012 2:08 pm
I'm having some problems getting custom admin language strings to work in CMSMS 1.11.1.
I've created the file: public_html/admin/custom/lang/en_US/admin.inc.php
That contains the following:
No effect in 1.11.1 but it did work when I did the same in a 1.9.4.3 install.
Custom module strings work just fine for my 1.11.1 installation when I created: public_html/module_custom/TinyMCE/lang/en_US.php
Do custom admin language strings work for you? Any suggestions gratefully received.
Thanks
Chris
System Information:
----------------------------------------------
Cms Version: 1.11.1
Installed Modules:
CMSMailer: 5.2.1
CMSPrinting: 1.0.3
FileManager: 1.4.0
MenuManager: 1.8.3
MicroTiny: 1.2.3
ModuleManager: 1.5.5
Search: 1.7.7
ThemeManager: 1.1.7
CGExtensions: 1.30
CGSimpleSmarty: 1.5.2
JQueryTools: 1.1
CGContentUtils: 1.3.2
CGFeedMaker: 1.0.16
ECB: 1.3
FormBuilder: 0.7.3
TinyMCE: 2.9.11
Config Information:
php_memory_limit:
process_whole_template:
output_compression:
max_upload_size: 32000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.3.14
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 8192
memory_limit: 128M
max_execution_time: 120
output_buffering: 1
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 32M
upload_max_filesize: 32M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.95
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
----------------------------------------------
I've created the file: public_html/admin/custom/lang/en_US/admin.inc.php
That contains the following:
Code: Select all
<?php
$lang['admin']['title'] = 'Title (set to same as Channel/Element Title)';
$lang['admin']['menutext'] = 'Channel/Element Title';
$lang['admin']['image'] = 'Element Image (optional)';
$lang['admin']['titleattribute'] = 'Element Description (SEO: also page Description)';
?>
Custom module strings work just fine for my 1.11.1 installation when I created: public_html/module_custom/TinyMCE/lang/en_US.php
Do custom admin language strings work for you? Any suggestions gratefully received.
Thanks
Chris
System Information:
----------------------------------------------
Cms Version: 1.11.1
Installed Modules:
CMSMailer: 5.2.1
CMSPrinting: 1.0.3
FileManager: 1.4.0
MenuManager: 1.8.3
MicroTiny: 1.2.3
ModuleManager: 1.5.5
Search: 1.7.7
ThemeManager: 1.1.7
CGExtensions: 1.30
CGSimpleSmarty: 1.5.2
JQueryTools: 1.1
CGContentUtils: 1.3.2
CGFeedMaker: 1.0.16
ECB: 1.3
FormBuilder: 0.7.3
TinyMCE: 2.9.11
Config Information:
php_memory_limit:
process_whole_template:
output_compression:
max_upload_size: 32000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.3.14
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 8192
memory_limit: 128M
max_execution_time: 120
output_buffering: 1
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 32M
upload_max_filesize: 32M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.95
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
----------------------------------------------