By gkazhus on
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?
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
you can use profile module
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
But then I need to paste some
But then I need to paste some php code there?
Definitely! if you have any
Definitely! if you have any problems about it ,feel free to ask
ok, where exactly I need to
ok, where exactly I need to post php code? in some template file?
you can use it everywhere as
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/...
tnx. I will try to build
tnx. I will try to build something :)
Hi, Im back! So my question
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.