Lost values in Creating users form

Greetings, i tell you my problem:

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?

Thank you in advance

Attempting to back port drupalit module from 5x to 4.7

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."

Using Drupal to implement a "client area" section

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.

So has anyone done this before?

Getting empty E-mail body from mailhandler module

Hi,

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.

Does it also use the POP3 functions?

Drupal Code Search: A new search tool for themers and developers

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. :)

I hope you find it useful!

Access control

I am using the following array to implement a user login on template.php.

*function utla2_secondary_links() {
$links = menu_secondary_links();
if ($links) {
foreach ($links as $link) {
$cssid = str_replace(' ', '_', strip_tags($link));
$output .= $link . ' | ';
};
global $user;
if(!$user->uid){
$output .= "Login";

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x