Drupal Books in Libraries

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Drupal Books in Libraries works to get more Drupal books in local libraries, through fundraising and purchasing books, getting publishers to donate books or from individuals looking to make a contribution for the benefit of their local community.

There are many people who cannot afford to purchase Drupal books and libraries offer a source of books that they otherwise would not have access to. I started this group after visiting my local library and discovering they didn't have a single Drupal book available, so I donated two, the librarian was over-joyed - she knew they needed Drupal books but did not have the budget to buy them. So go down to your local library and if they don't have a book or two consider donating one!

udaykumar's picture

Commerce site development - Help needed

Hello Guys,

Read more
headstartcms's picture

Would be it be possible to add a module of the OpenCart ecommerce?

Yes
75% (3 votes)
No
0% (0 votes)
Probably
25% (1 vote)
Total votes: 4
Praveen Dhyani's picture

How can I make View Ticker in Two different Languages(Hindi & English) separately In Drupal 7.7?

Dear Friends
I am making a Website in Drupal 7.7 in both Hindi and English.

I make a View and that view publish content types like( I make Recent News,Recent News with PDF and with Image) but the main problem is If translate these content, Content type will show both Hindi and English content with in main page.

Both are showing together,I want Hindi and English Differently.
But the problem which I understand is Ticker showing Content types, It is not distinguished between Hindi and English.

Please help If you can
Thanks

Read more
ocditimban's picture

file .install don't create datatable

<?php
function insertTable_schema(){
$schema['example']=array(
'fields' => array(
'nid' => array('type' =>'int','not null' => TRUE,'unsigned' => TRUE,'default' =>0),
),
'primary key' => array('nid'),
);
return $schema;
}
function insertTable_install(){
db_insert('example')
->fields(array(
'nid' =>1,
))
->execute();

}
function insertTable_uninstall() {

variable_del('example_default_status');

Read more
ocditimban's picture

file .install don't create datatable

<?php
function insertTable_schema(){
$schema['example']=array(
'fields' => array(
'nid' => array('type' =>'int','not null' => TRUE,'unsigned' => TRUE,'default' =>0),
),
'primary key' => array('nid'),
);
return $schema;
}
function insertTable_install(){
db_insert('example')
->fields(array(
'nid' =>1,
))
->execute();

}
function insertTable_uninstall() {

variable_del('example_default_status');

Read more
Subscribe with RSS Syndicate content