Problem For a website I’m working on, I had to get all the unique entries in an array and count […]
Tag: drupal
The right way to get formatted node’s body field in Drupal 7
Problem I am wondering am I doing the right “Drupal” way in getting formatted value of node’s body field. Here […]
Module for sending messages through PubNub
Problem I have created a Drupal 6 module that sends messages through PubNub when the user updates information about a […]
Basic function to output repeating dates from iCal format
Problem I have a function that implements parts of reading iCal repetition rules, and returns a list of dates when […]
concatenation of HTML from return functions
Problem My controller is looking something like this. Each of the methods called generate some HTML. The concatenated HTML variable […]
Drupal: Placing Code (PHP) within the Drupal System (as well as css)
Problem I have a node template that grabs fields from a content type. In the node–[contenttype].tpl.php file I have two […]