DAVID WEES

Thoughts from a 21st century educator.

Search Statistics for Drupal

Someone mentioned in one of the Drupal groups that they had created a very simple script to check how popular search terms, unique for IP address. In other words, how many different unique visitors have searched for a particular word. I just took their script and converted it to a simple module. Can't take much credit for this one.

AttachmentSize
search_statistics.zip2.09 KB


More articles

Rotating cube in Flash

Check this out! This is a script written by John Bezanis which takes 6 images, specified by GET parameters (his own words) and turns them into a spinning cube. You can click on a face of the ...
write comment

Basic templates for themes

There are 8 different basic usable website themes I can think of. I've listed them below. My intention is to find minimal mark-up that will produce these themes, with as wide a range of browsers ...
read 3 comments

Simplifying pane creation using the Panels module

So I love the Panels module. It gives me much, much greater control over where I want to place my content, and how I create my blocks. It's stupendous. It has a serious problem though, the ...
write comment

More detail on theme creation for Drupal 5

So I thought I should give more detail on how to create a theme for Drupal 5. What I basically did was copy page.tpl.php, node.tpl.php, block.tpl.php, box.tpl.php, comment.tpl.php and ...
write comment

Creating rotating image blocks in Drupal using jQuery

So my wife and I have decided that we are going to try and be partners in a new business. We'll see how well we work together, we really haven't tried very hard to work on any serious projects ...
write comment

OpenWYSIWYG module - yet another textarea editor

This is yet another WYSIWYG module. It has a very simple configuration page, and will currently only show up on node/add or node/edit pages, of the content types one wants. It has a couple of ...
read 3 comments

Review module - simple node reviews attached to other nodes

This is a simple module that allows users to post responses/reviews of other people's posts. It also includes a simple 5 star voting widget, which degrades nicely when JavaScript is disabled. ...
write comment

Og Menus - an easy way to allow each Organic Group their own menu

There is a module by this name up on Drupal.org, but a quick check of the issue queue makes it obvious that it is in need of some love. What my module does is create a Menus tab for each ...
write comment

Account Intro - a simple helper email module

This is a simple module I created which has a very simple premise. You've created a bunch of accounts for some people, and you want them to be able to easily access their account, without you ...
write comment