I'm at a bit of a loose end, and I've been tinkering with making drupal modules - got a couple of them out in the field now, with pretty good feedback.

As a result, I'm looking for more ideas on what modules I should write next.

Do you have a concept for a module that you'd find useful but there's nothing out there that even comes close?

Do you find that an existing module does almost what you want but is in someway broken or insufficient?

If so, let me know and I'll see if I can knock something up to fit the bill.

Comments

anner’s picture

There is a add on to the core login functionality that I haven't had a chance to do. What I want:
A user account becomes inactive if there are X failed login attempts in a row.

There is already a threshold value in the user table that doesn't appear to be used. There doesn't appear to be anywhere yet to store the current # of failed attempts. I (and my security team) would *love* this addition.

flibs’s picture

Not a problem - the user table has this wonderful 'data' field with a serialised hash in it where you can store anything you like.

anner’s picture

I know it's not a complex feature addition, but it would be nice to have as a security feature that I just haven't had time to do.

flibs’s picture

My main problem with it at the moment is working out how to hook it into the login system. Anyone have any suggestions?

senpai’s picture

There's a great module out there called logintoboggan that alters Drupal's default login system. Please write this proposed functionality as a patch against that module, rather than creating a new module? A lot of us would appreciate that kind of feature, since its really security conscious.
______________________________
Senpai (also see my Drupal Dojo account)
I work for Achieve Internet.

****
Joel "Senpai" Farris | certified to rock score

just john’s picture

You've seen these; on the far left side, all the entrants in a tournament are listed as pairs within boxes, then after that round is done, another column of boxes appears to the right of the first one, with the winners of that round, and that process is repeated until you have a winner.

I HOPE you've seen one of these; I've explained it very badly.

brianV’s picture

That would be awesome - I am looking for something exactly like that right now, with the provision that the winners are determined by votes from the visitors to the site before progressing to the next round!

----
My Blog: http://www.caydel.com

jjkd’s picture

How about tacking getting the 'listhandler' module finished up for 4.7.x? I think it's close, but no 'official' 4.7.x release yet...
--jjkd--

xMarks’s picture

Or indeed getting a 5.x release for this module?

I'm fairly new to all this, but I'm gonna download the source and give it a go...

xMarks.

zoon_unit’s picture

There's an existing module called Vote up/down that is headed in the right direction. An expanded effort in this direction would be fantastic. Social voting concepts have proven to be tremendous content generators.

This is a natural for drupal, but development isn't moving along as fast as it should.

senpai’s picture

If nobody beats us to it, Achieve will CCK'ify this module and begin some serious heavy patchwork in the next month.
______________________________
Senpai (also see my Drupal Dojo account)
I work for Achieve Internet.

****
Joel "Senpai" Farris | certified to rock score

dgrant’s picture

I'd really like to see this dba module (http://drupal.org/project/dba) ported to 4.7

codevelopment’s picture

"I'd really like to see this dba module (http://drupal.org/project/dba) ported to 4.7"

Hear, hear, I second the motion -- this really used to help me sleep better at night!

FiReaNGeL’s picture

I made a couple of posts about this, but received little to no input.

What I would really want is that EVERYONE (or at least, registered users) be able to tag content, BUT the system would remember who tagged what and provide a 'my tags' and a 'others have tagged this...' for popular tags (let's say 5 or more people have tagged it the same name, to avoid spamming).

The autocomplete would search all tags (and maybe even find synonyms?), in order to minimize different tags.

I never fully understood why the poster should tag his post... users / readers should do that. And having 'my tags' and 'others have tagged this' would allow personalization of content, easier search (search posts i've tagged 'xyz'), and favorize social network development (find people who tagged stuff 'zyx', etc).

I don't think it's possible out of the box with current modules though :(

marcor’s picture

This sounds to be a great feature I would also appreciate very much! :)
Since Drupal is known to be the famous social/community-CMS, I am still missing this function and others I know from last.fm, who claim to feature "the social music revolution" by tag clouds and some other functions. Just go there and you'll see, what else is missing in drupal! These guys have done really great work! ;)

FiReaNGeL’s picture

Drupal would definitively benefit from more advanced social/community features out of the box. Smart groups, tags, automatic content discovery, etc

da312’s picture

A table field for CCK. My feature request: http://drupal.org/node/74550

dman’s picture

  • checkboxes, "select all" and batch tasks in the menu and taxonomy admin screens
  • Mass deletion of menu trees
  • Mass deletion of vocab terms
  • Bulk classification of nodes with taxonomy
  • Ability to skip confirmation when deleting
  • ...etc. Bundled together and configurable in settings.
  • I've already got 'select all' in the content page, and added a 'delete' button directly to the menu overview screen in a personal 'tweakui' module.

    .dan.
    How to troubleshoot Drupal | http://www.coders.co.nz/