When I am creating new users from the admin form (/admin/user/create/u)... if I miss a required field, Drupal alerts me with form_set_error and the form is reloaded. But some values fade off in the process. How I Can avoid this lost?
am no expert in php. With my limited knowledge I tried to back port the drupalit module from 5x to 4.7 this morning and was only partly successful. The tables have been created in the database and the drupalit module is now installed in version 4.7.
However, when I try to access the admin settings page for drupalit module in the admin settings form it does not show up and I get this error message:
"warning: Missing argument 2 for drupal_get_form() in C:\wamp\www\testsite\includes\form.inc on line 61."
I've been looking around for modules which I can put together to make this work. If you have implemented something similar, please be kind to shed some light.
What I need to implement is basically a client area, where client can access to upload/download files. This solves the problem of file size limitation when we send files as attachments. Basically, it's pretty much like Basecamp except I only need the Files functionality.
I am using mailhandler module (version 4.7) in my drupal project. It reads the mails sent from all the mail browsers like Gmail, Yahoo, AOL, Hotmail and Out Look from the INBOX and gets published them into the site. This module includes the IMAP functions to get the structure of the mail.
Drupal Code Search lets you search source code from thousands of Drupal modules and themes, use regular expressions, filter results by version, and more.
The goal of this project is to help themers and module developers find code examples faster and easier than before. Results are retrieved using the Code Search Data API.
This project is still experimental, so any feedback would be greatly appreciated. :)