Is there a module, or way of using triggers, actions or rules, that allows you to prompt the anonymous user to login when performing a task that's only available to authenticated users?

Comments

shamuntoha’s picture

To make user names, you can login to drupal and create accounts for users.

 // for custom 
 db_query(your sql); // query
 db_fetch_array($query_result) // flash records

__________________________________________________________________________

php | c/c++ | java | vb.net | css | javascript | xml | xslt | xhtml | sql | cisco

flabat’s picture

fumbling’s picture

Thanks, I saw that module before and bookmarked it but didn't realize it could redirect to login like that. I'll give it a shot.