I need to add checkbox into registration and/or profile page where can user check or uncheck to recieve emails about news, galleries etc. Notification and Notify modules are too complicated. Is here some other modules?

Comments

ali.sharif’s picture

you can use profile module and add a checkbox in registration form. Now users can check this filed while registration.
it's very simple because you don't need to use any extra modules and you can manage users by this filed and even in other modules

gkazhus’s picture

But then I need to paste some php code there?

ali.sharif’s picture

Definitely! if you have any problems about it ,feel free to ask

gkazhus’s picture

ok, where exactly I need to post php code? in some template file?

ali.sharif’s picture

you can use it everywhere as you want and you also can select data from two below fields :
profile_fields
profile_values

for further information about how to retrieve data from database go to http://api.drupal.org/api/drupal/includes--database--database.inc/group/...

gkazhus’s picture

tnx. I will try to build something :)

gkazhus’s picture

Hi,
Im back! So my question is do I need to create new php file and store it to server? Cause I tried to find maybe there is some field where to place php code when click on checkbox.