Is it possible to create block to search users? For example, users have text fields like "first name", "last name" in their profiles made with profile.module and I want to have a block where I could write user last name and then search if there is any on my website with this last name, is it possible to create something like this on drupal5?
How to add usersgroups like moderator, administrator, global moderator? I found some modules, but I would get some recommendation. This is souly for forum only. But I would give one of my member the ability to write stories. Without the need to set every user able to it..
Hello,
I was thinking about that. I was wondering if it would be possible to couple the great imagecache module and the imagemagick library and specially the filters functions of this library (grayscale etc.) For the moment, it is a pity that only the cropping functions are used for this library.
I've imagined this situation...
When you would create a new imagecache action , you could choose to convert the image with a grayscale filter or something like that.
I'm currently developing a module that will need to use some kind of hook to determine when an RSS feed's url is being requested. Does anyone know a way to accomplish this? It would be nice to have some kind of hook like hook_rss but I'm not sure that it would prove useful enough to include in core.
I have created a custom content, called email_digest, using CCK. Site users can create email digest nodes by sending an email using mailhandler.module or by via the "create content" link. All of the post are displayed by time created using views.module. Taxonomy terms are also used to tag how the post was added (email or web).