PhpTips.im - Everything about php - Download CMS, find tips and tricks, code snippetz, classes and more and more...
Bookmark this page !
   

Articles

    Home » Articles » PHP Snippets » Remove "Split summary at cursor" button
Published on : 15.05.2010 Category : PHP Snippets Viewed : 83 times.

Code:


  1. function foo_form_alter(&$form, $form_state, $form_id) {
  2. if ($form['#id'] == 'node-form') {
  3. if (!empty($form['body_field'])) {
  4. $form['body_field']['teaser_js']['#type'] = 'hidden';
  5. $form['body_field']['teaser_include']['#type'] = 'hidden';
  6. }
  7. }
  8. }



Add this article in :

 

There is not yet any comment !



1095 Rating: 0.0/10 (0 votes cast)

 

 Members
Log In !
Email Address :

Password :


Change my passowrd !
Sign Up !
We have : 3 members.
Latest member : albans
 
 Last Posts
 
 Advertising
 
©PhpTips.im 2010
Powered by PikaCMS.
Quick Links :
Home | Browse all articles | Downloads | Terms of Use
RSS RSS 2.0 : Articles | Downloads ATOM : Articles | Downloads