Web Development Tips

Archive for May 2010

PHP Interview questions

Posted by: slvramesh on: May 28, 2010

I decided to keep on updating interview questions in this post. Because of hadling interview / attending interview in my previous company most of technical guys very strong in php coding and mysql etc. But no one update her/his small small technical knowledge even my self. So I will update my self and to you. [...]

drupal, php, galleria, filefield, image gallery, caption

Menu breadcrumb – Problem in Views pages (Drupal)

Posted by: slvramesh on: May 7, 2010

Menu breadcrumb has problem in views page. Having spend some times customized in template pages. Add the below code in your template.php them file. function phptemplate_preprocess_page(&$variables) { $breadcrumb = drupal_set_breadcrumb(); if($breadcrumb[1]==””){ $breadcrumb[1] = $variables["title"]; $variables['breadcrumb'] = theme(‘breadcrumb’, $breadcrumb); } }


Follow

Get every new post delivered to your Inbox.