Maintaining Drupal Userreview module
I'm maintaining the Drupal userreview module now and hope to do the first round of bug fixing before Christmas.
Posted on December 11, 2006 in Drupal
Related Articles
- One feed module to rule them all: I found the build in feed support of Drupal to be a bit poor. It only offers RSS feeds, publishes only teasers, but ... comment feed, though. That's why I decided to write a module for general feed handling purposes. The module is still very beta, ... To gain my totalfeeds module control over Drupal's build in feeds, the fucntion node_feed in the file node.module mut be ...
- Display related nodes in Drupal: ... related nodes beneath each story. There also is a module doing this , however, I wanted to reuse the build in search, since it ... } } ?> This is the code for Drupal 4.6: <?php ... out of title. Update September 10th, 2006: code for Drupal 4.7 added. Sweet. I implemented it Sweet. I implemented it ...
- Sending spam through contact forms: ... I myself stumbled upon this, when proposing a patch for Drupal . Unfortunately there is nothing to do against this, except of ... from current spammers tools, and I have no problem maintaining patchsets for PHP as my mail function is already patched to include ...
- Is C++ still needed?: ... does it slighly different. C++ doesn't support module oriented development very well. For two reasons: First the interface ... and VB offer same concepts): Code that is public within a module, but private from outside. Nethertheless, we choosed C++ as our ...
- Comment Spam: I'm sick of it - Drupal Version: ... - unfortunately quite successfull - spam attack on my now Drupal-powered web site, I decided to implement the same approach. Simple ... First, to enable Captchas you need the captcha module . Don't get fooled by the documentation stating it requires textimage ...
Comment by Kristen
December 18, 2006 - 18:43
Do you have any example sites using your user review module for Drupal? thanks