This is a breath of fresh air after fighting to get Drupal Oauth, OwnCloud or anything to work. Drupal Oauth documentation sucks. OwnCloud is another "community edition" that leaves everything in the wind. Without documentation the best thing to do is to start from scratch using the pieces that...
Editor's choice
-
One of the nice things about Sweden and Stockholm in particular is the wide spread use of english in business and IT. English is the unofficial second language of the country and is the accepted office language of many companies. This has lead to many international companies wanting to establish their head offices in Stockholm.
-
In Drupal "teasers" is when you just want to show the first few hundred characters of a text as an introduction, and link to the full text. Teasers have always been a pain to setup using the default administration area because of the non-intuitive workflow involved and lack of flexibility.
Someone asked me about using the Movico module and Drupals tabbed menu system. Since in the demo I never used the default system it was thought that this could not be done. Well it can. As usual the page callback is the Movico _controller() method. But rather than use the URI as a source for the...
Yeah, this can actually be accomplished. Even though there is no "elegant" or "Drupal way" it works. In the end this is all that counts.
This was something that never seems to be done in any tutorial about views_embed_view. I needed to embed views block displays and their titles as they were being added to the view.
Drupal does not handle special characters very well. One of the things that I have noticed is that in the Swedish characters in certain circumstances work fine in the l() and t() functions of Drupal. But when you start using them anywhere outside of a module they seem to lose their ability to...
Over the weekend I spent a good amount of time updating movico to Drupal 7.
This is a more detailed code tutorial on how to create taxonomy terms programmatically. Doing this is a sort of preliminary thing to creating taxonomy terms and vocabularies per user.
What I was actually trying to do was create a hierarchical vocabulary of terms. In my scenario, I wanted to...
There is no such thing as "hacking" a module. Refactoring code is a normal thing. If you are nice enough to present a patch, persistent and lucky then your code or contribution can be pushed into the main branch of the module. But often this does not happen because "every man's drink is not...
Tim Kamanin shows us how to create Drupal 7 content, comments and categories programmatically, ie. using PHP code rather than the administration user interface.
Knowing how to do this is one of the keystones to building modules that are useful and when using Drupal as a framework of sorts. It...

