Featured
-
Cakephp - Using Config.php
We can use config.php in cakephp to define const
by harneet.sethi -
Multiple -Language website USING InternationalizationAND Locale
Hii friends, Many of you when you will start ma
by gaurav.singh -
Fetch feeds from youtube in drupal 7
HTML parser and can fetch data from existing URLs.
by rashi.goyal -
Delete files from folder in cakephp 2.X
If anyone wants to delete file from the folder ca
by rashi.goyal -
how to set a custom message using form_alter in Drupal
At times we need to change the message that is dis
by rashi.goyal
Tags
Hide format text from body in drupal
If anyone wants to hide the format text from the body field in drupal then try it:-
// override hook_form_alter
function CUSTOM_MODULENAME_form_alter(&$form, &$form_state, $form_id) {
if($form_id == 'restaurants_node_f...