How to remove text boxes/dropdowns from Edit Content page
Posted: Tue Aug 16, 2005 4:33 pm
I need to hide some items from the Edit Content page. I don't want users changing these settings:
I've looked at editcontent.php and understand that the following piece of code generates the HTML that creates these fields:
The above generates the following:
I want the code to generate input type="hidden" so that the field are invisible.
Could somebody tell me which file generates this code so that I can alter it?
Thanks
I understand that these are very important fields and that they can't removed, however, is there a way to grey them out or hide them?Content Type:
Title:
Menu Text:
Parent:
Page Alias:
Template:
I've looked at editcontent.php and understand that the following piece of code generates the HTML that creates these fields:
Code: Select all
?>
<div class="pageoverflow">
<p class="pagetext"><?php echo $contentarray[$i][0]; ?></p>
<p class="pageinput"><?php echo $contentarray[$i][1]; ?></p>
</div>
<?php
Menu Text:
I want the code to generate input type="hidden" so that the field are invisible.
Could somebody tell me which file generates this code so that I can alter it?
Thanks
