[SOLVED]Rename the "Extra Page Attributes" not working 1.11?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am

[SOLVED]Rename the "Extra Page Attributes" not working 1.11?

Post by Simon66 »

Hi
I'm trying to rename some of the field names as mentioned in the CMSms Development Cookbook by Samuel Goldstein. (Great resource BTW.)

I've included the php file with:

Code: Select all

<?php
$lang['admin']['extra1'] = 'Make';
$lang['admin']['extra2'] = 'Model Year';
$lang['admin']['extra3'] = 'Milage';
?>
as the book instructed, but I'm getting nothing. I tried clearing the cache but still no luck. I also have the site set to English in Global Settings.

Is this because of changes to the way 1.11 works?

Any ideas?

Simon66
Last edited by Simon66 on Fri Sep 07, 2012 6:00 am, edited 1 time in total.
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am

Re: Renaming the "Extra Page Attributes" not working in 1.11

Post by Simon66 »

Hi Vilkis
Yes I did exactly as described for the admin.

I created a file called - admin.inc.php
and I put it in - /admin/custom/lang/en_US

The php file has the above code in it.

Unfortunately it is not overriding the default admin.inc.php file.

Simon66
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Renaming the "Extra Page Attributes" not working in 1.11

Post by calguy1000 »

This is actually a bug in 1.11 and 1.11.1 ... the /lang folder stuff was missing. It'll be fixed in 1.11.2
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am

Re: Renaming the "Extra Page Attributes" not working in 1.11

Post by Simon66 »

Thanks Calguy.

Simon66
Post Reply

Return to “CMSMS Core”