Gathering Drupalists in Sri Lanka
I would like to host another Drupal gathering in Colombo. This is to discuss about your Drupal and how to be a good contributor and popular in the community and also good chance to meet up the local community.
I know there are lot of Sri Lankan Drupallers out there but few of them have already joined to this group.
Where should we host? and when?. Open for your suggestions.
Read moreDrupal Continuous Integration with Jenkins.
Please check out our new SlideShow of setting up and configuring a Jenkins Continuous Integration server for use within a Drupal development environment. We walk you through the steps of installing Ubuntu 10.04 LTS, Jenkins, Drush and several other PHP coding tools and Drupal Modules to help check your code against current Drupal standards. Then we walk you through creating a git post-receive script, and Jenkins job to pull it all together. Its available here http://www.slideshare.net/kg4san/drupal-continuous-integration-with-jenkins.
Read moreConnecting Drupal to host.
Good day. I have set up my database in my hosting account :Godaddy. I have imported all my files from Localhost and also my database. I need to know how to get those files and database to point to the domain. What files but I change and what what do I change. Thank you. Robyn
Read morePorting Themes to Dupal
Hi All,
I have a test bed site http://www.drupalsorcery.com/drupalblog where I load drupal 6.x ports of themes.
There are a few now:
ChristmasDays [ex WordPress]
Terrafirma [ex Nodethreethirty - css]
Envision12 [ex CSS template]
TheHobbitt [ex WordPress - under construction]
Changing the theme is quite easy, use the drop down box and choose the theme to view.
My post is two-fold:
Comments on the themes, if I may ask that people comment on the ports and add any feedback, opinions and criticisms.
Drupal Training in Pune (India)
CS RAS Technology is the leading provider of Drupal Training Classes.
We hold regular Drupal Beginner and Intermediate classes in Pune (India).
CS RAS Technology offer Drupal Training from our Pune offices - or are more than happy to deliver courses on-site at your premises.
We also provide Drupal Based Corporate Training.
For more details, please send us email at mktg@csras.in
Read moreDrupal 8 - Core Initiatives Progress Update - 10/13/11 Edition
Update on this format: NEW! Props section. The Initiative leaders were excited to start saying thank you to people who are going the extra mile. We do want to thank everyone who contributes, and not just these people, we'll be singling you out occasionally for an extra big thanks.
Configuration Management
Greg Dunlap (heyrocker)
Status: Green
Headlines
Read moremeetup Drupal
Un meetup drupal à Dakar, c’était location de discutée avec Papa Oumar FALL membre de la communauté Drupal Sénégal et avec Patrick NSUKAMI Java EE Developer.
http://www.dofbi.com/culture/rencontre-drupal-dakar/
Read moreAn accessible template for Drupal
Good evening,
I started developing an accessible template for Drupal which I called "Visioni".
The work in progress is at the address
the compressed file of the template at the address
http://4elementi.info/drupal/themes/visioni.zip
I an not new to Web Accessibility: I released an accessible template for Wordpress, one for Joomla 1.5 and one for PhpBB.
I would be enormously glad to keep on developing it with this community.
Francesco
Read moreHi Friends i need help drupal & joomla
hi, friends i am haris from trichy
i am using My website (www.citystartravels.com) allrady instald drupal. i want remove drupal i want instal JOOMLA Plez Help Me...
Thanks and Regards,
A.M.Haris
Mobile - +91 7871340341
tmngroup@hotmail.com
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


