Hi everyone,
On Edit Content in the backend I would like to make slight changes to some fields for the sake of usability.
Here is my question: Is it possible to move fields like "Active" and "Page Alias" from the Main tab to the Options tab and is there a way to change the width for certain input fields, e.g. "Title" ?
I use CMSMS 1.6.6
Any hint is appreciated.
(SOLVED) How can I change fields on edit content?
(SOLVED) How can I change fields on edit content?
Last edited by kris29 on Sun Feb 14, 2010 9:54 am, edited 1 time in total.
Re: How can I change fields on edit content?
Half solved.
In lib/classes/class.content.inc.php (from line 1917) I found all fields and I could change the input size.
But I still have no idea how these fields get assigned to the tabs 'Main' and 'Options' and where to change this.
Still hoping for help. Thank you.
In lib/classes/class.content.inc.php (from line 1917) I found all fields and I could change the input size.
But I still have no idea how these fields get assigned to the tabs 'Main' and 'Options' and where to change this.
Still hoping for help. Thank you.
Re: How can I change fields on edit content?
you're not likely to get help for this, as this would involve hacking the core, which makes your site unsupportable and is not recommended.
In general, if you're comfortable hacking the source code, you should be prepared to support all of the changes and any side-effects.
However, in this case, I'm not sure what you're asking, as by default the "Active" and "Page Alias" properties are already on the Options tab. If they are on the "Main" tab on your site, check the Basic Properties settings in Global Settings > Advanced Setup.
In general, if you're comfortable hacking the source code, you should be prepared to support all of the changes and any side-effects.
However, in this case, I'm not sure what you're asking, as by default the "Active" and "Page Alias" properties are already on the Options tab. If they are on the "Main" tab on your site, check the Basic Properties settings in Global Settings > Advanced Setup.
Re: How can I change fields on edit content?
Arrgh. I totally forgot about this. Thanks jmcgin51!jmcgin51 wrote:check the Basic Properties settings in Global Settings > Advanced Setup.
Re: How can I change fields on edit content?
no problem. please mark this topic as solved by adding (SOLVED) to the subject line of your original post.