drupal module

Events happening in the community are now at Drupal community events on www.drupal.org.
themebrain's picture

New Bootstrap Module - TB Mega Menu

TB Mega Menu module allows you to create a mega menu at ease. Below are some of TB Mega Menu module's features:

  • Synchronized with Drupal core menu, auto updated if there’s any change with Drupal core menu
  • Bootstrap framework
  • Responsive ready
  • Multiple built-in styles designed with years of theming experience
  • Visual and friendly user interface - what you see is what you get
  • Custom style for each element of your mega menu, just input extra css class name
  • Multiple built-in CSS3 animated effects
  • Work independently with themes
Read more
prajila.v.p's picture

Add one field to hook__views_data()

hiii
i am trying to develop a drupal module which wants a default view. Already there is a group called test which contain 2 fields. i want to add one more field to that group from my module. I tried this code. but it gives an array field and structure broken .

function myhook_views_data() {
$data['test']['table']['group'] = t('test');
$data['test']['table']['base'] = array(
'field' => 'view_name',
'title' => t('test data'),
'help' => t("test data help."),
'weight' => -10,
);
return $data;
}
how can i do this?? Pls help me

Read more
rajarju's picture

Select Link Module

Hey Guys,
I was working on a small Drupal Module called select link lately,
I would like you guys to have a look at it..

http://bitbucket.org/naughty_david/select-link

You can also get a demo here

http://nd33.neolivz.in/selectlink

Cheers
Aj

Read more
Subscribe with RSS Syndicate content