development

03 Jun

Keep Track of that Form Submission

in development, drupal, module, rules

This is the tale of a sites with their own classified ads, when they wanted to track how often users who post a classified, were "contacted". Their goal was to be able to see if the classified were successful, based on the volume of responses to the classified ads. A great idea... now I have to implement it.

The setup and layout for this content type is pretty basic.. The Classified Listing is displayed as a panel. The top half is info about the listing (node), and the bottom half is a contact form (send user email form), that sends and email to the user who posted the listing, from the logged in user.

27 Mar

Get Up To Speed with WebEnabled

in development, drupal, drush

DISCLAIMER:
I DO NOT GET ANYTHING FOR MENTIONING THIS WEBINAR.
I BELIEVE THERE IS VALUE IN USING THE PRODUCT, THERE IS A FREE VERSION, AND I LIKE IT!

THAT SAID...
There are a number of tedious tasks when working in web development. Sometimes I get an idea, or want to experiment with something, and I have to take the time to set-up the site, configure the details, ect.... Now, I use WebEnabled, start up an instance of Drupal, use drush to get the modules I need... then start tinkering.

19 Jan

More Bigger Again - Preprocess - this time to get some Class

in development, drupal, how to, theme

Last week I wrote about preprocess functions and wanted to do a little follow-up because I was having even more fun making changes, adjustments, and alterations. There is so much here for themers, there is an excess of options and they can be organized and structured very well. Again, as I often say, I do not profess to be a php-guy (I continue to get better, and using it daily now, someday I will be where I want to be with it...) so this structure and framework has been completely awesome for me. So what's next with preprocess...

12 Jan

Too Much?! more power from your node.tpl

in development, drupal, how to, theme

The less tpl files the better. Don't get me wrong... LOVE the tpl file, can't live without the tpl file... If I need several tpl files, let's do it... but, in some cases, one tpl file can provide enough power and flexibility to handle several content types, and keep the job of a themer a little easier.. o.k., not easier, but a little cleaner for my tastes.

The magic is the preprocess functions. Here's a little about the preprocess function.

05 Jan

It's hook_link_alter over jQuery or CSS alone

in development, drupal, module, php

Last year I would have tried to approach this problem with some kind of image/text replacement... This year it's a whole new ballgame. The Drupal theming layer is like an onion and I continue to pull back the outer pieces and get to better and better stuff. Maybe it is more like a Parfait (thanks Donkey from Shrek) ;)

So here's what I wanted to do. Drupal gives us a teaser output with comment links.

3 comments | 2 new comments

Great, awesome, cool... great to have, now I want more... I want an image to replace the word "comments". I'm not going to rely on css alone... I'm not going to rely on some jQuery (which I love)... I'm going to use hook_link_alter and get it done in the code.

09 Sep

Preprocess for some Shortcuts

in development, drupal, php, snippet, theme
I came across this little extra nugget while looking for some stuff for preprocessing. How many times have I typed out base_path and path_to_theme... With this little gem I am just a few keys faster, and lovin it.



function themename_preprocess(&$vars, $hook) {
$vars['theme_path'] = base_path() . path_to_theme() .'/';
}


28 Apr

Login a Little Liveler

in design, development, drupal, theme
article image
The user login block is one of the most common blocks on any Drupal site. It might be in this region, or that region, or this header, footer, or block... the idea of this post is that it is that you, at some point, you will probably want to theme it... and maybe you'll use this post to help you through. I have spent part to the day working with a flexible way to make the user login block a little cooler. Specifically, I wanted it horizontal, and I wanted to change some of the values, and finally some css to finish it off... and eventually some jQuery if I can find the time.
07 Apr

Five Little Tools My Drupal Life would Suck Without

in design, development, drupal
article image
The Mother of Web Development Tools
FireBug

Firebug's untalented, odd cousin once removed by a second marriage...