Drupal 6 user token creation? -


in 1 of project,client requirement send email registered user. , user name should first , last name.
user first/last name token unavailable in user setting page.

drupal 6

install content profile module.

this module allows add fields user profile. includes registration module allows add fields registration form.

drupal 7

you can achieve in 1 of 2 ways:

  1. go admin/config/people/accounts/fields , add 2 fields, 1 first name , other last name
  2. install real name module.

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -