Tag: Development

Avoiding the Template.php of Doom (or, Overriding Theme Functions in Modules)

Add CommentShareSource Articles16Monday, June 16, 2008By adminDrupal’s theming system offers developers and designers a flexible way to override default HTML output when specific portions of the page are rendered. Everything from the name of the currently logged in user to the HTML markup of the entire page can be customized by a plugin “theme”. Unfortunately,

Read More
Drupal 6 AHAH forms: The easy way

Comments (2)SourceTutorialsBookmark/Search this post with:Delicious DeliciousDigg DiggStumbleUpon StumbleUponFacebook FacebookGoogle GoogleYahoo YahooTechnorati Technorati28Friday, March 28, 2008By adminToday, I was working with drupal 6’s AHAH form elements. Initially, I was delighted at how well they worked. That delight turned to confusion once I realized that the form elements I had put in the menu callback of the

Read More
Drupal CSS Coding Standards

Add CommentSourceTutorialsBookmark/Search this post with:Delicious DeliciousDigg DiggStumbleUpon StumbleUponFacebook FacebookGoogle GoogleYahoo YahooTechnorati Technorati13Thursday, March 13, 2008By adminOn the #drupal IRC channel, Excallibur points out that there are no coding standards for CSS. I’d like to propose some straightforward ones. Note that I am not intentionally omitting indentation within rules, but am having trouble with my code

Read More