Latest Tweets

Drupal

Color: 
#66A6CC
andy's picture

Git setup with shared repository

For a small number of people working on the same project, we've found Git works well with a central repository.

christian's picture

Which theme to use for a new Drupal project?

What is the best theme to begin our Drupal layout process? Is there one for my project?

tomas's picture

How to create a basic block code in the new Drupal 7 ...

Hi everyone!

As many will know, Drupal 7 comes with important changes, including the hooks. In the previous version of this powerful CMS to create a block from a custom module we had to use hook_block(), this function has been deprecated, and now is separated into eight different hooks:

tomas's picture

Como crear un bloque básico en codigo en el nuevo Drupal 7...

Hola  a todos!

Como muchos ya sabrán, Drupal 7 trae importantes novedades y muchos cambios, en ellos los hooks. En la versión anterior de este potente CMS para poder crear un bloque desde un módulo custom teníamos que usar hook_block(), dicha función ha deprecado, o más bien mutado para transformarce en otras que paso a listar a continuación:

- hook_block_configure

andy's picture

Muddling, meddling and getting it right with Apache Solr - part 2

This post will continue from part one and also handle our second challenge: Really Clean URLs.

What we wanted to do: Present search filters in an intuitive and legible way as part of the url, not tagged on in coded language at the end.

How we did it: It's since been suggested that this can be done with panels, but we weren't using panels...

andy's picture

Muddling, meddling and getting it right with Apache Solr

Working with Apachesolr can be an oscillation between 'aha!' and 'huh?' moments

Adding views, panels and handlers in a custom module

In the drupal development process we always we need to create a custom module, a lot of views and pages. Now i want to explain how manage the includes of this views, pages and handlers without create giant files with thousands code lines.

In this example my module name is my_module

This is the content of our module folder:


Selection_005.png


1. First we need our my_module.info file

aldo's picture

Implementing Drush Commands

Drush is really cool, pretty much everyone knows that already. It is not only a great help with administrative stuff (install/uninstall modules, update them, dump databases... you name it!), but we can also use it to make our own modules more powerful!

Subscribe to RSS - Drupal