This forum is for less technical discussions about the Drupal project, not for support questions.

User registration field

This may have been discussed before and I apologize if so. It would be usefull to keep memory of when (timestamp, date-time whatever) a user registers in a Drupal site. Could we add a field for this in the 'users' table ?

Thanx

Paolino
jid/email: paolino@tipi.com
www.motime.com

mailing--lists page

hi. i am wonding what the mailing lists page code is in the drupal.org book. (http://drupal.org/mailing-lists)

i want to implement this functionality and the mailman.module does not seem to be quite done yet. (but it does seem like the work has already been done to be able to subscribe abd unsubscribe to mailing lists via a drupal site - since you can do it on drupal.org)

Terms & Conditions Statements

This has nothing to do with coding Drupal, but affects every site that uses it - T&C and Privscy statements.

Does anyone know of a good source of Terms & Conditions and Privacy statements that Drupal users can add to their sites?

I had a look at Creative Commons (http://www.creativecommons.org), but it wasn't what I was looking for.

Does anyone also have any ideas of where to integrate T&C and Privacy statements into Drupal?

SQL Script

Anyone got an SQL script that cab be run from a browser to create the tables end basic entries for the MySQL database? So that it can be posted on this site. I an thinking along the lines of the one provided with phpNuke.

request new password feature - how safe?

so anyone can reset anyone else's password? or am i missing something

drupal with magic quotes "on"

Hi!

I can't configure php my own way so I am searching a way to use drupal with magic quotes on.
Today I tried this code on the top of the common.inc :

foreach ($_POST[edit] as $key => $value)
{
$_POST[edit][$key]=stripslashes($value);
}

I will test it the next day. Somebody already did this?

If it is working we may import this with a possiblity to set it on/off in config.

Pages

Subscribe with RSS Subscribe to RSS - General discussion